A collection of community skills for Claude Code.
| Skill | Description | Install |
|---|---|---|
| world-miniapp | World Mini App development (World ID, MiniKit, World Chain) | Install |
Development guide skill for World ID authentication, MiniKit SDK, and World Chain transactions.
curl -fsSL https://raw.githubusercontent.com/tolerant-Seoul/skills/main/world-miniapp/install.sh | bashAfter installation, activate with /world command in Claude Code.
Features:
- MiniKit SDK setup and command reference
- World ID (Orb/Device) verification
- WLD/USDC payment processing
- Smart contract transactions
- Push notifications and deep links
- Backend verification patterns
Skills are extensions that add domain-specific expertise to Claude Code. When installed, Claude leverages best practices, API references, and code patterns from that domain to provide more accurate responses.
Installation directory: ~/.claude/skills/
Contributions are welcome! Whether it's adding new skills, fixing bugs, or improving documentation.
- Fork this repository
- Create a new skill directory:
your-skill-name/ - Add the required files:
your-skill-name/
├── SKILL.md # Required: Skill definition (YAML frontmatter + content)
├── README.md # Recommended: Installation and usage guide
├── install.sh # Recommended: Remote installation script
└── references/ # Optional: Additional reference documents
└── *.md
SKILL.mdformat:
---
name: your-skill-name
description: Brief description of the skill
---
# Skill Title
Skill content...- Create a Pull Request
- Write Markdown files clearly and concisely
- Provide runnable code examples
- Avoid hardcoded paths (ensure portability)
- Write clear titles and descriptions
- Test the skill before submitting
- Link related issues if applicable
To remove a skill:
rm -rf ~/.claude/skills/<skill-name>This project is licensed under the Apache License 2.0.
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Claude Code by Anthropic
- Thanks to all contributors