Key Features
- Domain Expertise: Packaged knowledge for specific development tasks
- Auto-Activation: Skills trigger automatically based on context
- IDE Compatible: Works with Claude Code, Cursor, Windsurf, and other AI coding tools
- Modular: Install individual skills or the complete collection
Installation
Install All Celo Skills
Install a Specific Skill
Using Other Package Managers
Available Skills
Development Tools
Blockchain Interaction
Wallet Integration
DeFi & Assets
How Skills Work
Skills use a progressive disclosure architecture to minimize token usage while maximizing relevance. Instead of loading entire documentation sets upfront (which would consume your AI assistant’s context window), skills load information in layers. This keeps your AI assistant responsive while ensuring it has deep knowledge available when needed. For the complete specification, see agentskills.io. Skills follow this progressive disclosure model:Skill Structure
Using Skills
Once installed, skills activate automatically. Just ask your AI coding agent to perform a task:Example: Deploy a Contract
Example: Pay Gas with Stablecoins
Example: Build a MiniPay App
Skill Examples
evm-hardhat
The Hardhat skill includes configuration for Celo networks:fee-abstraction
The fee abstraction skill teaches paying gas in stablecoins:celo-rpc
The RPC skill covers blockchain interactions:Creating Custom Skills
You can create skills for your own workflows:1. Create Skill Directory
2. Write SKILL.md
3. Add Resources (Optional)
Celo Network Reference
Contributing
Want to add a new skill? See the contribution guide. Quality checklist:- SKILL.md follows the Agent Skills spec
- All contract addresses are verified on block explorers
- Code examples have been tested
- No deprecated APIs or testnets
- All links are valid