skill-creator

Guide users through creating, testing, and iterating Claude Skills.

5|3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zebbern/termstack --skill skill-creator-zebbern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/zebbern/termstack/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/zebbern/termstack --skill skill-creator-zebbern

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

The Skill Creator guides users through the end-to-end lifecycle of building, testing, and iterating Claude Skills. It helps capture intent, author and organize SKILL.md, design evaluation prompts, run automated trigger evaluations, compare results, and apply structured improvements so skills trigger reliably and perform as intended. It also supports iterating descriptions to improve triggering accuracy and packaging finalized skills for deployment.

Core Features & Use Cases

  • Capture Intent: Help users define what a skill should enable and how it should trigger in real conversations.
  • SKILL.md Authoring: Provide a guided workflow to draft the skill's frontmatter and body, including iterative refinements.
  • Evaluation Loop: Generate and run trigger-evaluation prompts, collect results, and analyze tradeoffs between configurations.
  • Improvement Loop: Use eval outcomes to propose description and content improvements, enabling rapid iteration.
  • Packaging & Distribution: Validate and package skills into distributable formats for deployment or sharing.

Quick Start

Describe your intent, draft the skill, run trigger evaluation, and iterate until you are satisfied.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and refine Claude Skills for prompt automation workflows?

To create and refine Claude Skills, use a guided workflow to articulate intent, author SKILL.md, design evaluation prompts, and run automated trigger evaluations. This structured iteration loop applies improvements to reach a robust, trigger-friendly skill ready for deployment.

What is the best way to evaluate and iterate on skill triggering accuracy?

The best way to evaluate skill triggering accuracy is to generate and run automated trigger-evaluation prompts, collect results, and analyze tradeoffs between configurations. Use eval outcomes to propose description and content improvements for rapid iteration.

How do I package finalized Claude Skills for deployment and distribution?

You package finalized Claude Skills by validating the iterated SKILL.md content and organizing it into distributable formats. This ensures the skill triggers reliably and performs as intended before sharing or deployment.

Do I need pyyaml to author and test SKILL.md files?

Yes, you need pyyaml installed to author and test SKILL.md files, as it is a required dependency for parsing and managing the YAML frontmatter used in skill metadata during the creation and evaluation workflow.

Can I use this meta-skill to compare outcomes between different skill configurations?

Yes, you can use this meta-skill to compare outcomes between different skill configurations. The evaluation loop collects results and analyzes tradeoffs, enabling you to apply structured improvements based on the compared performance data.