What problem does it solve?
This Skill helps you turn a plain-language preference, guardrail, or workflow reminder into a live-rules entry that Claude injects at the right moment. It removes the need to manually edit low-level project config or keep repeating the same instruction.
Core Features & Use Cases
- Create or edit rules: Add a new instruction or update an existing one in the project's live-rules file.
- Scope rules correctly: Choose global, file-path, directory, prompt-keyword, or include-based behavior depending on when the rule should fire.
- Use atomic storage safely: Write rule files under
.claude/live-rules/rules/ and sync the generated manifest with the plugin-owned command.
- Migration support: Help existing projects keep legacy
.claude/live-rules.md rules while they transition to the atomic directory format.
- Practical example: Use it to add a rule like "always run the linter before committing" or "prefer function components in TSX files" so Claude applies it automatically.
Quick Start
Ask the assistant to add a live rule for your desired instruction, specify when it should apply, and have it write the rule to the project's live-rules file.