Agent Skills
January 22, 2026 ยท View on GitHub
A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Available Skills
tempo
Build applications on the Tempo network with access to documentation and source code via MCP.
Use when:
- Working with Tempo transactions or TIP-20 tokens
- Integrating stablecoins or payments
- Building on the Tempo protocol
- Exploring Tempo source code
Features:
- Search and read Tempo documentation
- Browse source code for
tempoxyz/tempo(Rust node) andtempoxyz/tempo-ts(TypeScript SDK + Examples) - Access related libraries: Viem, Wagmi, Reth, Foundry
Categories covered:
- Transactions & accounts
- TIP-20 stablecoins
- Fee sponsorship
- Protocol integration
Installation
Install with skills CLI:
npx skills add tempoxyz/agent-skills
Or manually:
# Clone the repo
git clone https://github.com/tempoxyz/agent-skills.git
# Copy a skill to your agent's skills directory
cp -r agent-skills/skills/tempo ~/.config/agents/skills/
Or add to your project's .agents/skills/ directory for project-specific access.
amp
amp skill add tempoxyz/agent-skills
Usage
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
How do I create a TIP-20 stablecoin?
Show me how fee sponsorship works in Viem
Search the Tempo source for transaction validation
Skill Structure
Each skill contains:
SKILL.md- Instructions for the agentmcp.json- MCP server configuration (optional)
License
MIT