Skip to content

tolerant-Seoul/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

License PRs Welcome

A collection of community skills for Claude Code.

Available Skills

Skill Description Install
world-miniapp World Mini App development (World ID, MiniKit, World Chain) Install

Quick Install

world-miniapp

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 | bash

After 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

What are Claude Code Skills?

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/


Contributing

Contributions are welcome! Whether it's adding new skills, fixing bugs, or improving documentation.

Adding a New Skill

  1. Fork this repository
  2. Create a new skill directory: your-skill-name/
  3. 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
  1. SKILL.md format:
---
name: your-skill-name
description: Brief description of the skill
---

# Skill Title

Skill content...
  1. Create a Pull Request

Code Style

  • Write Markdown files clearly and concisely
  • Provide runnable code examples
  • Avoid hardcoded paths (ensure portability)

Pull Request Guidelines

  • Write clear titles and descriptions
  • Test the skill before submitting
  • Link related issues if applicable

Uninstall

To remove a skill:

rm -rf ~/.claude/skills/<skill-name>

License

This project is licensed under the Apache License 2.0.


Support


Acknowledgments

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages