Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill skill-creator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Creator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-skill-creator-8bb5bb01)More formats (shields.io, HTML) on the badges page.
---
version: 4.1.0-fractal
name: skill-creator
description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
license: Complete terms in LICENSE.txt
---
# Skill Creator
This skill provides guidance for creating effective skills.
## About Skills
Skills are modular, self-contained packages that extend Claude's capabilities by providing
specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific
domains or tasks—they transform Claude from a general-purpose agent into a specialized agent
equipped with procedural knowledge that no model can fully possess.
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [What Skills Provide](./sub-skills/what-skills-provide.md)
### 2. [Concise is Key](./sub-skills/concise-is-key.md)
### 3. [Set Appropriate Degrees of Freedom](./sub-skills/set-appropriate-degrees-of-freedom.md)
### 4. [Anatomy of a Skill](./sub-skills/anatomy-of-a-skill.md)
### 5. [Progressive Disclosure Design Principle](./sub-skills/progressive-disclosure-design-principle.md)
### 6. [Step 1: Understanding the Skill with Concrete Examples](./sub-skills/step-1-understanding-the-skill-with-concrete-examples.md)
### 7. [Step 2: Planning the Reusable Skill Contents](./sub-skills/step-2-planning-the-reusable-skill-contents.md)
### 8. [Step 3: Initializing the Skill](./sub-skills/step-3-initializing-the-skill.md)
### 9. [Step 4: Edit the Skill](./sub-skills/step-4-edit-the-skill.md)
### 10. [Step 5: Packaging a Skill](./sub-skills/step-5-packaging-a-skill.md)
### 11. [Step 6: Iterate](./sub-skills/step-6-iterate.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!