docs: Add refactor skill to skills README and catalog

- Add Example 5 (Code Refactoring Skill) to 03-skills/README.md
  with directory structure, SKILL.md snippet, and usage example
- Add refactor skill entry to CATALOG.md skills table
This commit is contained in:
Luong NGUYEN
2026-01-15 14:37:30 +01:00
parent 728fd1eefc
commit 58c073beec
2 changed files with 66 additions and 0 deletions
+1
View File
@@ -115,6 +115,7 @@ Auto-invoked capabilities with instructions, scripts, and templates.
| `code-review` | Comprehensive code review | "Review this code", "Check quality" | `cp -r 03-skills/code-review ~/.claude/skills/` |
| `brand-voice` | Brand consistency checker | Writing marketing copy | `cp -r 03-skills/brand-voice ~/.claude/skills/` |
| `doc-generator` | API documentation generator | "Generate docs", "Document API" | `cp -r 03-skills/doc-generator ~/.claude/skills/` |
| `refactor` | Systematic code refactoring (Martin Fowler methodology) | "Refactor this", "Clean up code", "Reduce technical debt" | `cp -r 03-skills/refactor ~/.claude/skills/` |
### Skill Structure