skill-creator

Design and refine Claude skills through automated evaluation and iteration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured, repeatable workflow for building, testing, and improving Claude skills. It helps users convert ideas into SKILL.md frontmatter, craft the body instructions, run evaluation loops, compare configurations, and package deployable skill artifacts.

Core Features & Use Cases

  • Automates the end-to-end skill development cycle: drafting, evaluating, iterating, and optimizing skill behavior.
  • Supports triggering evaluation, baseline comparisons, and benchmark reporting to quantify improvements.
  • Bundles resources (scripts, references, assets) and packages skills into distributable artifacts.

Quick Start

Create a new skill folder with SKILL.md frontmatter, then run the evaluation/iteration loop to test and improve it.

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 refine Claude skills end-to-end?

To build and refine Claude skills end-to-end, you apply a repeatable train/test loop with automated evaluation and benchmarking to quantify improvements, ultimately delivering a final SKILL.md with clear frontmatter and mapped dependencies.

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

Automating skill evaluation and iteration involves running a structured train/test loop that benchmarks configuration changes, compares baseline performance, and generates reports to quantify behavioral improvements before final packaging.

How does generating SKILL.md frontmatter work?

Generating SKILL.md frontmatter converts your initial idea into structured YAML metadata, which defines the skill's properties and maps its required dependencies and components for deployment.

Do I need PyYAML to create and package deployable skill artifacts?

Yes, you need PyYAML to parse and generate the structured frontmatter required in SKILL.md files when packaging deployable skill artifacts.

Can I bundle scripts and assets into distributable skill artifacts?

Yes, you can bundle resources like scripts, references, and assets together to package your refined skill into a single distributable artifact.

Why does my skill development cycle lack consistent benchmarking?

Your skill development cycle lacks consistent benchmarking if it skips automated evaluation loops, preventing you from comparing baseline configurations and quantifying behavioral improvements accurately.