skill-creator

Automates creation, evaluation, and iterative improvement of Claude Skills with SKILL.md frontmatter and eval outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Crafting and refining Claude Skills is a complex, multi-step process. The Skill Creator guides teams to systematically draft, evaluate, iterate, and publish robust skills with measurable performance.

Core Features & Use Cases

  • Orchestrates end-to-end skill creation: from concept capture and SKILL.md drafting to eval loops and benchmarking.
  • Supports iterative improvement: run prompts, review outcomes, and update skill descriptions and assets.
  • Bundles reusable tooling: scripts, references, and assets to accelerate future skill development.

Quick Start

Start an evaluation-improvement loop to draft, test, and optimize a new skill description.

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 iterate on Claude skills?

You create and iterate on Claude skills by drafting a SKILL.md file with frontmatter, running evaluation loops to test performance, and updating metadata and assets based on benchmark outcomes. This process automates end-to-end skill creation and continuous improvement.

What is the best way to automate skill evaluation and benchmarking?

The best way to automate skill evaluation is to run an evaluation-improvement loop that executes prompts, reviews outcomes, and updates skill descriptions. This generates eval schemas, history, and benchmark-ready artifacts for measurable performance tracking.

How does frontmatter metadata work in skill packaging?

Frontmatter metadata in skill packaging enforces a standardized SKILL.md structure with required name and description fields. This metadata controls triggering descriptions and supports optional bundles like scripts, references, and assets for reusable tooling.

Do I need yaml to draft and package skill bundles?

Yes, you need yaml to handle frontmatter parsing and metadata serialization when drafting SKILL.md files. This dependency is essential for structuring skill configurations and packaging optional bundles like scripts and references.

Can I bundle scripts and references when building a new skill?

Yes, you can bundle scripts, references, and assets when building a new skill. These optional components accelerate future skill development by providing reusable tooling alongside the core SKILL.md file and evaluation schemas.

Why does my skill description not trigger correctly during iteration?

Your skill description may not trigger correctly if the frontmatter metadata is not optimized through evaluation loops. Iterative improvement reviews outcomes and updates the triggering description to ensure accurate skill activation.