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 |
Decision: Ask "Who needs this?" — if domain-specific, use a skill.
After Modifying Skills
Check consistency:
- •
.claude/skills/README.md— Quick Reference, Skills table - •
CLAUDE.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)