What problem does it solve?
This Skill finds and fixes execution problems in other skills, such as context explosion, forgotten constraints, broken data flow, fragile agent coordination, and excessive token usage.
Core Features & Use Cases
- Structured diagnosis: Analyzes a target skill across context, memory, dataflow, agent behavior, docs, and token consumption.
- Fix proposal and repair: Generates targeted remediation plans using strategies like sliding windows, schema enforcement, error wrapping, and prompt compression.
- Quality-gated verification: Re-checks fixes against clear pass, review, and fail thresholds before completing the tuning session.
- Use case: A skill starts losing its original instructions after several phases, and this Skill traces the cause, proposes a repair, and verifies that the issue is resolved.
Quick Start
Use the skill-tuning skill to diagnose the target skill and generate prioritized fixes for its execution and orchestration issues.