BeClaude

skilltune

New
1knpmGeneralMIT

Optimize Claude skill descriptions for reliable triggering

First seen 5/22/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/skilltune.md

3
Invoke in Claude Code
/skilltune

Use Cases

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.

Usage Examples

1

/skilltune analyze my-skill.json

2

Tune the description of my 'deploy' skill to trigger on 'deploy to production'

3

/skilltune suggest --skill deploy --context 'deploy to staging'

View source on GitHub

Security Audits

LicensePassSourceWarnRepositoryPass

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..