@settlemint/vibe-rules
v0.0.18
Published
CLI tool to install shared vibe rules into your project
Readme
settlemint-vibe-rules
CLI tool to install shared development rules and configurations for Claude Code and Cursor into your project.
Prerequisites
- Bun runtime (required)
Installation
bun add -g @settlemint/vibe-rulesUsage
Navigate to your project directory and run:
settlemint-vibe-rulesThis will copy the following files to your project:
CLAUDE.md- Project instructions for Claude Code.claude/commands/- Custom Claude Code commands.cursor/rules/- Cursor editor rules.cursor/mcp.json- MCP server configuration
What's Included
CLAUDE.md
Contains project-specific guidance for Claude Code including:
- Task execution framework
- Structured output requirements
- Git workflow instructions
- Available commands documentation
- MCP server configurations
Claude Commands (.claude/commands/)
Custom commands that enhance Claude Code's capabilities:
/pr- Create pull requests with proper branch management/qa- Run complete test suite/comments- Add documentation to code/explore- Understand project architecture/stuck- Systematic debugging approach/performance- Analyze and optimize performance/deps- Safely update dependencies- And more...
Cursor Rules (.cursor/rules/)
Development guidelines and best practices for the Cursor editor.
MCP Configuration (.cursor/mcp.json)
Model Context Protocol server configurations for enhanced AI capabilities.
Development
Prerequisites
- Bun runtime
Running from Source
# Clone the repository
git clone https://github.com/settlemint/vibe-rules.git
cd vibe-rules
# Install dependencies
bun install
# Run directly
bun run index.tsLicense
FSL-1.1-MIT
Support
- Issues: GitHub Issues
- Email: [email protected]
