skill-creator

Guide authors through SKILL.md creation, testing, and evaluation cycles.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Division6066/tempo-rhythm --skill skill-creator-division6066
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Division6066/tempo-rhythm/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Division6066/tempo-rhythm --skill skill-creator-division6066

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill helps teams design, validate, and iterate Claude Code skills efficiently, reducing trial-and-error and accelerating improvement cycles.

Core Features & Use Cases

  • Structured SKILL.md creation workflow: capture intent, draft content, and formalize frontmatter, instructions, and references.
  • Evaluation loop orchestration: run trigger evaluations, collect metrics, and compare with baselines.
  • Iterative improvement: harness evaluation results to refine descriptions, scripts, and test prompts, then re-run cycles.
  • Benchmarking support: produce human- and machine-readable reports to measure progress and guide decisions.

Quick Start

Draft a new skill, write the SKILL.md, and wire up a first evaluation cycle to begin refining triggering accuracy.

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 structured documentation?

To create Claude skills, you capture the design intent, draft the SKILL.md file with frontmatter and instructions, then run evaluation cycles to test trigger accuracy and iterate on improvements. This structured workflow reduces trial-and-error during skill design.

What is the best way to evaluate and benchmark Claude skill performance?

Evaluating Claude skill performance involves running trigger evaluations, collecting metrics, and comparing results against baselines. You can use benchmarking scripts to produce human- and machine-readable reports that quantify progress and guide iterative improvements across testing cycles.

How do I iterate on a SKILL.md file to improve trigger accuracy?

Iterating on a SKILL.md file involves harnessing evaluation results to refine descriptions, scripts, and test prompts, then re-running evaluation cycles. This loop analyzes prompts and triggers to coordinate optional benchmarking scripts that measure progress across iterations.

Can I use PyYAML to manage skill creation workflows for Claude?

Yes, PyYAML is used to manage the skill creation workflow. It supports the structured SKILL.md creation process by handling the YAML frontmatter required to formalize instructions, references, and evaluation triggers within Claude skills.

What are the limitations of benchmarking scripts in Claude skill evaluation?

Benchmarking scripts in Claude skill evaluation provide quantitative progress reports but require coordinating optional cycles. They measure trigger accuracy and iteration progress but do not replace manual review of intent capture, prompt analysis, or description optimization.