skill-creator

Automate Claude skill design and evaluation loops with iterative testing.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fengzhizi319/LobsterAI --skill skill-creator-fengzhizi319
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/fengzhizi319/LobsterAI/tree/main/SKILLs/skill-creator
Command: npx skills add https://github.com/fengzhizi319/LobsterAI --skill skill-creator-fengzhizi319

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you design, test, and iteratively improve Claude skills by providing a structured workflow to capture intent, draft SKILL.md, author evals, run automated loops, and synthesize improvements from results.

Core Features & Use Cases

  • Capture Intent: Extract user goals and craft a clear skill scope.
  • Iterative SKILL.md: Write a concise frontmatter and detailed instructions, then expand with references and scripts as needed.
  • Automated Evaluation: Create eval prompts, run parallel trainer/test prompts, and collect quantitative metrics.
  • Description Optimization: Use the built-in loop to improve triggering descriptions based on results.
  • Benchmarking & Review: Generate benchmark reports and review outputs to guide improvements.

Quick Start

Draft your first skill, write the triggering description in SKILL.md, and run the evaluation loop to begin iterative improvements.

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 Claude skills with iterative evaluation?

To create and test Claude skills, use a structured workflow to draft a SKILL.md file with frontmatter, write eval prompts, run parallel multi-round evaluations, and synthesize improvements from the collected results.

How does automated evaluation work for Claude skill prompts?

Automated evaluation works by running parallel trainer and test prompts against your drafted skill, collecting quantitative metrics to measure performance, and generating benchmark reports to guide iterative improvements.

What is the best way to structure SKILL.md for triggering Claude skills?

The best way to structure SKILL.md is to write a concise YAML frontmatter for metadata and triggering descriptions, followed by detailed instructions, expanding the content with optional references and scripts as needed.

Do I need Python dependencies to run Claude skill benchmarks?

Yes, you need the 'anthropic' and 'pyyaml' Python dependencies installed to manage YAML frontmatter parsing and integrate with the evaluation framework for running Claude skill benchmarks.

Can I optimize skill descriptions automatically based on test results?

Yes, you can optimize skill descriptions by using the built-in evaluation loop, which analyzes the quantitative metrics from test runs to automatically refine and improve the triggering descriptions in your SKILL.md.

What are the limitations of manually refining Claude skill prompts?

Manually refining Claude skill prompts lacks systematic capture of intents and multi-round evaluations, leading to slower iteration cycles compared to an automated loop that synthesizes improvements from benchmark reports.