skill-creator

Automates drafting, testing, benchmarking, and iterating Claude skill SKILL.md workflows with Python and anthropic/pyyaml libraries.

4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/mamd69/hf-spring-retreat-26 --skill skill-creator-mamd69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mamd69/hf-spring-retreat-26/tree/main/Skills/skill-creator
Command: npx skills add https://github.com/mamd69/hf-spring-retreat-26 --skill skill-creator-mamd69

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design and refine Claude skills by providing a repeatable workflow for drafting SKILL.md, bundling resources, and evaluating trigger accuracy.

Core Features & Use Cases

  • Automate the lifecycle of a skill from idea to deployment, including drafting, testing, and iteration
  • Run structured evals to quantify triggering performance and guide improvements
  • Bundle reusable scripts, references, and assets that accelerate skill development

Quick Start

Draft a new skill by creating a SKILL.md with a clear name and description, then run a simple eval set to obtain an initial trigger score.

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 test Claude skills with a structured workflow?

To create and test Claude skills, draft a SKILL.md file with a clear name and description, bundle reusable scripts and references, then run structured evaluations to measure trigger accuracy and iterate based on the results.

What is the best way to evaluate and improve skill trigger accuracy?

Evaluating skill trigger accuracy involves running structured evals against diverse prompts to quantify performance, then iterating on the SKILL.md description and bundled assets to improve triggering reliability across different use cases.

Do I need Python and specific libraries to automate skill development?

Yes, automating the skill lifecycle requires Python along with the anthropic and pyyaml libraries to execute evaluation scripts, parse configuration files, and benchmark triggering performance.

How does bundling assets and references accelerate skill development?

Bundling assets and references accelerates skill development by packaging reusable scripts and contextual documentation directly with the SKILL.md, enriching the skill and streamlining the iteration workflow.

Can I use this workflow to automate the entire skill lifecycle from idea to deployment?

Yes, you can automate the entire skill lifecycle from idea to deployment by drafting the initial SKILL.md, running evaluation sets to obtain trigger scores, and iterating based on benchmarking results.

When should I run evals during the skill creation process?

You should run evals immediately after drafting a new SKILL.md to obtain an initial trigger score, then continue running structured evaluations after each iteration to guide improvements and quantify triggering performance.