skill-creator

Automate creation, evaluation, and optimization of AI assistant skills.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/wangx7/skills-collection --skill skill-creator-wangx7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wangx7/skills-collection/tree/main/anthropics-skills/skills/skill-creator
Command: npx skills add https://github.com/wangx7/skills-collection --skill skill-creator-wangx7

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Building reliable AI assistant skills requires more than just writing prompts—it demands systematic testing, quantitative benchmarking, and iterative refinement to ensure consistent triggering and high-quality outputs. This Skill provides the complete toolkit to transform a rough idea into a production-ready, evaluated skill.

Core Features & Use Cases

  • Structured Skill Creation: Capture user intent, draft SKILL.md files with proper frontmatter, and organize resources using progressive disclosure principles.
  • Evaluation & Benchmarking: Generate test cases, run parallel with-skill and without-skill comparisons, aggregate pass rates and timing metrics, and launch interactive review viewers for human feedback.
  • Description Optimization: Iteratively improve skill descriptions using train/test splits to maximize triggering accuracy without overfitting to specific queries.
  • Use Case: A developer building a data extraction skill can use this to draft the skill, run 10 realistic test prompts, compare outputs against a baseline, analyze variance, and package the final .skill file for distribution.

Quick Start

Use the skill-creator skill to build a new skill that extracts invoice data from PDF files and run evaluations to verify it handles both fillable and scanned forms correctly.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I benchmark AI assistant skills to test triggering and output quality?

Benchmark AI assistant skills by generating test cases and running parallel with-skill and without-skill comparisons. This approach aggregates pass rates and timing metrics to evaluate triggering accuracy and output consistency.

What's the best way to structure test cases for Claude Code skill evaluation?

Structure test cases for Claude Code skill evaluation using train/test splits to validate description tuning. This method maximizes triggering accuracy while preventing overfitting to specific user queries.

Can I use a structured workflow to draft and package a SKILL.md file?

Yes, you can draft and package a SKILL.md file through a structured creation workflow that captures user intent and organizes resources using progressive disclosure principles before final distribution.

Does skill creation require manual review of benchmark comparison results?

Skill creation supports manual review of benchmark comparison results by launching interactive review viewers. These viewers aggregate evaluation loop outputs to facilitate human feedback and iterative refinement.

Do I need yaml to run evaluation loops and package distributable skill files?

Yes, you need the yaml dependency to run evaluation loops and package distributable skill files. It handles frontmatter parsing for SKILL.md generation and result aggregation workflows.