skill-creator-claw

Create, evaluate, and refine Claude Code skills against an external Agent.

10|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/L1l1thLY/skill-creator-claw --skill skill-creator-claw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-claw
Source: https://github.com/L1l1thLY/skill-creator-claw/tree/main/skill-creator-claw
Command: npx skills add https://github.com/L1l1thLY/skill-creator-claw --skill skill-creator-claw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator 2.0 streamlines the end-to-end lifecycle of building Claude Code skills—covering creation, evaluation, benchmarking, and optimization—so teams can rapidly iterate from concept to deployed skill without repetitive manual setup.

Core Features & Use Cases

  • Integrates drafting, evaluating, and refining skills against an external Agent via HTTP API.
  • Generates and analyzes eval results, provides post-hoc reviews with an eval-viewer, and tracks improvements across iterations.
  • Supports frontmatter/description optimization, progressive disclosure, and lightweight benchmarking to guide decision-making.

Quick Start

Install the Skill Creator, install the skill, and run the eval-iterate loop to craft and optimize your skill.

Frequently Asked Questions about skill-creator-claw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and evaluate Claude Code skills end-to-end?

To create and evaluate Claude Code skills end-to-end, you can use a workflow that drafts a skill, runs evaluations against an external Agent via HTTP API, and iterates on the frontmatter and body to optimize triggering accuracy.

What is the best way to benchmark and optimize skill triggering accuracy?

Benchmarking and optimizing skill triggering accuracy involves running evaluations against an external Agent, analyzing the generated eval results, and performing post-hoc reviews with an eval-viewer to track improvements across iterations.

Do I need an external Agent to run skill evaluations and iterations?

Yes, you need an external Agent accessible via an HTTP API to measure triggering accuracy, generate eval results, and guide the iterative refinement of your skill's frontmatter, body, and workflow.

Can I optimize skill frontmatter and descriptions using progressive disclosure?

Yes, you can optimize skill frontmatter and descriptions using progressive disclosure techniques, which are supported alongside lightweight benchmarking to guide decision-making during the skill refinement process.

What are the limitations of manual skill creation without an eval-iterate loop?

Without an eval-iterate loop, manual skill creation involves repetitive setup and lacks automated benchmarking, making it difficult to rapidly iterate from concept to deployed skill or track triggering accuracy improvements.