skill-creator

Create, evaluate, and refine Claude Skills with SKILL.md and bundled resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ncy08/clear-claude-code --skill skill-creator-ncy08
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ncy08/clear-claude-code/tree/main/.windsurf/skills/skill-creator
Command: npx skills add https://github.com/ncy08/clear-claude-code --skill skill-creator-ncy08

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams create new Claude Skills, iterate on drafts, and measure performance to improve triggering accuracy and effectiveness.

Core Features & Use Cases

  • Automates the skill-creation workflow from drafting SKILL.md to running evals and benchmarking.
  • Supports iterative improvement by integrating eval results, history, and automated descriptions.
  • Useful for developers who want to scale skill libraries and maintain consistent triggering quality across skills.

Quick Start

Create and iterate skills from scratch by editing SKILL.md, then run the evaluation loop to test triggering and refine the description.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I test and refine Claude Skills to improve triggering accuracy?

To refine Claude Skills, you can run an evaluation loop that tests skill triggering across multiple prompts and domains, integrating eval results and history to optimize discovery and measurable accuracy.

What is the best way to create Claude Skills from scratch?

The best way to create Claude Skills from scratch is by drafting the SKILL.md frontmatter and body instructions, bundling resources like scripts and references, then executing deterministic tasks to load context.

How do I benchmark Claude Skill performance across multiple domains?

You can benchmark Claude Skill performance by running automated evaluations that measure trigger accuracy, integrating the SKILL.md file with bundled assets to iterate on drafts and optimize discovery.

Do I need pyyaml to build and iterate on Claude Skills?

Yes, pyyaml is required as a dependency to build and iterate on Claude Skills, supporting the parsing of SKILL.md frontmatter and the execution of the scalable skill-creation workflow.

Can I use scripts and references to load context for deterministic tasks in Claude Skills?

Yes, you can bundle scripts, references, and assets within your Claude Skill to load context and execute deterministic tasks, integrating them with the SKILL.md body instructions for fast iteration.

Why does my Claude Skill fail to trigger consistently across different prompts?

Inconsistent triggering usually indicates a need for iterative improvement; you can run benchmark evaluations across multiple domains, integrate history, and refine the automated descriptions to optimize discovery.