skill-creator

Orchestrate end-to-end creation, evaluation, and improvement of Claude skills.

1|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/HYP3R00T/voicepad --skill skill-creator-hyp3r00t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/HYP3R00T/voicepad/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/HYP3R00T/voicepad --skill skill-creator-hyp3r00t

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML.

What problem does it solve?

This Skill enables you to design, evaluate, and iteratively improve Claude Code skills. It guides you through drafting a skill, running controlled evaluations, and refining its behavior based on results, all in a self-contained workflow.

Core Features & Use Cases

  • Capture intent and draft skills that address real user needs.
  • Run structured evals, compare results, and iterate to improve triggering accuracy.
  • Package validated skills for distribution or reuse across projects.

Quick Start

Draft your skill, run a few evals, and watch it evolve.

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 automated evaluation?

You can create and test Claude skills by drafting a skill, running structured evals, and iteratively refining its behavior based on benchmark results within a standard folder layout.

What is the best way to iterate on Claude skill behavior using evals?

The best way to iterate on skill behavior is to run controlled evaluations, compare results, and use the provided tooling to automate testing and result interpretation for refinement.

How does skill benchmarking work when evaluating Claude Code skills?

Skill benchmarking works by coordinating structured evals and comparing results to iteratively improve triggering accuracy and refine deterministic task execution.

Do I need PyYAML to automate Claude skill creation and testing?

Yes, PyYAML is required as a dependency to automate testing, result interpretation, and iterative refinement within the skill creation workflow.

Can I package validated Claude skills for reuse across multiple projects?

Yes, you can package validated skills for distribution or reuse across projects after completing the drafting, evaluation, and improvement workflow.

What folder structure is used for Claude skill development and evaluation?

The skill development workflow uses a standard folder layout containing SKILL.md, scripts/, references/, and assets/ to enable deterministic tasks and reference-driven guidance.