skill-creator

Design, evaluate, and iterate Claude Skills with structured workflows.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/esneiderbravo/hackaton --skill skill-creator-esneiderbravo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/esneiderbravo/hackaton/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/esneiderbravo/hackaton --skill skill-creator-esneiderbravo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams design, test, and iteratively improve Claude Skills by providing a structured workflow for drafting, evaluating, and refining SKILL.md instructions, scoring prompts, and running eval loops.

Core Features & Use Cases

  • Draft new skills and refine existing ones using built-in templates and progressive disclosure.
  • Run multi-step evaluation loops with train/test splits, compare configurations, and track progress over iterations.
  • Validate, benchmark, and package skills for distribution, including an evaluator, viewer, and history tracking.

Quick Start

Draft a new SKILL.md with a concise name and description, then create a few test prompts, run evals, and iterate based on feedback.

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 iterate on Claude Skills?

To create and iterate on Claude Skills, use a structured workflow to draft SKILL.md instructions, define test prompts, run evaluation loops, and refine triggers based on benchmark feedback.

What is the best way to evaluate skill performance during development?

The best way to evaluate skill performance is running multi-step evaluation loops with train/test splits, comparing configurations, and tracking progress over iterations to systematically improve instructions.

How do I package skills for distribution?

You package skills for distribution by validating instructions, benchmarking performance against test prompts, and preparing progressive disclosure content including assets and references for deployment.

Can I use this to test trigger conditions for my SKILL.md?

Yes, you can test trigger conditions by defining specific test prompts within the evaluation workflow to validate when your SKILL.md instructions activate and how accurately they respond.

Do I need YAML and Anthropic dependencies to run skill evaluations?

Yes, you need YAML and Anthropic dependencies installed to support the evaluation workflow, manage configuration files, and execute the iterative benchmarking loops for your skills.

Why does my skill evaluation workflow need progressive disclosure?

Progressive disclosure is needed to manage complexity by structuring SKILL.md content so Claude receives relevant instructions and references contextually, improving evaluation accuracy and reducing token overload.