skill-creator

Creates Claude skills with SKILL.md drafting, eval loops, and packaging workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/midas44/ttt-expert-v2 --skill skill-creator-midas44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/midas44/ttt-expert-v2/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/midas44/ttt-expert-v2 --skill skill-creator-midas44

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured, repeatable workflow for designing Claude skills: from initial concept through SKILL.md creation, evaluation prompts, and iterative improvement, enabling teams to produce robust, well-tested skills at scale.

Core Features & Use Cases

  • Draft and validate skill definitions with a formal frontmatter structure.
  • Build and run end-to-end evaluation loops (train/test prompts, expectations, and metrics) to measure triggering accuracy and reliability.
  • Generate and manage eval artifacts (evals.json, iterations history, and benchmark-ready reports).
  • Iterate quickly by applying feedback to the skill description and associated artifacts, then re-run evaluations.
  • Package and share skills for deployment or integration with other tooling.

Quick Start

Draft a new skill concept, write its SKILL.md, create initial prompts and eval prompts, run the evaluation loop, and iteratively refine based on results.

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 at scale?

To create and test Claude skills at scale, use a structured workflow to draft SKILL.md definitions, build evaluation prompts, run end-to-end eval loops, and iteratively refine descriptions based on benchmark results.

How does evaluation iteration work for prompt engineering?

Evaluation iteration for prompt engineering works by applying feedback to the skill description and associated artifacts, then re-running evaluations to measure triggering accuracy and reliability across train and test prompts.

What is the best way to structure SKILL.md for automation?

The best way to structure SKILL.md for automation is to use a formal frontmatter structure that defines the skill, enabling repeatable validation and packaging for deployment or integration with other tooling.

Can I use Python and YAML to manage Claude skill authoring evals?

Yes, you can use Python and YAML to manage Claude skill authoring evals, as the workflow relies on anthropic and pyyaml dependencies to generate eval artifacts like evals.json and iterations history.

What artifacts are generated when running Claude skill evaluations?

When running Claude skill evaluations, the workflow generates eval artifacts including evals.json, iterations history, and benchmark-ready reports to track results and measure triggering accuracy.

Why does my Claude skill trigger inaccurately during testing?

Inaccurate triggering during testing often requires iterative improvement; you can apply feedback to the skill description and associated artifacts, then re-run evaluations to refine reliability.