skill-creator

Design, validate, and iterate Claude skills with evaluation workflows.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Conradmaker/copilot-cockpit --skill skill-creator-conradmaker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Conradmaker/copilot-cockpit/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/Conradmaker/copilot-cockpit --skill skill-creator-conradmaker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator enables teams to design, validate, and iterate new skills and to run evals to confirm triggering accuracy and performance before production deployment.

Core Features & Use Cases

  • Capture Intent: Analyze user goals to shape a skill's scope, inputs, and outputs.
  • Write & Iterate SKILL.md: Draft the frontmatter and the detailed instructions, then iterate based on eval results and feedback.
  • Run Evals & Benchmark: Use evals, run_loop, and benchmark scripts to measure trigger rates, timing, and outputs, guiding improvements.
  • Output Artifacts: Produce analysis, design docs, and final skills ready for packaging.

Quick Start

Draft a new skill, run the evaluation loop to test triggering, review results, and iterate until the skill performance stabilizes.

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 AI agent skills before production deployment?

To create and test AI agent skills, you can use a scaffolded workflow to capture intent, draft instructions, run evaluations, and benchmark trigger accuracy before deployment. This iterative process validates performance and ensures the skill behaves as expected.

What is skill evaluation and benchmarking for AI agents?

Skill evaluation and benchmarking is the process of measuring trigger rates, timing, and outputs using specific scripts. It guides improvements by confirming triggering accuracy and performance, ensuring the AI agent activates only when appropriate.

How do I iterate on a SKILL.md file based on evaluation results?

You iterate on a SKILL.md file by drafting frontmatter and detailed instructions, then running an evaluation loop to test triggering. Reviewing the benchmark results allows you to refine the description and tooling until skill performance stabilizes.

Do I need Python and YAML dependencies to develop and validate skills?

Yes, you need Python and YAML dependencies to develop and validate skills. The workflow relies on anthropic and pyyaml libraries to run evaluation scripts, parse configuration files, and benchmark the AI agent interactions.

What is the best way to capture user intent when designing a new skill?

The best way to capture user intent is by analyzing user goals to explicitly shape the skill's scope, inputs, and outputs. This design phase produces analysis and design docs that define the boundaries before writing the actual instructions.

Why does my AI agent skill trigger incorrectly in production environments?

Incorrect skill triggering often happens when evaluations are skipped before deployment. Running benchmark and evaluation scripts to measure trigger rates and iterate on the SKILL.md description helps prevent false activations and refines performance.