skill-creator

Automate AI skill creation, evaluation, and iterative improvement workflows.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/Herxinsasa/Skills-Collector --skill skill-creator-herxinsasa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Herxinsasa/Skills-Collector/tree/main/anthropics-skills/skills/skill-creator
Command: npx skills add https://github.com/Herxinsasa/Skills-Collector --skill skill-creator-herxinsasa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Building AI skills that work reliably in production requires more than good initial instructions—it needs rigorous testing, quantitative benchmarking, and iterative refinement to ensure consistent triggering and high-quality outputs. Without a standardized creation workflow, developers rely on ad-hoc trial and error that rarely measures what actually matters.

Core Features & Use Cases

  • Structured Skill Creation: Guide users from intent capture to packaged skill file, including draft writing, test case design, and progressive disclosure architecture.
  • Quantitative Evaluation: Spawn parallel with-skill and baseline runs, grade outputs against assertions, and aggregate results into statistical benchmarks with mean, stddev, and delta analysis.
  • Description Optimization: Run automated train/test loops to iteratively improve skill descriptions, maximizing trigger accuracy while preventing overfitting to specific phrasings.
  • Use Case: A developer building a custom code-review skill can use this to draft the SKILL.md file, run 10 eval prompts comparing with and without the skill, analyze pass rates and token costs, and optimize the description until it triggers reliably for relevant queries.

Quick Start

Use the skill-creator skill to build a new skill for summarizing meeting transcripts by drafting the SKILL.md file, creating test prompts, running evaluations with baselines, and iterating based on the benchmark results.

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 agent skills against a baseline?

Benchmarking AI agent skills requires spawning parallel with-skill and baseline runs, grading outputs against assertions, and aggregating results into statistical benchmarks using mean, stddev, and delta analysis.

What is the best way to optimize AI skill descriptions for trigger accuracy?

Optimizing AI skill descriptions involves running automated train and test loops to iteratively refine the text, maximizing trigger accuracy while preventing overfitting to specific phrasings.

How do I create a structured SKILL.md file for AI agents?

Creating a structured SKILL.md file uses a standardized creation workflow that guides you from intent capture through draft writing, test case design, and progressive disclosure architecture to package the final skill.

Do I need a test harness to evaluate AI skill performance?

Yes, evaluating AI skill performance requires test harness infrastructure and assertion-based grading tools to execute test cases, measure pass rates, and quantitatively compare baseline results.

Why does my AI skill trigger inconsistently for relevant queries?

Inconsistent triggering often occurs when descriptions lack iterative refinement; applying automated train and test loops optimizes trigger accuracy while preventing overfitting to specific phrasings.

Can I use yaml for packaging AI skills during development?

Yes, yaml is a required dependency for packaging AI skills, supporting the structured workflow from initial draft generation through to the final packaged skill file.