skill-creator

Create and iterate Claude skills by drafting SKILL.md and running comparative evals.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Reduces the friction of designing, testing, and improving Claude skills by providing a repeatable workflow for drafting SKILL.md, generating test prompts, running with-skill vs baseline evaluations, grading results, and iterating until the skill meets quantitative and qualitative criteria.

Core Features & Use Cases

  • Drafting & Scaffolding: Help the user capture intent, produce a SKILL.md frontmatter and operational instructions, and recommend triggering phrases and output formats.
  • Eval Design & Execution: Create eval sets, spawn parallel with-skill and baseline runs (or run serially in Claude.ai), capture timing/tokens, and save iteration workspaces.
  • Grading & Benchmarking: Use grader and aggregator scripts to produce grading.json and benchmark.json, surface pass rates, timing, and token deltas, and generate an HTML review for human feedback.
  • Iterate & Optimize: Propose concrete rewrites, bundle reusable scripts, optimize the SKILL.md description to improve triggering accuracy, and optionally package the skill.
  • Use Case: Ideal when a user wants to create a new automation skill, improve an installed skill's reliability, or rigorously compare versions with blind comparisons and benchmark analysis.

Quick Start

Tell the assistant what the skill should do, ask it to draft SKILL.md and 2–3 realistic test prompts, run the eval loop, review the generated benchmark and feedback, and then iterate until the results are satisfactory.

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 evals?

Creating and testing Claude skills involves drafting a SKILL.md file, generating test prompts, running comparative with-skill versus baseline evaluations, grading outputs, and iterating until the skill meets quantitative and qualitative criteria.

How does benchmarking work for Claude skill iterations?

Benchmarking for Claude skill iterations works by using grader and aggregator scripts to capture pass rates, timing, and token deltas, producing a benchmark.json file and an HTML review for human feedback.

What's the best way to improve skill triggering accuracy?

The best way to improve skill triggering accuracy is to optimize the SKILL.md description by running comparative eval loops, reviewing benchmark data, and proposing concrete rewrites based on the results.

Do I need pyyaml to run skill automation scripts?

Yes, you need pyyaml installed to run the skill automation scripts, as it is a required dependency for orchestrating evals, grading outputs, and aggregating benchmark data.

Can I run skill evaluations serially in Claude.ai instead of parallel?

Yes, you can run skill evaluations serially in Claude.ai, or you can spawn parallel with-skill and baseline runs locally to capture timing and token metrics for benchmarking.