create-rule
SolidCreate Cursor rules for persistent AI guidance. Use when user wants to create a rule, add coding standards, project conventions, file-specific patterns, or mentions ".cursor/rules", "AGENTS.md", "cursor rule", "coding standard", "convention", or "AI guidance".
Install
Quality Score: 78/100
Skill Content
Details
- Author
- kensaurus
- Repository
- kensaurus/cursor-kenji
- Created
- 5 months ago
- Last Updated
- 3 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
forge-rules
Set up and manage user-authored Forge rules — project constraints that steer Forge's agents (like Cursor .cursor/rules). Use whenever the user runs /forge:rules, says "set up rules", "add a project rule", "create a coding rule", "make Forge always do X", "enforce a convention", or wants to list/validate existing rules. Rules live in .forge/rules/*.md with a scope (always/stage/glob/manual) and are injected at session start and on matching file writes. If no rules dir exists, the feature is a clean no-op.
rules
Maintains project .codex/rules and the AGENTS.md rule index. Explicit user invocation only.
project-rules-first
Ensure project-specific rules are read before meaningful action. Use at task startup, before editing files, running commands, or adapting skills.