Analyze and refactor all skills in the project - consolidate, optimize, and remove unnecessary ones
Analyzes and refactors all skills in the project to consolidate, optimize, and remove unnecessary ones.
/plugin marketplace add wayne930242/Reflexive-Claude-Code/plugin install wayne930242-ace-core-plugins-ace-core@wayne930242/Reflexive-Claude-CodeSystematically analyze all skills and apply refactoring for quality and consistency.
Use the agent-architect skill to get a holistic view of the current skill landscape.
find . -name "SKILL.md" -type f
For each skill, classify:
| Status | Action |
|---|---|
| Keep | Well-structured, unique purpose |
| Refactor | Has issues but valuable |
| Merge | Overlaps with another skill |
| Extract | Has conventions shared by other skills → move to Rules |
| Delete | Redundant or unused |
Use the write-skill skill to understand quality standards.
Key insight: Rules = conventions/guidelines shared across skills. If multiple skills repeat the same convention, extract it to .claude/rules/.
For skills to refactor:
Use the write-skill skill to guide improvements.
For skills to merge:
For shared conventions to extract:
write-rules skill to create rule in .claude/rules/For skills to delete:
python3 skills/write-skill/scripts/validate_skill.py <skill-path>
## Refactoring Summary
### Skills Analyzed: N
### Actions Taken:
- Kept: X skills
- Refactored: Y skills
- Merged: Z skills
- Extracted to Rules: A conventions
- Deleted: W skills
### Changes Made:
- [skill-name]: [action taken]
### Rules Created:
- [rule-file]: [convention extracted from skills]
/rcc:refactor-skills