skill-creator

Create and iterate Claude skill drafts and evaluation workflows.

2.1k|471|Updated Jul 18, 2013
One-click install
npx skills add https://github.com/MCCTeam/Minecraft-Console-Client --skill skill-creator-mccteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MCCTeam/Minecraft-Console-Client/tree/main/.skills/skill-creator
Command: npx skills add https://github.com/MCCTeam/Minecraft-Console-Client --skill skill-creator-mccteam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill removes the friction of designing, testing, and iterating Claude-compatible skills by providing a repeatable end-to-end workflow for drafting SKILL.md, generating test prompts, running with-skill and baseline comparisons, grading results, and optimizing skill descriptions for reliable triggering.

Core Features & Use Cases

  • Skill authoring: Guided prompts and examples to draft SKILL.md frontmatter and operational instructions.
  • Eval orchestration: Tools and scripts to create eval sets, spawn parallel with-skill and baseline runs, capture timing and token metrics, and aggregate benchmarks.
  • Grading & analysis: Automated grader, blind comparator, and post-hoc analyzer for objective comparisons and concrete improvement suggestions.
  • Description optimization & packaging: Iterative optimizer to improve triggering accuracy and a packager to create distributable .skill files.
  • Use Case: Quickly create a new skill, run 2–3 realistic test prompts, compare with a baseline, surface quantitative metrics and human feedback, then iterate until satisfied.

Quick Start

Ask the assistant to create a new Claude skill for your task by drafting SKILL.md, generating 2–3 realistic test prompts, and preparing an eval workspace for iterative evaluation and improvement.

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 with automated evaluation workflows?

To create and test Claude skills, you can draft a SKILL.md file, generate realistic test prompts, spawn parallel baseline runs, and aggregate grading metrics to iterate on skill performance. This workflow provides a repeatable end-to-end process for authoring and benchmarking.

What is the best way to optimize skill descriptions for reliable triggering in Claude?

Optimizing skill descriptions for reliable triggering involves using an iterative optimizer to refine frontmatter and operational instructions, ensuring accurate activation. This process improves how consistently a skill is selected in interactive and Cowork environments.

How do I run blind comparisons and benchmarks for AI skill evaluation?

Running blind comparisons and benchmarks requires spawning parallel with-skill and baseline runs, capturing timing and token metrics, and using an automated grader. A blind comparator then surfaces objective comparisons and concrete improvement suggestions.

Do I need Python and pyyaml to package distributable Claude skills?

Yes, you need Python with the anthropic and pyyaml dependencies installed to run the provided scripts for skill creation and packaging. These libraries support generating SKILL.md files, orchestrating evals, and creating distributable .skill packages.

Can I use this skill creation workflow to improve existing Claude skills?

Yes, you can use this workflow to improve existing Claude skills by running post-hoc analyzers and graders on new test cases. This surfaces quantitative metrics and human feedback to iterate until the desired skill performance is achieved.