What problem does it solve?
This skill helps you convert an ad hoc conversation workflow into a durable, reusable agent capability instead of leaving important patterns trapped in a single thread.
Core Features & Use Cases
- Extracts the durable workflow: Identifies the stable pattern (job, trigger conditions, inputs/outputs, sequence, judgment rules) while filtering out thread-specific noise.
- Chooses the correct skill placement: Decides whether the skill belongs globally under ~/.agents/skills/<name> or within a project under <project-path>/.agents/skills/<name>.
- Produces a real skill deliverable: Writes a high-quality SKILL.md that a future agent can discover reliably and follow correctly.
- Improves via evaluation (when it matters): Adds lightweight eval/eval-suite structure and iteration rather than blindly transcribing the conversation.
- Uses clean skill structure: Encourages minimal shape (SKILL.md only, or plus references/scripts) based on what must be reused.
Quick Start
Use the conversation-to-skill skill to convert the current discussion into a reusable agent skill by extracting the stable workflow, deciding placement, and writing the skill files.