skill-creator

Automate Claude skill creation, evaluation, and improvement with provided scripts.

Updated Oct 22, 2025
One-click install
npx skills add https://github.com/lemu/sea-prototype-template --skill skill-creator-lemu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lemu/sea-prototype-template/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/lemu/sea-prototype-template --skill skill-creator-lemu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This repository provides a structured workflow and tooling for creating, evaluating, and improving Claude skills, enabling repeatable, measurable progress from initial draft to production-ready capabilities.

Core Features & Use Cases

  • Progressive skill structure: metadata, SKILL.md body, and optional bundles (scripts/references/assets) load when needed.
  • End-to-end workflow: automate creation, evaluation, iteration, benchmarking, and description optimization.
  • Observability: built-in tooling (evals, aggregation, viewer) for transparent results and continuous improvement.

Quick Start

Run the evaluation loop to draft, test, and iterate on the skill starting from this 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 automate Claude skill creation and evaluation end-to-end?

You can automate Claude skill creation and evaluation by running a structured workflow that drafts SKILL.md descriptions, executes trigger evaluations, and benchmarks iteration results using provided scripts and a viewer.

What is the best way to iterate on prompt engineering workflows for Claude?

The best way to iterate on prompt engineering workflows is to apply automated benchmarking and trigger evaluation loops, refining SKILL.md descriptions progressively until measurable, production-ready capability is achieved.

Do I need Python and the anthropic SDK to benchmark Claude skills?

Yes, you need Python 3.8 or higher, the anthropic SDK, and PyYAML installed to run the evaluation scripts, aggregate benchmarking results, and access the repository's skill assets.

Can I evaluate SKILL.md metadata and trigger descriptions separately?

Yes, the evaluation loop specifically runs trigger evaluations and refines SKILL.md descriptions separately, allowing you to measure and optimize metadata alignment against actual skill performance.

How does progressive skill loading work with scripts, references, and assets?

Progressive skill loading works by loading metadata first, followed by the SKILL.md body, and finally bundling optional scripts, references, and assets only when they are needed during execution.

What limitations exist when automating skill iteration across multiple domains?

Limitations include requiring explicit access to the repository's skill asset directories and dependencies, meaning the automation cannot evaluate or benchmark skills without the underlying scripts and references present.