skill-creator

Design, document, evaluate, and iteratively improve Claude skills from draft to deployment.

2|3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/103492-MaxPaardekam/MAKE-A-THON --skill skill-creator-103492-maxpaardekam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/103492-MaxPaardekam/MAKE-A-THON/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/103492-MaxPaardekam/MAKE-A-THON --skill skill-creator-103492-maxpaardekam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables teams to design, document, evaluate, and iteratively improve Claude skills using a structured workflow that starts from SKILL.md frontmatter, includes a descriptive body, and optional resources.

Core Features & Use Cases

  • Skill drafting and documentation: Capture intent, define triggers, and compose SKILL.md.
  • Evaluation & benchmarking: Run evals, interpret results with the eval-viewer and benchmark tools, and compare configurations.
  • Iterative improvement: Use feedback to refine the skill and re-run evaluations until triggering is optimized.
  • Bundle support: Use optional scripts/references/assets to automate tasks and store reference materials.

Quick Start

Draft your skill concept, write SKILL.md, run initial evals with run_eval, and iterate until triggering is optimized.

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 document Claude skills from scratch?

To create Claude skills, draft your concept and compose a SKILL.md file with valid front matter, a name, and a description. You can then use evaluation tools to test triggering and iterate on the skill body.

How do I evaluate and benchmark Claude skills to optimize triggering?

You can evaluate Claude skills by running run_eval and interpreting results with the eval-viewer and benchmark tools. This allows you to compare configurations, analyze feedback, and iterate until skill triggering is fully optimized.

What is the best way to iterate on a skill based on evaluation feedback?

The best way to iterate on a skill is to run initial evals, review the results using the benchmark and eval-viewer tools, refine the SKILL.md body or bundles, and re-run evaluations to verify improved triggering performance.

Do I need YAML to write and manage SKILL.md files?

Yes, YAML is required to structure the front matter in SKILL.md files. Valid front matter is necessary for the skill-creator suite to correctly capture intent, define triggers, and process the skill configuration.

Can I use scripts and reference bundles to automate tasks within Claude skills?

Yes, you can include optional bundles in scripts, references, and assets directories. These bundles support deterministic task automation and store reference materials needed to enhance the skill's core functionality.

What are the limitations when drafting front matter for Claude skills?

The main limitation is that SKILL.md requires valid front matter with at least a name and description to function. Without these required fields, the skill-creator suite cannot parse the file or run evaluations.