Apply improvements to Claude Code skills systematically. Workflow for planning updates, implementing changes, validating improvements, and documenting changes. Use when applying review recommendations, updating skills based on feedback, enhancing existing skills, or implementing systematic improvements across multiple skills.
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/skill-updater/SKILL.mdThe canonical home for this skill is skill-updater in fernandezbaptiste/Skrillz
skill-updater provides systematic workflow for applying improvements to existing Claude Code skills based on review findings, user feedback, or identified opportunities.
Purpose: Systematic skill improvement and enhancement
Integration:
Update Workflow (5 steps):
Process:
Process:
# Create backup
cp -r .claude/skills/skill-name .claude/skills/skill-name.backup-$(date +%Y%m%d)
# Or use git
git add .claude/skills/skill-name
git commit -m "Backup before updates"Process:
Process:
Process:
## Updates Log
### Version 1.1 (2025-11-07)
Changes:
- Added Quick Reference section (user experience)
- Enhanced examples in Operation 2 (clarity)
- Fixed vague validation criteria (quality)
Impact:
- Usability improved (Quick Reference)
- Clarity improved (better examples)
- Validation more measurable
Validation: Passed skill-validator, structure score 5/5Plan → Backup → Apply → Validate → Documentskill-updater enables systematic, validated improvement of existing skills.
93ed392
Canonical home
since Sep 12, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.