skill-creator

Guide creation of Claude skills through SKILL.md drafting and evaluation iterations.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/GongXLiang/plot-study --skill skill-creator-gongxliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GongXLiang/plot-study/tree/main/.claude/plugins/cache/claude-plugins-official/skill-creator/unknown/skills/skill-creator
Command: npx skills add https://github.com/GongXLiang/plot-study --skill skill-creator-gongxliang

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill Creator guides you through capturing user intent, drafting SKILL.md, and iterating with evaluations to improve triggering accuracy across skills.

Core Features & Use Cases

  • Draft new skills from scratch and modify existing ones
  • Run structured evals to measure triggering accuracy, coverage, and performance
  • Iterate with automated improvements, benchmarks, and packaging steps

Quick Start

Draft a skill idea, write its SKILL.md, run the evaluation loop, and iterate until triggering is reliable.

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 Claude skill from scratch?

To create a Claude skill from scratch, you draft a skill idea, write its SKILL.md file, run structured evaluation loops, and iterate until triggering is reliable. This workflow guides capturing user intent and packaging the final skill.

How do I evaluate and improve triggering accuracy for an existing Claude skill?

Evaluating triggering accuracy involves running structured experiments and benchmarks against your existing skill. You iterate with automated improvements and evaluation prompts to measure coverage, performance, and triggering reliability.

What is the SKILL.md file used for in skill creation?

The SKILL.md file defines the skill's metadata and processing logic. It captures user intent and acts as the core configuration file to implement, test, and package Claude skills within a repeatable workflow.

Do I need YAML to draft and package Claude skills?

Yes, YAML is required as a dependency to draft and package Claude skills. It structures the skill metadata and configuration needed to implement the workflow and run evaluation scripts.

What's the best way to iterate on a Claude skill before packaging it?

The best way to iterate on a Claude skill is running structured evaluations to measure triggering accuracy, then applying automated improvements and benchmarks. You repeat this loop until performance is reliable before packaging.

Can I modify an existing Claude skill instead of building a new one?

Yes, you can modify an existing Claude skill by updating its SKILL.md and running the evaluation workflow. This applies structured experiments and benchmarks to optimize triggering accuracy without starting from scratch.