skill-creator

Draft SKILL.md files, generate test prompts, and run with-skill versus baseline evaluations.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/MisLink/agentry --skill skill-creator-mislink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MisLink/agentry/tree/main/agents/.agents/skills/skill-creator
Command: npx skills add https://github.com/MisLink/agentry --skill skill-creator-mislink

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Helps authors create, validate, and iteratively improve Claude skills by guiding intent capture, drafting SKILL.md, generating test prompts, running paired with-skill vs baseline evaluations, grading results, and optimizing the skill description for better triggering.

Core Features & Use Cases

  • Skill authoring workflow: Interview users, capture intent, and draft a SKILL.md with clear metadata and operational instructions.
  • Evaluation & benchmarking: Generate eval sets, spawn parallel runs (with-skill and baseline), collect timing/tokens, grade expectations, and aggregate benchmark statistics.
  • Iteration & optimization: Run an improve loop that proposes description revisions, re-evaluates on train/holdout splits, and produces a viewer report for human feedback.
  • Use Case: A developer or PM who wants to turn a manual workflow into a reusable Claude skill can draft the skill, create test prompts, run benchmarks, and iterate until triggers and outputs are reliable.

Quick Start

Use skill-creator to draft a SKILL.md, create 2–3 realistic test prompts, run the eval loop, inspect the generated reviewer, 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 test AI skills with reproducible behavior?

To create and test AI skills, you draft a SKILL.md file, generate realistic test prompts, and run paired with-skill versus baseline evaluations. This workflow ensures reproducible skill behavior and objective expectations through quantitative benchmarking across iterations.

What is the best way to benchmark prompt engineering changes across iterations?

The best way to benchmark prompt engineering changes is to run parallel with-skill and baseline evaluations, collect timing and token metrics, grade expectations, and aggregate benchmark statistics. This provides quantitative measurement to validate skill improvements.

How does skill description optimization work for better triggering?

Skill description optimization works by running an improvement loop that proposes description revisions and re-evaluates them on train and holdout splits. It optionally calls the Claude CLI to refine descriptions until trigger reliability reaches an acceptable threshold.

Do I need Python scripts to run skill evaluations and aggregate benchmarks?

Yes, you need Python scripts to run evaluations, aggregate benchmark statistics, and view results. The provided scripts integrate with the workflow to spawn parallel runs, collect timing and token data, and generate viewer reports for human feedback.

Can I use YAML to define metadata and operational instructions for Claude skills?

Yes, you can use YAML to define metadata and operational instructions when drafting a SKILL.md file. Capturing user intent and structuring the skill definition in YAML ensures clear operational instructions and reproducible behavior.

What are the limitations of automating skill development with evaluation loops?

A limitation of automating skill development is that quantitative benchmarks cannot fully replace human judgment. While the improve loop proposes description revisions and generates viewer reports, developers must still inspect results and iterate based on qualitative feedback.