Discover and explore top open-source AI tools and projects—updated daily.
CLI for managing AI prompts and configurations
Top 83.0% on SourcePulse
This CLI tool, vibe-rules, simplifies the management and distribution of AI prompts and configurations for various editors and AI tools. It targets developers and AI practitioners looking to streamline their workflows by saving, loading, converting, and sharing AI rules across different environments and projects.
How It Works
vibe-rules operates as a command-line interface, providing commands to save AI rules locally, load them into supported editors, convert rules between different editor-specific formats, and install rules distributed via NPM packages. It abstracts away the underlying file structure and formatting requirements for each editor, offering a unified interface for rule management.
Quick Start & Requirements
bun i -g vibe-rules
(bun recommended, npm/yarn also work)vibe-rules save my-rule-name -f ./prompts/react-helper.md
vibe-rules load my-rule-name cursor
vibe-rules install cursor
Highlighted Details
llms
entry point.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README does not detail specific limitations or known bugs. The project appears to be actively developed with a focus on expanding editor support and conversion capabilities.
4 weeks ago
Inactive