skill-creator

Guide teams through designing and publishing Claude Skills from interview to release.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and guides the process of creating new Claude Skills, from interviews to publishing, reducing guesswork and errors.

Core Features & Use Cases

  • Guided interviews to capture requirements for a new skill.
  • Analysis, generation, validation, and packaging of a Skill directory ready for release.
  • Token optimization and publishing workflow to GitHub and the Claude Code Plugin ecosystem.

Quick Start

Run /evolve --new-skill "Your Skill Name" to start the guided creation workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate Claude Skill creation from requirements to publishing?

Automate Claude Skill creation by using a guided workflow that handles requirement gathering, generation, validation, and packaging to publish directly within GitHub and plugin ecosystems. It reduces guesswork by enforcing a defined frontmatter schema and generating a ready-to-publish SKILL.md.

What is the best way to design a valid SKILL.md file for a plugin ecosystem?

Designing a valid SKILL.md file requires enforcing a specific frontmatter schema and optional asset structure. A guided generation workflow validates these requirements automatically, ensuring the final directory is structured correctly for release within the Claude Code Plugin ecosystem.

Can I generate a complete Skill directory ready for GitHub release without manual setup?

Generating a complete Skill directory ready for GitHub release is supported through an end-to-end workflow. It captures requirements via guided interviews, analyzes them, and automatically generates the supporting files and packaging needed for publishing.

Do I need GitHub to validate and package new Claude Skills?

GitHub is not strictly required for validation and packaging, but it is supported for the final publishing workflow. The generation and validation phases enforce the frontmatter schema and asset structure locally before publishing to GitHub and the Claude Code Plugin ecosystem.

How does guided requirement gathering work for building new skills?

Guided requirement gathering works by conducting structured interviews to capture the specific needs of a new skill. This captured data directly drives the subsequent analysis, generation, and validation phases to ensure the output meets the original design intent.