skill-creator

Create, validate, and optimize Claude skills with SKILL.md authoring and evaluation.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/iredrion-img/kh-rnd-wms --skill skill-creator-iredrion-img
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/iredrion-img/kh-rnd-wms/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/iredrion-img/kh-rnd-wms --skill skill-creator-iredrion-img

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured workflow to design, test, and continuously improve Claude skills. It guides users through drafting SKILL.md frontmatter, running evaluation loops, analyzing results, and iterating on descriptions and test prompts to achieve reliable triggering and high-quality outputs.

Core Features & Use Cases

  • Capture Intent: define what a skill enables and when it should trigger.
  • Draft and Evaluate: build SKILL.md frontmatter, run trigger evaluations, and analyze results with built-in tooling.
  • Iterate and Improve: automatically propose improvements, re-test, and re-run benchmarks.
  • Package and Deploy: validate, package, and distribute skills as .skill bundles for reuse.
  • Use Cases: create new skills from scratch, refine existing ones, run experiments, and optimize triggering accuracy.

Quick Start

Begin by creating a new skill folder, adding SKILL.md with name and description, then run the evaluation loop to test, improve, and benchmark the skill.

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

To create Claude skills, you draft a SKILL.md file with frontmatter, run trigger evaluations, and iterate on descriptions to achieve reliable triggering and high-quality outputs.

What is a SKILL.md frontmatter and when do I need it for automation?

SKILL.md frontmatter defines what a skill enables and when it should trigger. You need it to structure automation workflows and ensure accurate skill invocation during evaluation and benchmarking loops.

How do I optimize skill triggering accuracy and benchmark evaluation results?

You optimize skill triggering by running evaluation loops, analyzing benchmarking results, and automatically proposing improvements to test prompts and descriptions before re-testing the skill.

Can I package and distribute skills as bundles for reuse?

Yes, you can validate, package, and distribute skills as .skill bundles for reuse. This allows you to share refined skills across different environments after benchmarking.

Does the skill creation process require yaml dependencies?

Yes, the skill creation and evaluation process requires a yaml dependency to parse and validate the SKILL.md frontmatter during the authoring and iteration workflow.