Skip to content

tempoxyz/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

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:

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 agent
  • mcp.json - MCP server configuration (optional)

License

MIT

About

npx skills add tempoxyz/agent-skills

Resources

License

Contributing

Security policy

Stars

Watchers

Forks