skilltune
NewOptimize Claude skill descriptions for reliable triggering
Summary
skilltune helps developers optimize Claude skill descriptions to ensure reliable triggering.
- It analyzes existing skill metadata and suggests improvements to make skill activation more consistent and accurate.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/skilltune.md
/skilltuneUse Cases
Usage Examples
/skilltune analyze my-skill.json
Tune the description of my 'deploy' skill to trigger on 'deploy to production'
/skilltune suggest --skill deploy --context 'deploy to staging'
Security Audits
Frequently Asked Questions
What is skilltune?
skilltune helps developers optimize Claude skill descriptions to ensure reliable triggering. It analyzes existing skill metadata and suggests improvements to make skill activation more consistent and accurate.
How to install skilltune?
To install skilltune: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/skilltune.md. Finally, /skilltune in Claude Code.
What is skilltune best for?
skilltune is a skill categorized under General.
What can I use skilltune for?
skilltune is useful for: Refine a skill's description to improve its match with user intent in Claude Code.; Add relevant keywords to a skill's metadata for better discoverability.; Test and validate skill triggering patterns before publishing.; Standardize skill descriptions across a team's custom skill library.; Identify and fix ambiguous or overly broad skill descriptions.; Optimize skill names and descriptions for natural language triggers..