skill-creator

Automate the end-to-end lifecycle of skill creation, testing, and benchmarking.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/wrayre/Agentic_Coding_Workshop --skill skill-creator-wrayre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wrayre/Agentic_Coding_Workshop/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/wrayre/Agentic_Coding_Workshop --skill skill-creator-wrayre

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Teams frequently need a repeatable, auditable workflow to create, test, and improve AI skills. This Skill unit provides a structured loop to draft, evaluate, and iterate skills from concept to production-ready artifacts, with built-in tooling for evaluation, benchmarking, and description optimization.

Core Features & Use Cases

  • Draft new skills and iterate on existing ones with a clear, repeatable workflow.
  • Run evaluations, review results via an integrated viewer, and track progress across iterations.
  • Package, validate, and deploy skills as portable units for reuse across projects.

Quick Start

Create a new skill or modify an existing one, then run the evaluation loop to iteratively test, review, and improve its 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 AI skill creation and evaluation end-to-end?

Automating AI skill creation involves using bundled scripts to draft, test, and benchmark skills iteratively. This approach supports evaluation with eval prompts and trigger analysis to improve triggering accuracy and refine performance.

What's the best way to iterate and benchmark AI skills for production?

Iterating and benchmarking AI skills requires running an evaluation loop to test, review, and track progress across iterations. You can leverage bundled metadata to manage packaging, evaluation, and version history for production-ready artifacts.

How does trigger analysis work when optimizing AI skill descriptions?

Trigger analysis for AI skill descriptions evaluates how accurately a skill activates in response to expected prompts. By running iterative evaluations, you optimize descriptions to improve triggering accuracy across various use cases.

Do I need pyyaml to package and validate AI skills?

Yes, you need pyyaml installed to support packaging and validating AI skills. This dependency enables the bundled scripts to parse metadata and manage skill packaging as portable units for reuse across projects.

Can I review evaluation results within the skill iteration workflow?

Yes, you can review evaluation results via an integrated viewer during the skill iteration workflow. This allows you to track progress across iterations, assess benchmark performance, and refine triggers before final packaging.

When should I not use an automated workflow for skill development?

An automated workflow for skill development is not suited for one-off, non-repeatable prompts that do not require benchmarking or version history tracking. It is designed for structured, auditable loops needing iterative evaluation and deployment.