Build your own SKILL for Claude AI
A modular system that generates complete skills with context, dynamic variables, conditional logic and structured outputs. No flat prompts. Real skills.
Choose a category
What kind of skill are you going to build? Each category defines the patterns, output types and real examples the AI will consider when generating your skill.
Choose the professional role
From which profile should Claude reason? The role defines the vocabulary, typical problems it knows, and the default tone of the skill.
What should your SKILL do?
Describe in your own words what you need. Claude will then ask you clarifying questions to refine the brief until it is ready to generate.
Write naturally. It does not need to be perfect — the AI will help polish it with the questions in the next step.
- Describe above what you need your SKILL to do (minimum 20 characters).
- Click the orange Generate questions button.
- Answer all the questions.
- Click the green Refine description with my answers button.
Your SKILL is ready
Here is the SKILL.md generated from your brief. Download it, place it in your Claude skills folder and you are good to go.
Claude is writing your SKILL.md…
Preparing the prompt with your refined brief…
Could not generate the SKILL
Unknown error.
Download your SKILL.md
A single file ready to paste into your Claude.
Quick install
Copy and paste this command in your terminal to install the skill directly.
curl -o ~/.claude/skills/mi-skill.md "https://skillshubmcp.com/?s=mi-skill"
🛠️ How to install it in Claude
-
Create the skill folder inside your Claude skills directory.
~/.claude/skills/mi-skill/ -
Save the downloaded SKILL.md inside that folder.
~/.claude/skills/mi-skill/SKILL.md - Restart Claude Code or Claude Desktop. The skill is auto-detected on startup.
- Call it from the chat. Claude will use it when it detects that your request matches its description.
.claude/skills/ at the project root so it only activates there.