skill-creator

Create standardized Claude skill blueprints with SKILL.md structure and packaging workflows.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/UselessXu/mino --skill skill-creator-uselessxu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/UselessXu/mino/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/UselessXu/mino --skill skill-creator-uselessxu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured, repeatable blueprint for creating Claude skills, addressing the lack of a consistent design process and reusable resources across projects.

Core Features & Use Cases

  • Anatomy of a Skill: definitions of the required SKILL.md structure, frontmatter, and the body guidance it loads after activation.
  • Progressive disclosure: guidance on layering metadata, core instructions, and bundled resources to minimize context load.
  • Skill Creation Process: Step-by-step workflow from understanding, planning reusable contents, initialization, editing, packaging, to iteration.
  • Bundled Resources: templates and example files for scripts, references, and assets to accelerate skill development.
  • Use Cases: for building workflow-based, task-based, or reference-guideline skills across domains.

Quick Start

Run the initialization script to scaffold a new skill and begin editing SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude skill from scratch?

To create a Claude skill, run the initialization script to scaffold a new directory and begin editing the SKILL.md file. This workflow enforces frontmatter requirements and prescribes resources organization for standardized skill blueprints.

What is the required structure for a SKILL.md file?

A SKILL.md file requires specific frontmatter and a body guidance section that loads after activation. The structure enforces metadata layering, core instructions, and bundled resources to minimize context load through progressive disclosure.

How do I package and organize resources for a Claude skill?

Organize skill resources by placing scripts, references, and assets into bundled template files. The skill creation process prescribes validation and packaging workflows to ensure reusable contents are correctly structured for deployment.

What types of Claude skills can I build using this guide?

You can build workflow-based, task-based, or reference-guideline skills across various domains. The guide provides standardized blueprints for designing new capabilities or updating existing ones regardless of the specific topic.

Do I need any dependencies to start building Claude skills?

No dependencies are required to start building Claude skills. The guide includes bundled resources like templates and example files for scripts and references to accelerate skill development immediately.

What is progressive disclosure in skill development?

Progressive disclosure in skill development is the practice of layering metadata, core instructions, and bundled resources. This technique minimizes context load by only exposing necessary guidance layers after skill activation.