skill-creator

Automate Claude skill creation from requirements through SKILL.md drafting, evals, and packaging.

Updated Apr 7, 2025
One-click install
npx skills add https://github.com/Axis-qc/stellaris-mod --skill skill-creator-axis-qc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Axis-qc/stellaris-mod/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Axis-qc/stellaris-mod --skill skill-creator-axis-qc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams quickly design, test, and iterate Claude Skills, turning ideas into robust, reusable capabilities rather than one-off prompts.

Core Features & Use Cases

  • Draft SKILL.md frontmatter and body to define a skill's trigger, workflow, and resources.
  • Run iterative evals and benchmarks, capture results, and automatically compare configurations.
  • Generate structured feedback, populate evals.json, and guide improvements until the skill is ready for packaging or deployment.

Quick Start

Initialize a new skill with a name, write SKILL.md and any supporting files (scripts/references/assets), then register to enable the skill in the global registry.

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 test Claude skills using an automated workflow?

Claude skill development involves drafting SKILL.md frontmatter, writing supporting scripts or references, running iterative evals, and refining content based on benchmark feedback until the skill is ready for deployment.

What is the best way to draft SKILL.md frontmatter for prompt engineering?

The best way to draft SKILL.md frontmatter is to use an automated tool that guides you through interviewing requirements, ensuring the trigger, workflow, and resources are valid before running evaluations.

How do I run iterative evals and benchmarks for skill development?

You can run iterative evals by generating evaluation datasets, capturing benchmark results, automatically comparing configurations, and populating evals.json to guide improvements for your skill.

Do I need pyyaml to package and distribute Claude skills?

Yes, pyyaml is required as a dependency to ensure frontmatter validity and handle the configuration files needed to package and distribute your Claude skills successfully.

Can I automate prompt engineering iteration and feedback comparison for skills?

Yes, you can automate prompt engineering iteration by running benchmarks, capturing results, and automatically comparing configurations to generate structured feedback that refines the skill.