skill-creator

Draft, test, and refine Claude Skills with SKILL.md and evaluation loops.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Moh-Tayyab/youtube-automation --skill skill-creator-moh-tayyab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Moh-Tayyab/youtube-automation/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Moh-Tayyab/youtube-automation --skill skill-creator-moh-tayyab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Draft, test, and refine Claude Skills in a structured, repeatable workflow. It guides users through capturing intent, drafting SKILL.md, building test prompts, running evaluation loops, and iterating until triggering is reliable.

Core Features & Use Cases

  • Guided SKILL.md creation and refinement
  • End-to-end evaluation loop with train/test splits
  • Built-in evaluation, benchmarking, and reviewer tooling
  • Rapid iteration based on quantified feedback

Quick Start

Draft a new skill concept and run a quick evaluation loop to surface improvements.

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 reusable Claude Skills across multiple domains?

Creating and testing reusable Claude Skills involves drafting a concise SKILL.md file, defining test prompts, and running evaluation cycles to ensure reliable triggering and measurable progress across domains.

What is the best way to structure prompt-engineering evaluation cycles for skill refinement?

The best way to structure prompt-engineering evaluation cycles is to build an end-to-end loop with train/test splits, run benchmarking, and iterate on the SKILL.md file based on quantified feedback.

What minimal artifacts do I need to generate when building a new Claude Skill workflow?

The minimal artifacts you need to generate when building a Claude Skill workflow are a SKILL.md file for instructions, an evals.json file for testing, and a benchmark report to track iteration progress.

Can I use pyyaml to configure evaluation loops for Claude Skill creation?

Yes, you can use pyyaml to configure evaluation loops for Claude Skill creation, as it serves as the core dependency for parsing and managing the structured workflow configurations.

Why does my Claude Skill fail to trigger reliably during prompt evaluation?

Your Claude Skill fails to trigger reliably during prompt evaluation when the SKILL.md instructions are misaligned with test prompts, requiring rapid iteration based on quantified benchmark feedback to resolve.

Does the skill-creator workflow support automated benchmarking and reviewer tooling?

Yes, the skill-creator workflow supports automated benchmarking and reviewer tooling by providing built-in evaluation mechanisms to measure progress and refine the SKILL.md file through structured iterations.