skill-creator

Identify bottlenecks and formalize an auditable evaluation loop for skill development workflows.

15|6|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/thClaws/marketplace --skill skill-creator-thclaws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/thClaws/marketplace/tree/main/skills/skill-creator
Command: npx skills add https://github.com/thClaws/marketplace --skill skill-creator-thclaws

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamline the lifecycle of AI skills by providing a repeatable, auditable workflow to draft, test, and improve SKILL.md-based skills, run eval loops, benchmark performance, and package skills for distribution.

Core Features & Use Cases

  • End-to-end skill development: draft, evaluate, iterate, and package skills from a single toolkit.
  • Evaluation & benchmarking: run trigger-evaluation, collect metrics, and compare configurations to understand impact.
  • Description optimization: generate improved SKILL.md descriptions based on evaluation results.
  • Packaging & distribution: validate skills and produce distributable .skill archives for sharing and deployment.

Quick Start

Write an initial draft of a skill, run the evaluation loop, and package the skill into a .skill file.

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 package AI skills for distribution?

To create and package AI skills, draft an initial SKILL.md file, run an evaluation loop to benchmark performance, and validate the skill to produce a distributable .skill archive. This workflow ensures skills are tested and reproducible before deployment.

What is an auditable evaluation loop for skill development?

An auditable evaluation loop for skill development formalizes testing by running trigger evaluations, collecting metrics, and comparing configurations. This process identifies bottlenecks and generates benchmarks to understand the impact of iterative improvements.

Does skill-creator require any specific dependencies to run?

Skill-creator requires the pyyaml dependency to function. You need this library installed in your environment to support the automation workflow, evaluation processes, and packaging of the generated skill artifacts.

How do I optimize SKILL.md descriptions based on benchmark results?

You can optimize SKILL.md descriptions by utilizing the description optimization feature, which generates improved text based on trigger evaluation results and collected metrics. This ensures the skill description aligns with actual benchmarked performance.

What's the best way to identify bottlenecks in a prompt-engineering workflow?

The best way to identify bottlenecks in a prompt-engineering workflow is to formalize an auditable evaluation loop. By collecting metrics and comparing configurations, you can pinpoint exactly where skill triggers fail or underperform during testing.

When should I not use an automated skill packaging workflow?

You should avoid using an automated skill packaging workflow if your project lacks an initial SKILL.md draft or evaluation metrics. Without baseline trigger evaluation data, the packaging process cannot ensure reproducibility or validate performance improvements.