skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/SleyiW/iWana-neXt --skill skill-creator-sleyiw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/SleyiW/iWana-neXt/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/SleyiW/iWana-neXt --skill skill-creator-sleyiw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Writing an effective skill is hard to get right on the first try, and there is no built-in way to know whether a skill actually improves Claude's output or triggers when it should. This Skill provides a structured draft-test-review-improve loop with quantitative benchmarking so skill authors can iterate based on evidence instead of guesswork. ## Core Features & Use Cases - Guided Skill Authoring: Interviews the user about intent, trigger contexts, and output formats, then drafts a SKILL.md following progressive disclosure and writing-style best practices. - Evaluation & Benchmarking: Runs test prompts with and without the skill in parallel, grades outputs against assertions, and aggregates pass rates, timing, and token usage into benchmark reports with an interactive HTML review viewer. - Description Optimization: Generates realistic trigger/no-trigger eval queries and runs an automated optimization loop with train/test splits to improve the skill description's triggering accuracy. - Use Case: A user wants a skill that formats weekly sales reports. This Skill helps draft it, creates test prompts, runs comparison benchmarks, presents results in a browser viewer, and iterates until the outputs pass review. ## Quick Start Help me create a new skill that converts meeting transcripts into structured action-item lists, then test and improve it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Claude skill from scratch?

Start by defining what the skill should do, when it should trigger, and its output format. Then write a SKILL.md with name and description frontmatter plus markdown instructions, create test prompts, and iterate based on evaluation results.

How do I test whether my skill actually improves Claude's output?

Run each test prompt twice in parallel: once with the skill and once without as a baseline. Grade both outputs against objective assertions, then aggregate pass rates, timing, and token usage into a benchmark comparison.

How can I improve my skill description so it triggers correctly?

Generate 20 realistic eval queries mixing should-trigger and should-not-trigger cases, then run the automated optimization loop. It tests description variants against train and held-out queries and selects the best performer by test score.

What is the difference between with-skill and baseline benchmark runs?

With-skill runs execute the test prompt with the skill loaded, while baseline runs use no skill for new skills or the previous version for improvements. Comparing them isolates the skill's actual contribution to output quality.

When should a skill include test cases and assertions?

Skills with objectively verifiable outputs like file transforms, data extraction, or code generation benefit from assertions. Skills with subjective outputs like writing style are better evaluated through qualitative human review instead.

Does skill evaluation work on Claude.ai without subagents?

On Claude.ai you run test prompts sequentially yourself following the skill's instructions, skipping baseline runs and quantitative benchmarking. Review happens inline in conversation rather than through the browser-based viewer.