What problem does it solve?
This Skill provides a structured method to create, edit, and refactor instruction/rules files across user, workspace, and path scopes, enabling consistent governance of prompts and automation rules.
Core Features & Use Cases
- Create or update instruction/rules files in the correct scope directories (e.g., ~/.agents/rules/ for user rules, workspace rules in .github/instructions or project-specific paths) following the YAML frontmatter conventions.
- Use YAML frontmatter with name and description, plus applyTo for path-scoped rules, to ensure precise auto-attachment and discovery.
- Follow the documented workflow including safety checks, backups, and change-control steps to safeguard edits.
Quick Start
Create a new rule file in the appropriate scope directory, include the required YAML frontmatter with description, and implement the rule content in the body.