make-skill

Installation
SKILL.md

Package any workflow into a Claude Code skill. The output is a SKILL.md ready to publish with /publish-skill.

Phase 1: Capture the Workflow

Ask for anything missing:

  1. What does it do? — One sentence. What problem does it solve?
  2. When should it trigger? — Exact phrases or contexts. Be specific.
  3. What does it need from the user? — Inputs before it can run.
  4. What does it output? — File changes, code, chat output, commands?
  5. What are the steps? — Walk through the process start to finish.
  6. What are the hard rules? — Things it must always or never do.

If the current conversation already describes a workflow, extract answers from it before asking. Don't ask for what you already have.

Phase 2: Write the Frontmatter

---
Related skills

More from tushaarmehtaa/tushar-skills

Installs
6
GitHub Stars
4
First Seen
Mar 8, 2026