skill-creator

Automate Claude skill creation with SKILL.md frontmatter and eval loops.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/AndresGaibor/cisco-auto --skill skill-creator-andresgaibor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AndresGaibor/cisco-auto/tree/main/.skills/skill-creator
Command: npx skills add https://github.com/AndresGaibor/cisco-auto --skill skill-creator-andresgaibor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a structured, repeatable workflow for designing, evaluating, and iterating Claude skills, reducing time-to-trigger and ensuring robust behavior.

Core Features & Use Cases

  • Templates and tooling to create SKILL.md frontmatter and comprehensive body instructions.
  • Bundled resources (scripts/, references/, assets/) to support deterministic tasks, in-depth reference material, and assets loaded on demand.
  • Ideal for creating new skills, improving existing ones, running evals, benchmarking performance, and optimizing triggering descriptions.

Quick Start

Define a new skill in SKILL.md, then run the evaluation and improvement loop to optimize triggering and performance.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate Claude skill creation and evaluation workflows?

Automating Claude skill creation involves defining a SKILL.md file and running an evaluation loop to optimize triggering and performance. This workflow supports drafting frontmatter, running evals, and benchmarking to ensure robust behavior and reduce time-to-trigger.

Do I need Python to create and optimize Claude skills?

Yes, you need Python installed to create and optimize Claude skills using this workflow. The process relies on a structured folder layout with optional scripts, references, and assets directories to load deterministic tasks and reference material during activation.

What is the best way to structure folders for Claude skill development?

The best way to structure folders for Claude skill development is creating a root directory with a SKILL.md file and optional scripts, references, and assets subdirectories. This layout ensures deterministic tasks, reference material, and assets are loaded correctly during activation.

Can I benchmark Claude skills and iterate on triggering descriptions?

Yes, you can benchmark Claude skills and iterate on triggering descriptions by running an automated evaluation and improvement loop. This process refines the SKILL.md frontmatter and comprehensive body instructions to optimize performance and triggering accuracy.

Why does my Claude skill fail to load reference material during activation?

A Claude skill fails to load reference material during activation if the structured folder layout is missing required directories. Ensure your project includes properly configured references and assets folders alongside the SKILL.md file to support on-demand loading.

What is a SKILL.md frontmatter template and when do I need it?

A SKILL.md frontmatter template is a structured metadata format used to define Claude skill configurations and triggering rules. You need it when drafting new skills or optimizing existing ones to ensure proper activation and robust behavior.