AI Rules Manager
Generate, version, and manage .cursor/rules files with automatic pattern learning. Create scoped AI instructions from codebase patterns.
Learn project conventions automatically and create scoped AI instructions from your codebase patterns. Generate, version-control, and manage .cursor/rules files, track rule effectiveness, and maintain consistent AI assistance across your project.
Capabilities
Use cases
Try it
Example prompts to use with this skill
Generate cursor rules from my React codebase
# React TypeScript Project Rules
## Component Patterns
- Use functional components with TypeScript
- Prefer named exports for components
- Use React.FC or explicit return types
- Organize components in feature-based folders
## State Management
- Use hooks (useState, useReducer) for local state
- Use Context API for app-wide state
## Styling
- Follow detected styling approach (e.g., CSS modules, styled-components, or utility classes)
- Maintain consistent spacing patterns
## Testing
- Write tests using React Testing Library
- Aim for 80%+ code coverage
The rules reflect patterns detected in your existing components.Compare cursor rules between v1.0.0 and v1.1.0
# v1.0.0 → v1.1.0 Changes
## Added
+ - Mandatory test coverage requirements (80%+)
+ - Performance budget rules for API endpoints
+ - Security scanning requirements
## Changed
~ - Updated TypeScript config to strict mode
~ - Modified component structure guidelines
## Removed
- - Class component patterns (deprecated)
Version 1.1.0 adds stricter quality requirements and removes deprecated patterns.Add to your AI assistant
Choose your AI assistant and run the command in your terminal
curl -fsSL https://raw.githubusercontent.com/n3wth/newth-skills/main/skills/ai-rules-manager.md -o ~/.claude/skills/ai-rules-manager.mdCopycurl -fsSL https://raw.githubusercontent.com/n3wth/newth-skills/main/skills/ai-rules-manager.md -o ~/.cursor/skills/ai-rules-manager.mdCopycurl -fsSL https://raw.githubusercontent.com/n3wth/newth-skills/main/skills/ai-rules-manager.md -o ~/.windsurf/skills/ai-rules-manager.mdCopycurl -fsSL https://raw.githubusercontent.com/n3wth/newth-skills/main/skills/ai-rules-manager.md -o ~/.copilot/skills/ai-rules-manager.mdCopyDiscussions
Sign in with GitHub to join the discussion.
Loading...
Related skills
Smart .cursor/rules Generator
Auto-generate AI rules from coding patterns and project characteristics. Create project-specific AI rules that match your team's coding style.
Code Generation Pipeline
Streamline boilerplate and scaffold generation with automatic validation. Trigger Cursor code generation, extract and organize generated code, validate against project standards, and auto-commit with proper attribution.