skill-creator

Automates end-to-end creation, testing, and refinement of Claude Skills.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/RUSHYOP/imperium-cli --skill skill-creator-rushyop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/RUSHYOP/imperium-cli/tree/main/content/skills/skill-creator
Command: npx skills add https://github.com/RUSHYOP/imperium-cli --skill skill-creator-rushyop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill creation and management tooling for AI skills that helps teams draft, test, and iterate SKILL.md frontmatter and body, run evaluation loops, and capture actionable insights.

Core Features & Use Cases

  • Structured frontmatter validation and content scaffolding for SKILL.md
  • Built-in scripts for benchmarking, evaluation, and iterative improvement
  • Progressive disclosure: metadata, body, and bundled resources
  • End-to-end support for training, testing, and describing skills for broad adoption

Quick Start

Create a new skill by scaffolding with imperium, then tailor SKILL.md and run the evaluation loop to iterate.

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 testing end-to-end?

Yes, SKILL.md frontmatter validation is built-in. The tool scaffolds structured metadata, validates YAML frontmatter, and progressively discloses metadata, body, and bundled resources to ensure your skill files meet formatting standards.

What is the best way to run an evaluation loop for prompt engineering?

You need pyyaml installed to parse YAML frontmatter. The tool provides scripts and assets for scaffolding, so you can start by generating a SKILL.md file, tailoring the body instructions, and then running the evaluation loop to iterate on the design.

Does this skill creation tooling support iterative improvement of Claude Skills?

Yes, iterative improvement is a core feature. It orchestrates testing and refinement cycles for Claude Skills, allowing you to benchmark performance, log evaluation results, and guide description optimization across multiple iterations.

Do I need pyyaml to validate YAML frontmatter in SKILL.md files?

Yes, pyyaml is required as a dependency to parse and validate YAML frontmatter in SKILL.md files. This enables the structured frontmatter validation and content scaffolding needed for proper skill metadata formatting.