skill-creator

Orchestrate end-to-end creation and optimization of Claude skills with evaluation loops and benchmarking.

Updated May 1, 2026
One-click install
npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill skill-creator-oguzhanguvenkaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations/tree/main/plugins/marketplaces/claude-plugins-official/plugins/skill-creator/skills/skill-creator
Command: npx skills add https://github.com/oguzhanguvenkaya/oguzhan_claude_code_configurations --skill skill-creator-oguzhanguvenkaya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

This skill helps teams design, test, and iteratively improve Claude skills by structuring the creation process, running evaluation loops, and benchmarking changes to trigger accuracy and performance.

Core Features & Use Cases

  • Capture Intent: define what a skill should enable Claude to do and how it should trigger.
  • Evaluation Loops: run structured evals, compare with baselines, and iterate on descriptions.
  • Benchmarking: aggregate results across runs and identify when improvements actually help.
  • Description Optimization: refine the triggering description to improve reliability and coverage.

Quick Start

Draft a skill concept, write the SKILL.md, and run an initial eval to test triggering and performance.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is skill iteration and benchmarking for Claude prompt engineering?

Skill iteration and benchmarking is the process of running structured evaluation loops on Claude skills, comparing results against baselines, and refining descriptions to maximize triggering accuracy and performance. It helps teams test and improve skill reliability.

How do I create and optimize Claude skills end-to-end?

To create and optimize Claude skills, you draft a skill concept, write the SKILL.md file, and run initial evaluations to test triggering and performance. This structured process allows you to iteratively refine the skill description and capabilities.

Does the skill-creator skill require specific dependencies to run evals?

Yes, the skill-creator requires the pyyaml dependency to function. You need this Python library installed in your environment to orchestrate the end-to-end creation and optimization workflows.

What's the best way to improve Claude skill triggering accuracy and coverage?

The best way to improve triggering accuracy and coverage is through description optimization. By running structured evals, aggregating benchmark results across runs, and refining the triggering description, you can identify when changes actually improve reliability.

How does evaluation loop benchmarking work for Claude skills?

Evaluation loop benchmarking works by running structured evaluations, comparing performance with baselines, and aggregating results across multiple runs. This identifies when iterative description changes actually improve triggering accuracy and usefulness across diverse user intents.