skill-creator

Guide iterative authoring of Claude Code skills from intent to eval-based refinement.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk --skill skill-creator-leexb-wp21-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk/tree/main/.cursor/skills/skills-main/skills-main/skills/skill-creator
Command: npx skills add https://github.com/leexb-wp21-prog/Azure-Ticket-Helpdesk --skill skill-creator-leexb-wp21-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you design, rewrite, and evaluate other skills so Claude triggers them at the right times and performs reliably on real tasks.

Core Features & Use Cases

  • Skill drafting from intent: Turn a user’s goal into a structured skill plan, including trigger conditions and output format.
  • Iterative improvement with evals: Create test prompts, run them with and without the skill, and use quantitative + qualitative feedback to revise the skill.
  • Trigger-accuracy optimization: Optimize the skill’s description so it triggers correctly using a held-out eval set with variance-safe iteration.

Quick Start

Use the skill when you want to create a new skill for a specific workflow or when you already have a draft and want to improve triggering and performance.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and benchmark new Claude skills from scratch?

Skill authoring with benchmarking starts by capturing your intent, drafting a structured skill plan, generating test prompts, and running with-skill versus baseline comparisons to measure performance. You then aggregate quantitative and qualitative results to iteratively revise the skill.

How do I improve trigger accuracy for an existing Claude skill?

Trigger optimization improves by updating the skill's YAML frontmatter description using a held-out evaluation set with variance-safe iteration. This process tests whether the skill activates correctly when needed, reducing false triggers across different prompt variations.

What is the best way to evaluate Claude skill performance with test prompts?

Skill evaluation uses structured test prompts to run with-skill and baseline comparisons, aggregating results through variance-aware benchmarking. This combines quantitative metrics with qualitative review to identify weaknesses and guide iterative improvement of the skill.

Can I use Python to set up iterative skill evaluation and benchmarking?

Python and Claude are required dependencies for running the skill evaluation and benchmarking workflow. Python scripts handle generating structured test prompts, executing with-skill and baseline comparisons, and aggregating results for variance-aware analysis.

Why does my Claude skill trigger at the wrong times or fail on real tasks?

Inaccurate triggering often stems from an unoptimized YAML frontmatter description that fails to match user intent. Applying trigger optimization with a held-out eval set and variance-safe iteration calibrates the description to activate reliably on relevant prompts.

Does skill-creator work with existing drafts or only for building new skills?

Skill-creator applies to both creating new skills from scratch and refining existing drafts. For existing skills, it focuses on iterative improvement through measurable evaluation prompts, qualitative review, and variance-aware benchmarking to enhance performance.