Skills for building with XMTP, the open protocol for secure, decentralized messaging between people and agents.
Skills are folders of instructions and resources that AI coding agents load dynamically to improve performance on specialized tasks. They follow the Agent Skills format.
| Skill | Description |
|---|---|
| xmtp-docs | Query XMTP documentation for current SDK patterns and methods |
Query current XMTP documentation to get accurate SDK patterns before writing code. The XMTP SDK evolves frequently—this skill ensures you're using current method names and signatures.
Use when:
- Looking up XMTP SDK methods or patterns
- Verifying current API signatures before coding
- Finding examples for streaming, consent, groups, or content types
How it works: Uses WebFetch to query specific documentation pages via docs.xmtp.org/llms.txt index
/install xmtp/skillsCopy the skill folder to your agent's plugins directory.
MIT