vibe-rules  by FutureExcited

CLI for managing AI prompts and configurations

Created 4 months ago
329 stars

Top 83.0% on SourcePulse

GitHubView on GitHub
1 Expert Loves This Project
Project Summary

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

  • Install globally: bun i -g vibe-rules (bun recommended, npm/yarn also work)
  • Usage examples:
    • Save a rule: vibe-rules save my-rule-name -f ./prompts/react-helper.md
    • Load a rule for Cursor: vibe-rules load my-rule-name cursor
    • Install rules from NPM: vibe-rules install cursor
  • Official Docs: [Not explicitly linked, but commands are detailed in README]

Highlighted Details

  • Supports saving rules from files or direct content strings.
  • Enables loading rules into various editors like Cursor, Claude Code, Gemini, VSCode, and more.
  • Facilitates conversion between numerous editor-specific rule formats (e.g., Cursor to Claude Code).
  • Allows installation of rules from NPM packages that export rules via an llms entry point.
  • Handles both local and global configuration paths for supported editors.

Maintenance & Community

  • The project is maintained by FutureExcited.
  • No specific community links (Discord/Slack) or roadmap are provided in the README.

Licensing & Compatibility

  • License: MIT
  • Compatible with commercial use and closed-source linking due to the permissive MIT license.

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.

Health Check
Last Commit

4 weeks ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
1
Star History
46 stars in the last 30 days

Explore Similar Projects

Starred by Luis Capelo Luis Capelo(Cofounder of Lightning AI), Addy Osmani Addy Osmani(Head of Chrome Developer Experience at Google), and
23 more.

goose by block

0.8%
20k
Open-source AI agent for automating complex engineering tasks
Created 1 year ago
Updated 23 hours ago
Feedback? Help us improve.