skill-creator

Plan, codify, and evaluate Claude Agent Skills with SKILL.md and evals.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/clovernguyen1010-ship-it/Clover_Nguyen --skill skill-creator-clovernguyen1010-ship-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/clovernguyen1010-ship-it/Clover_Nguyen/tree/main/.agent/skills/skill-creator
Command: npx skills add https://github.com/clovernguyen1010-ship-it/Clover_Nguyen --skill skill-creator-clovernguyen1010-ship-it

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured workflow to design, evaluate, and iteratively improve Agent Skills for Claude, guiding you from ideation to production-ready SKILL.md and packaging.

Core Features & Use Cases

  • End-to-end Skill lifecycle: capture intent, draft SKILL.md, assemble tests, run evals, and measure performance.
  • Iterative optimization: analyze eval results, rewrite skill descriptions, and re-run tests until targets are met.
  • Packaging and documentation: bundle scripts, references, and assets into a distributable skill file and maintain metadata for reuse.

Quick Start

Draft an initial skill, run a small eval loop, and iterate on the description until results stabilize.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I build and evaluate Claude Agent Skills end-to-end?

To build and evaluate Claude Agent Skills, you define the skill intent, draft a SKILL.md file, prepare evaluation prompts, run structured evals, and iterate on the description until performance targets are met.

What is the best way to quantify agent performance during prompt engineering?

The best way to quantify agent performance is by executing structured evaluation loops that benchmark results, allowing you to measure performance and guide description improvements iteratively.

How do I package and document agent scripts for reuse and benchmarking?

You package and document agent scripts by bundling scripts, references, and assets into a distributable skill file while maintaining metadata to ensure reuse and benchmarking capability.

Do I need PyYAML and Anthropic dependencies to run skill evaluation loops?

Yes, you need PyYAML and Anthropic dependencies to support the advanced internal design and reasoning required to codify new agent skills and execute structured evaluations.

Why does my agent skill evaluation performance fail to stabilize?

Agent skill evaluation performance may fail to stabilize if the SKILL.md description is not iteratively rewritten and tested against benchmark evals until the quantified results meet your targets.