skill-creator

Manage Claude skill lifecycle from creation to evaluation and benchmarking.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Skill authors often struggle to design, test, and iterate Claude Code skills in a consistent, reusable way. The Skill Creator provides a guided workflow to craft new skills, evaluate them with structured tests, and benchmark progress.

Core Features & Use Cases

  • Create new skills from scratch with a standard frontmatter and templates
  • Run evals, compare outcomes, and iterate improvements based on data
  • Benchmark and analyze performance across multiple runs to identify bottlenecks

Quick Start

Draft a new skill by describing its purpose, activation keywords, and basic workflow, then save it as SKILL.md.

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 iterate Claude Code skills with automated evaluation?

You create Claude Code skills by drafting the purpose, activation keywords, and basic workflow, then save them as SKILL.md. To iterate, run automated evals, compare outcomes across multiple runs, and apply cherry-pick updates based on the benchmark data.

What is the standard frontmatter structure required for a Claude skill?

A standard frontmatter structure for a Claude skill defines metadata such as the skill name, author, category, keywords, and tagline. Enforcing this standardized structure ensures modular skill units remain consistent, reusable, and compatible with automated evaluation tooling.

Can I benchmark and compare Claude skill performance across multiple test runs?

Yes, you can benchmark and compare Claude skill performance across multiple runs. The benchmarking tooling analyzes evaluation outcomes to identify performance bottlenecks, enabling skill engineers to compare iterations and apply data-driven improvements.

Does the Skill Creator support test-case generation for Claude Code skill evaluation?

Yes, the Skill Creator supports test-case generation for evaluating Claude Code skills. It automates the end-to-end lifecycle by generating structured tests, running automated evals, and tracking progress to ensure skills meet required performance benchmarks.

How do I apply cherry-pick updates when iterating on a Claude skill?

To apply cherry-pick updates when iterating on a Claude skill, you select specific improvements from evaluation runs and integrate them into the main SKILL.md file. This enables rapid prototyping and targeted refinement without overwriting the entire skill.