mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-08-26 00:22:31 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user