conversation-to-skill-generator

Extract workflows from conversations and generate Skill.md files with YAML frontmatter.

6|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/lirazgershon148/conversation-to-skill-generator --skill conversation-to-skill-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conversation-to-skill-generator
Source: https://github.com/lirazgershon148/conversation-to-skill-generator/tree/main
Command: npx skills add https://github.com/lirazgershon148/conversation-to-skill-generator --skill conversation-to-skill-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps organizations convert successful conversations into reusable Skill.md files by extracting workflows, patterns, and best practices, then generating consistent Skill.md structures that match a user's communication style.

Core Features & Use Cases

  • Analyze conversations to identify workflows, decision points, and best practices
  • Generate properly structured Skill.md files with YAML frontmatter and optional references
  • Preserve the user's voice and tone in the generated skill
  • Provide progressive disclosure: high-level SKILL.md with on-demand details via references
  • Create evaluation scenarios and templates to validate skills before deployment

Quick Start

Turn this chat into a reusable Skill.md ready for Claude deployment.

Frequently Asked Questions about conversation-to-skill-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a conversation into a reusable Skill.md file?

To turn a conversation into a reusable Skill.md file, you extract workflows and patterns from the chat and generate a properly formatted markdown structure with valid YAML frontmatter, references, and evaluation scenarios.

What is progressive disclosure in skill generation?

Progressive disclosure in skill generation provides a high-level Skill.md file while storing on-demand details in separate references, ensuring modular structure and context-awareness without overwhelming the main file.

Can I generate evaluation scenarios from a multi-domain conversation?

Yes, you can generate evaluation scenarios from multi-domain conversations by extracting decision points and best practices to validate the resulting skills before deployment.

Does generating a Skill.md file preserve my communication style?

Generating a Skill.md file preserves your communication style by extracting patterns directly from the conversation and matching your voice and tone across all generated artifacts.

What's the best way to ensure frontmatter validity in generated skills?

The best way to ensure frontmatter validity in generated skills is to apply extraction workflows that adhere to Anthropic best practices, automatically validating the YAML structure during skill generation.

When should I not use automated workflow extraction for skills?

You should avoid automated workflow extraction when a conversation lacks clear decision points or established patterns, as the generated Skill.md file requires structured workflows to produce valid, context-aware outputs.