conversation-to-skill
CommunityTurn chat workflows into reusable agent skills
Product & Management#automation#skill creation#evaluation#agent teams#workflow standardization#prompt-to-playbook
AuthorUndertone0809
Version1.0.0
Installs0
System Documentation
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.
Dependency Matrix
Required Modules
claudecodexlsof
Components
scriptsreferencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: conversation-to-skill Download link: https://github.com/Undertone0809/rudder/archive/main.zip#conversation-to-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.