create-skill

Solid

Create a well-structured skill — provide a topic to explore the codebase and build a skill interactively, or capture a workflow from the current session

AI & Automation 1,727 stars 144 forks Updated 3 days ago NOASSERTION

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /create-skill — Skill Creator **Create a reusable skill.** Provide a topic or workflow description, and this command explores the codebase, gathers relevant patterns, and builds a well-structured skill interactively with you. If no topic is given, it evaluates the current session for extractable knowledge. --- ## Phase 0: Reference ### Quality Criteria - **Reusable**: Will help future tasks, not just this instance - **Non-trivial**: Required discovery or is a valuable workflow pattern - **Verified**: Solution actually worked **Do NOT extract:** Single-step tasks, one-off fixes, knowledge in official docs. ### Project Slug Prefix ALL created skills with the project slug to avoid name collisions across repos. ```bash SLUG=$(basename "$(git remote get-url origin 2>/dev/null | sed 's/\.git$//')" 2>/dev/null || basename "$PWD") # Result: "pilot-shell", "my-api", "acme-backend" ``` **Skill scope:** Choose project or global based on reusability. | Scope | When | Create in | After creating | |-------|------|-----------|----------------| | **Project** | Skill is specific to this repo | `.claude/skills/{slug}-{name}/SKILL.md` | Nothing needed | | **Global** | Skill applies across projects | `~/.claude/skills/{slug}-{name}/SKILL.md` | Nothing needed | **Naming rules:** Lowercase with hyphens only. The slug provides context; the name should be 1-3 words max that are descriptive (not generic). Examples: `pilot-shell-lsp-cleaner`, `my-api-auth-flow`, `acme-deploy`. Never use ...

Details

Author
maxritter
Repository
maxritter/pilot-shell
Created
7 months ago
Last Updated
3 days ago
Language
TypeScript
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category