skill-creator

Automate Claude Skill creation from SKILL.md drafting through evals and description updates.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Blake-John/agent-config --skill skill-creator-blake-john
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Blake-John/agent-config/tree/main/.zeroclaw/workspace/skills/skill-creator
Command: npx skills add https://github.com/Blake-John/agent-config --skill skill-creator-blake-john

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill Creator solves the bottleneck of building and refining Claude Skills by providing a structured workflow to capture intent, draft SKILL.md, run iterative evaluations, and automatically improve descriptions based on feedback. This enables teams to quickly move from ideation to validated skill behavior with measurable results.

Core Features & Use Cases

  • End-to-end skill creation: draft, test prompts, run evals, and iterate until performance stabilizes.
  • Evaluation-driven improvement: leverage eval results to refine descriptions and test coverage.
  • Multi-step orchestration: integrate with eval-viewer, run_loop, and scripts for automation.
  • Benchmarking and analysis: compare configurations and track progress across iterations.

Quick Start

Draft your skill in SKILL.md, define your evaluations in evals.json, then run the loop to iterate and optimize.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the best way to automate Claude skill creation and prompt evaluation?

The best way to automate Claude skill creation is using an end-to-end workflow that drafts SKILL.md, runs iterative evaluations via evals.json, and updates descriptions based on feedback. This structured pipeline moves teams from ideation to validated behavior with measurable results.

How do I test and iterate on prompt designs within an automated workflow?

You test and iterate on prompt designs by defining evaluations in evals.json and running an automated loop. This evaluation-driven improvement process leverages eval results to refine descriptions and test coverage until performance stabilizes.

Can I benchmark iteration performance across different skill configurations?

Yes, you can benchmark iteration performance across configurations. The workflow integrates with benchmarking tools to compare configurations, track progress across iterations, and measure results for engineers and analysts validating triggering behavior.

Do I need yaml to draft SKILL.md files for evaluation-driven improvement?

Yes, yaml is required to draft SKILL.md files. The structured pipeline relies on yaml-formatted SKILL.md frontmatter and evals.json to orchestrate the end-to-end workflow, run iterative evaluations, and automatically improve descriptions.

What components are needed to orchestrate multi-step skill creation and evaluation?

Multi-step skill orchestration requires scripts, references, and optional bundles integrated with eval-viewer and run_loop. These components automate the workflow from drafting SKILL.md to running evals and updating descriptions based on feedback.