mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
1.5 KiB
1.5 KiB
name, description, context, disable-model-invocation
| name | description | context | disable-model-invocation |
|---|---|---|---|
| claude-update | Update CLAUDE.md and skills when introducing new patterns or conventions. Triggers: "update claude", "update skills", "new pattern", "add convention". | fork | true |
Claude Update
Review any feedback, preferences, suggestions or rules that the user provided during task and update AI documentation to incorporate them as appropriate.
When to Update
- New naming conventions or code patterns
- New anti-patterns discovered during implementation
- Changes to component architecture, accessibility, or API design
- New utilities or shared patterns
Where to Put It
| Type | Location |
|---|---|
| Cross-cutting (naming, utils) | CLAUDE.md Code Rules |
| Component patterns | component skill |
| Accessibility | aria skill |
| API design / DX | api skill |
| Documentation | docs skill |
| CSS → Tailwind migration | css-to-tailwind skill |
Decision: Ask "Who needs this?" — if domain-specific, use a skill.
After Modifying Skills
Check consistency:
.claude/skills/README.md— Quick Reference, Skills tableCLAUDE.md— if skill changes affect repo-wide conventions
Process
- Identify what changed (pattern, convention, anti-pattern)
- Route to correct location (table above)
- Make the update
- Run consistency checks (if modifying skills)