skill-creator

Create and evaluate Claude skills with structured iteration workflows.

22|5|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/glaucia86/mba-ai-fullcycle --skill skill-creator-glaucia86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/glaucia86/mba-ai-fullcycle/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/glaucia86/mba-ai-fullcycle --skill skill-creator-glaucia86

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

The Skill Creator helps you design, test, and iterate Claude skills with structured evaluation workflows, so you can rapidly improve triggers and performance.

Core Features & Use Cases

  • Draft, test prompts, and iterate on skill logic end-to-end.
  • Run evals, capture metrics, and compare iterations to surface improvements.
  • Optimize skill descriptions to boost triggering accuracy and user understanding.

Quick Start

Create a new SKILL.md with a frontmatter name and description, then run the evaluation loop to begin iterating.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate skill creation and iterate on prompts with evaluation workflows?

You can draft, test prompts, and iterate on skill logic end-to-end by creating a new SKILL.md with frontmatter name and description, then running the evaluation loop to capture metrics and compare iterations.

What is the best way to optimize skill descriptions for accurate triggering?

Optimizing skill descriptions for triggering accuracy involves using structured evaluation workflows to test, capture metrics, and compare iterations, ensuring the description boosts user understanding and performance.

How does running evals improve workflow automation for CLI skill creation?

Running evals improves CLI skill creation by capturing performance metrics across multiple iterations, allowing you to rapidly compare results and refine triggers within your automation workflow.

Do I need pyyaml to create and test skills with structured evaluation?

Yes, pyyaml is a required dependency to parse the YAML frontmatter in your SKILL.md file, enabling the structured evaluation workflows needed to test and iterate on skill logic.

Can I use this evaluation loop to refine triggers for existing skills?

Yes, you can refine triggers for existing skills by running the evaluation loop to capture metrics, compare new iterations against previous versions, and surface targeted improvements.