skill-creator

Draft SKILL.md frontmatter and body, then run evaluations and benchmarks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/combinate-me/Executive-Assistant --skill skill-creator-combinate-me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/combinate-me/Executive-Assistant/tree/main/combinate-plugins/skills/01-General/skill-creator
Command: npx skills add https://github.com/combinate-me/Executive-Assistant --skill skill-creator-combinate-me

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

This end-to-end workflow provides a guided process for creating new skills, modifying and improving existing skills, and measuring skill performance. It helps teams draft a coherent SKILL.md entrypoint, run evaluations and benchmarks, and iterate until triggering accuracy and effectiveness meet the defined goals.

Core Features & Use Cases

  • Create new skills from scratch or iteratively improve existing skills using a structured frontmatter and body, plus optional resources (scripts/references/assets).
  • Run evaluations, generate quantitative benchmarks, and optimize the skill description to improve triggering accuracy and performance.
  • Leverage built-in tooling (evals, benchmarking, iteration loops, and reporting) to accelerate the skill development lifecycle and ensure reproducible results.

Quick Start

Draft a new skill by composing SKILL.md with frontmatter and body, then run the evaluation loop, review the results, and iterate until constraints are satisfied.

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 refine Claude skills with accurate triggering?

To create and refine Claude skills, draft a SKILL.md file with structured frontmatter and body, then run trigger evaluations and benchmarking. Iterate by refining the content and re-running tests until triggering accuracy and performance meet your goals.

What is the best way to benchmark workflow automation prompt performance?

The best way to benchmark workflow automation prompt performance is to run trigger evaluations using built-in tooling that generates quantitative metrics, then iterate on the prompt engineering to optimize skill descriptions until constraints are satisfied.

How does an evaluation loop improve skill triggering accuracy?

An evaluation loop improves skill triggering accuracy by executing benchmark tests, measuring results, and feeding those metrics back into the iteration process. You refine the SKILL.md trigger description and re-run tests until performance targets are met.

Do I need pyyaml to build and evaluate skills?

Yes, pyyaml is required as a dependency to build and evaluate skills. It is needed to parse and manage the structured YAML frontmatter that defines the skill metadata within the SKILL.md entrypoint.

Can I modify existing automation workflows instead of starting from scratch?

Yes, you can modify existing automation workflows. The skill creator supports iteratively improving existing skills by updating the SKILL.md body and frontmatter, then running the evaluation loop to measure the impact of your changes.

Why does my skill description not trigger correctly during benchmarking?

A skill description may not trigger correctly during benchmarking due to vague frontmatter or misaligned trigger descriptions. You must iterate by refining the SKILL.md content and re-running the evaluation scripts until the triggering accuracy meets your defined goals.