Optimize a skill by analyzing project conventions and researching best practices
Optimizes a skill by analyzing project conventions and researching best practices.
/plugin marketplace add wayne930242/Reflexive-Claude-Code/plugin install wayne930242-ace-core-plugins-ace-core@wayne930242/Reflexive-Claude-CodeOptimize the specified skill through systematic analysis and enhancement.
Read the skill's SKILL.md and all associated files:
ls -la $1
cat $1/SKILL.md
Document current state: purpose, triggers, references, line count.
Search the project for implementation patterns:
Use WebSearch to find current best practices:
Search: "[skill domain] best practices 2025"
Search: "[skill domain] API reference"
Use the write-skill skill to check compliance with standards.
Identify conventions that appear in multiple skills:
write-rules skill to extract to .claude/rules/Rule of thumb: Rules = conventions shared across skills.
Use the write-skill skill to guide targeted edits:
python3 skills/write-skill/scripts/validate_skill.py $1
/rcc:improve-skill skills/pdf-processor
/rcc:improve-skill .claude/skills/api-client