A collection of custom skills for Claude Code.
| Skill | Description |
|---|---|
| pinme | Deploy static websites to IPFS using PinMe CLI |
Clone the repository and copy skills to your Claude Code skills directory:
git clone https://github.com/glitternetwork/skills.git
cp -r skills/* ~/.claude/skills/Or copy individual skills:
cp -r skills/pinme ~/.claude/skills/After installation, skills are automatically available in Claude Code. Simply describe what you want to do:
- "Deploy this website" - triggers the pinme skill
- "Upload to IPFS" - triggers the pinme skill
Each skill should have:
SKILL.md- Skill definition with metadata and instructionsREADME.md- Documentation for users
See existing skills for examples.
MIT