Research and improve Claude skills with current best practices...
Research current best practices and improve existing Claude skills.
Locate the skill to improve:
# Find skill location
ls -la .claude/skills/<skill-name>/
Read SKILL.md and all references to understand current implementation.
Use subagents (Task tool) to parallelize research across multiple topics:
Spawn parallel research agents for:
1. "<domain> best practices 2026"
2. "<domain> common mistakes to avoid"
3. "Claude AI <domain> techniques" (if applicable)
Each subagent should return:
Focus areas:
Compare existing skill against:
| Aspect | Check |
|---|---|
| Clarity | Instructions unambiguous? |
| Completeness | All use cases covered? |
| Efficiency | Minimal tokens for max utility? |
| Accuracy | Reflects current best practices? |
| Triggers | Description covers all valid triggers? |
| Structure | Follows skill-creator guidelines? |
Create improvement report:
## Skill Improvement Report: <skill-name>
### Summary
- Current state assessment
- Key findings from research
### Recommendations
#### High Priority
1. [Issue]: [Recommended fix]
#### Medium Priority
1. [Issue]: [Recommended fix]
#### Low Priority / Nice-to-Have
1. [Suggestion]
### Best Practices Found
- [Practice 1]: [Source]
- [Practice 2]: [Source]
If user approves changes:
scripts/validate_skill.pySee references/research-strategies.md for search query templates and source evaluation guidelines.