create-skill
Skill Creator Plus
An enhanced skill creation system that extends the official Anthropic skill-creator. It adds three layers on top: a guided wizard for non-developers, a starter templates library, and the ability to extract skills directly from conversation history.
Think of it this way: Claude already knows how to cook. A skill is a recipe — it tells Claude exactly what dish to make, what ingredients to use, and how you like it served. This skill helps you write those recipes.
The rule of thumb: if you repeat any process with Claude more than twice, that process should probably be a skill.
At a high level, creating a skill goes like this:
- Decide what the skill should do and roughly how
- Write a draft of the SKILL.md
- Create a few test prompts and run them
- Evaluate the results with the user (qualitatively and quantitatively)
- Rewrite the skill based on feedback
- Repeat until satisfied
- Optimize the description for reliable triggering
- Package and share
More from nkootstra/skills
compact-markdown
Compact, compress, or minify markdown files to use fewer tokens while preserving all information and meaning. Use this skill whenever the user wants to reduce the size of a markdown file, shrink a README, compress a SKILL.md or CLAUDE.md, minify documentation, or make any markdown more token-efficient. Trigger even if they just say "make this shorter" or "compress this" on a markdown file.
57code-complexity-audit
>-
51agents-md
Write, audit, and improve agent context files (AGENTS.md, CLAUDE.md) for AI coding agents. Use when creating or improving agent context for a codebase.
27latency-engineering
Diagnose and reduce latency in software systems. Use when dealing with slow APIs, tail latency, p99 spikes, caching, replication, partitioning, concurrency, async I/O, or any question about making systems faster.
25python-best-practices
>
24adversarial-review
>
23