create-skill

Generate Claude Code skill blueprints with SKILL.md and supporting files.

2|1|Updated Mar 24, 2024
One-click install
npx skills add https://github.com/miroir-framework/miroir --skill create-skill-miroir-framework
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/miroir-framework/miroir/tree/main/.github/skills/create-skill
Command: npx skills add https://github.com/miroir-framework/miroir --skill create-skill-miroir-framework

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a complete Claude Code skill blueprint, including frontmatter, structure, and documentation.

Core Features & Use Cases

  • Guided frontmatter setup: Ensures required fields like name, description, and options are defined.
  • Structured content scaffolding: Produces a SKILL.md skeleton and optional supporting files to speed up skill creation.
  • Uniform best practices: Enforces content guidelines, arguments, dynamic context, and subagent usage patterns.

Quick Start

Use the create-skill command to scaffold a new skill by answering clarifying questions and reviewing the generated SKILL.md and supporting files.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold a Claude Code skill with frontmatter and supporting files?

To scaffold a Claude Code skill, use an automated blueprint generator that guides you through requirements and enforces frontmatter fields to produce a complete SKILL.md skeleton with optional supporting files.

What is the best way to structure arguments and subagent context in Claude Code skills?

Structuring arguments and subagent context requires enforcing uniform best practices during skill creation, ensuring dynamic data injection and proper context handling are defined within the generated SKILL.md blueprint.

Can I generate documentation for reference, task, and research-style skills automatically?

Yes, automated skill scaffolding applies to reference, task, and research-style skills, generating structured documentation and validating the complete skill structure through clarifying questions.

Does skill scaffolding support optional tooling restrictions and dynamic data injection?

Skill scaffolding supports optional tooling restrictions and dynamic data injection by enforcing these specific patterns and guidelines directly within the generated SKILL.md blueprint and supporting files.

What are the limitations of automating Claude Code skill creation?

Automating Claude Code skill creation relies on answering clarifying questions to validate structure, meaning poorly defined requirements or missing frontmatter fields may result in incomplete skill blueprints that require manual correction.