A collection of custom Claude skills — each one built to extend what Claude can do in a specific, focused way.
Every skill lives in its own folder and can be installed directly into Claude via the Skills settings on claude.ai.
| Skill | Description | Trigger |
|---|---|---|
| code-breakdown | Explains any code depth, block by block, adapted to your level | /code-breakdown |
More skills coming as I build them.
- Go to the skill's folder and download the
.skillfile - Open claude.ai
- Go to Settings → Skills
- Click Upload Skill and select the
.skillfile - The skill is now active in your Claude
my-claude-skills/
└── code-breakdown/
├── SKILL.md # Skill logic (readable)
├── code-breakdown.skill # Installable skill file
├── README.md # Skill-specific documentation
└── LICENSE # MIT License
All skills in this repo are licensed under the MIT License — free to use, modify, and share. Just keep the credit. 🙌
Made by Het Desai