make-skill

Convert a live session into a reusable SKILL.md manifest via a plan-and-materialize process.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrwyx12369/TeamPaw --skill make-skill-mrwyx12369
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-skill
Source: https://github.com/mrwyx12369/TeamPaw/tree/main/src/teampaw/agents/skills/make-skill-en
Command: npx skills add https://github.com/mrwyx12369/TeamPaw --skill make-skill-mrwyx12369

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning an ongoing conversation into a reusable workspace skill so you can capture a workflow or troubleshooting path as a persistent artifact.

Core Features & Use Cases

  • Proposes a compact plan from the current session and yields it for user approval.
  • Writes a complete SKILL.md body and persists the skill atomically via a secure materialization flow.
  • Supports consistent naming, plan refinement, and error handling to ensure reliable skill creation.

Quick Start

Invoke /make-skill <focus> to name and capture this session as a reusable Skill, review the auto-generated plan, then approve to materialize the SKILL.md.

Frequently Asked Questions about make-skill

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

FAQPage Schema
How do I turn a conversation into a reusable skill?

Yes, you can save a live troubleshooting session as a workflow artifact by invoking the skill capture process, which proposes a compact plan for your approval and persists the workflow as a SKILL.md file.

How do I automate creating a SKILL.md file from a session?

You automate creating a SKILL.md file by triggering the workflow capture flow, which proposes a compact plan from the current session, awaits your approval, and then atomically materializes the skill manifest.

Does the skill creation process require manual file writing?

No, the skill creation process does not require manual file writing because it uses a secure materialization flow to handle consistent naming, plan refinement, and atomic persistence of the SKILL.md body automatically.

What happens if there is an error during skill materialization?

If there is an error during skill materialization, the guided plan-and-materialize process includes built-in error handling to ensure safe, atomic persistence, preventing corrupted or incomplete SKILL.md manifests.

Can I review the plan before the session is materialized into a skill?

Yes, you must review the auto-generated compact plan before materialization, as the workflow capture process yields the proposed plan for your explicit approval before securely writing the SKILL.md body.