skill-creator

Identify valid Skill Units by locating SKILL.md frontmatter with name and description.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/ProLeadAppt/doggroomerdemo --skill skill-creator-proleadappt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ProLeadAppt/doggroomerdemo/tree/main/.agents/skills/anth-skill-creator
Command: npx skills add https://github.com/ProLeadAppt/doggroomerdemo --skill skill-creator-proleadappt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to create new Claude skills, improve existing ones, and measure their effectiveness, reducing time to a polished capability.

Core Features & Use Cases

  • Draft skills from user goals and use structured prompts
  • Run evaluations, benchmarks, and variance analyses
  • Iterate on skills based on quantitative and qualitative feedback
  • Optimize skill descriptions to improve triggering accuracy

Quick Start

Provide a high-level goal for a new skill and I will draft the initial SKILL.md, test prompts, and an evaluation plan.

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 evaluate Claude skills for prompt engineering?

To create and evaluate Claude skills, provide a high-level goal to draft an initial SKILL.md, generate test prompts, and run benchmarks for variance analyses. Iterate based on quantitative and qualitative feedback.

What is the best way to structure SKILL.md frontmatter for skill creation?

The best way to structure SKILL.md frontmatter is to include the required name and description fields at the root directory. This validates the skill unit and allows metadata extraction for categorization and triggering optimization.

How do I run benchmarks and variance analyses on new skills?

Run benchmarks and variance analyses by executing evaluation plans generated during skill creation. This measures effectiveness through quantitative metrics and qualitative feedback to iterate and refine the prompt engineering.

Why does my skill unit fail validation when missing required fields?

Skill unit validation fails when required fields are missing because the system locates SKILL.md frontmatter to extract metadata. Units missing a valid frontmatter body or required name and description fields are flagged as invalid.

Can I optimize skill descriptions to improve triggering accuracy?

Yes, you can optimize skill descriptions to improve triggering accuracy. Iterate on the SKILL.md metadata block based on evaluation benchmarks to refine how effectively the skill is categorized and triggered.

Does skill-creation work without external dependencies?

Skill-creation works without external dependencies. The process drafts structured prompts, validates frontmatter, and assembles metadata blocks entirely within the environment to reduce time to a polished capability.