skill-creation-walkthrough

Solid

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not triggering or not loading the right context, when you are auditing a skill that is underperforming, or when you want to publish a skill for others. Also triggers when someone asks "how do I make a skill" or "what makes a good skill". Useful for individuals, teams, and anyone publishing skills publicly.

AI & Automation 2 stars 0 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

A walkthrough for designing, writing, and maintaining your own Claude Skills. Covers when a skill is the right shape for your problem, how to write a description that actually triggers, how to structure SKILL.md and references, and how to test and iterate. ## When to use - You catch yourself writing the same prompt or instructions repeatedly. - You want to package a workflow or framework for reuse. - An existing skill of yours is not triggering when it should. - You are publishing skills for others to use. - You want to teach Claude a domain-specific way of working. - You are reviewing a skill someone wrote and need a quality bar. ## When NOT to use - For one-off prompts (just write the prompt). - For information that should live in system context, not progressive disclosure. - For changing Claude's general behavior across all conversations (use Claude.ai settings or system prompts, not skills). - For replacing tool calls (skills are instructions, not tools). ## Required inputs - The task or workflow you want to encode. - The audience: who will trigger this skill, in what kind of conversation. - Existing artifacts: prompts you have used, docs you have written, examples of good output. ## The framework: how skills work A Skill is a folder with a `SKILL.md` file. The SKILL.md has YAML frontmatter (name and description) and a body with instructions. It can also include reference files, scripts, or templates that get loaded when needed. The key property: **progressive di...

Details

Author
rampstackco
Repository
rampstackco/claude-skills-starter
Created
2 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

skill-creation-walkthrough

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not triggering or not loading the right context, when you are auditing a skill that is underperforming, or when you want to publish a skill for others. Also triggers when someone asks "how do I make a skill" or "what makes a good skill". Useful for individuals, teams, and anyone publishing skills publicly.

4 Updated 6 days ago
rampstackco
Code & Development Solid

skill-creator

Use when creating a new skill from scratch, modifying an existing skill, or optimizing a skill's triggering description. Guides intent capture, structure, writing patterns, and progressive-disclosure organization so skills reliably trigger and stay maintainable. Trigger on phrases like "turn this into a skill", "write a skill for X", "improve this skill", "my skill isn't triggering".

48 Updated today
Kanevry
AI & Automation Listed

skill-creator

Interactive guide for creating new skills (or updating existing skills) that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations. Walks the user through use case definition, frontmatter generation, instruction writing, and validation. Use when user asks to create a new skill, build a skill, update an existing skill, says "skill-creator", "create a skill for", "build a skill that", or wants help designing skill structure and content. Do NOT use for general prompting questions or non-skill configuration tasks.

3 Updated 4 days ago
arthjean