skill-creator

Create, modify, and optimize custom Claude Code skills with structured workflows.

5|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/barkleesanders/claude-code-starter --skill skill-creator-barkleesanders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/barkleesanders/claude-code-starter/tree/main/skills/skill-creator-official
Command: npx skills add https://github.com/barkleesanders/claude-code-starter --skill skill-creator-barkleesanders

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Building effective, reliable AI skills requires structured workflows for drafting, testing, and optimization to ensure they trigger correctly and deliver consistent results, which is tedious and error-prone to manage manually.

Core Features & Use Cases

  • End-to-End Skill Creation: Guides you through capturing intent, interviewing for requirements, drafting SKILL.md files, and packaging final skills for distribution.
  • Built-In Evaluation & Benchmarking: Runs side-by-side tests of skills against baselines, grades outputs against custom assertions, and aggregates performance metrics with variance analysis to identify improvement areas.
  • Description Optimization: Tests skill triggering accuracy against realistic user prompts and iteratively improves the skill's description to reduce missed triggers and false positives.
  • Use Case: For example, if you want to build a skill that automates CSV data cleaning, this skill guides you through drafting the workflow, creating test cases, comparing performance with and without the skill, and optimizing the description so it triggers reliably when users mention data cleaning tasks.

Quick Start

Use the skill-creator skill to build a new custom skill that automates extracting key data points from your company's weekly sales CSV files and generates a summary report.

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 test custom AI skills for Claude Code?

To create custom AI skills for Claude Code, use structured workflows to draft SKILL.md files, generate test cases, run side-by-side benchmark comparisons against baselines, and grade assertion-based outputs to ensure reliable performance.

What is the best way to optimize AI skill descriptions for accurate triggering?

Optimizing AI skill descriptions involves testing triggering accuracy against realistic user prompts and iteratively refining the description text to reduce both missed triggers and false positives during skill activation.

How does benchmarking with parallel subagent execution work for skill evaluation?

Benchmarking for skill evaluation works by running side-by-side tests of skills against baselines using parallel subagent execution, grading outputs against custom assertions, and aggregating performance metrics with variance analysis to identify improvement areas.

Can I build an AI skill from scratch without any existing baseline outputs?

Yes, you can build AI skills from scratch by capturing intent, interviewing for requirements, drafting the initial skill files, generating custom test cases, and establishing baseline outputs through parallel subagent execution before optimizing.

What are the limitations of manually managing AI skill testing and optimization workflows?

Manually managing AI skill testing is tedious and error-prone because it lacks structured workflows for repeatable drafting, quantitative evaluation, assertion-based grading, and variance analysis needed to ensure skills trigger correctly and deliver consistent results.

Do I need any external dependencies to package and distribute custom AI skills?

No external dependencies are required to package and distribute custom AI skills; the workflow guides you through drafting SKILL.md files, running evaluations, and packaging the final skill files including scripts, references, and assets for distribution.