What problem does it solve?
Many AI skills are verbose, poorly structured, or inefficient, leading to suboptimal performance and higher token costs. This Skill transforms existing skills into concise, well-structured, and production-ready versions, ensuring Claude operates with maximum efficiency and clarity.
Core Features & Use Cases
- Conciseness Optimization: Reduce
SKILL.md size by moving detailed documentation to references/, improving token efficiency.
- Structural Refinement: Apply clear patterns (workflow, task, reference, capabilities) and integrate XML tags for better parsing.
- Voice Correction: Convert second-person voice ("you should") to imperative/infinitive ("Use X to..."), making instructions direct and actionable.
- Use Case: An existing skill is too long and frequently misinterprets user requests. This Skill analyzes its structure, content, and metadata, then refactors it to be more precise, token-efficient, and aligned with Claude's progressive disclosure system, leading to more reliable and faster responses.
Quick Start
To enhance a skill, provide its content or path.
Example:
"Enhance the following skill:
---
name: my-old-skill
description: This skill helps you do stuff.
---
You should use this when you want to do things."
The Skill Enhancer will return the optimized version.