skill-creator

Create and iterate SKILL.md structures with trigger evaluations and grading evidence.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/yahav123147/paid-ads-cro-skills --skill skill-creator-yahav123147
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yahav123147/paid-ads-cro-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/yahav123147/paid-ads-cro-skills --skill skill-creator-yahav123147

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you go from a rough idea for a Claude Code skill to a better, more reliable skill by setting up test prompts, running trigger-evaluations, and iterating on the skill’s instructions and description.

Core Features & Use Cases

  • Create new skills by turning user intent into a well-structured SKILL.md with proper trigger logic.
  • Improve existing skills via an eval loop that measures whether Claude triggers correctly and produces the intended behavior.
  • Benchmark and validate skill performance using automated grading, quantitative pass-rate tracking, and variance-aware analysis.

Quick Start

Use the skill creator to turn your idea into a working SKILL.md, then run a small set of realistic test prompts to confirm triggering behavior and iterate based on the results.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I evaluate and iterate on Claude Code skills for better trigger accuracy?

You can evaluate and iterate on Claude Code skills by running an eval loop with test-case prompts, measuring trigger evaluation accuracy, and grading evidence to validate deterministic skill behavior. This process helps refine trigger descriptions and SKILL.md structure iteratively.

What's the best way to build a new Claude Code skill from a rough idea?

Building a new Claude Code skill involves turning user intent into a well-structured SKILL.md with proper trigger logic. You then run realistic test prompts to confirm triggering behavior and iterate on the instructions based on measured results.

How does benchmarking work for Claude Code skill performance validation?

Benchmarking Claude Code skill performance uses automated grading, quantitative pass-rate tracking, and variance-aware analysis. This benchmark aggregation measures whether Claude triggers correctly and produces intended behavior across representative user queries.

Can I improve existing skill triggering behavior without starting from scratch?

Improving existing skills uses an eval-and-iterate loop that measures whether Claude triggers correctly and produces intended behavior. The process applies trigger evaluation and grading evidence to refine trigger descriptions without rebuilding the entire skill.

Do I need test-case prompts to validate deterministic Claude Code skill behavior?

Yes, test-case prompts are required to validate deterministic Claude Code skill behavior. The eval-and-iterate loop uses representative user queries to measure trigger accuracy, grade evidence, and optimize descriptions for reliable skill activation.

Why does my Claude Code skill trigger incorrectly on unrelated user queries?

Incorrect triggering happens when trigger descriptions lack precision. Running trigger evaluation with test-case prompts and iterating on the SKILL.md structure using grading evidence helps identify mismatches and improves triggering accuracy across representative queries.