Structured knowledge files that teach AI coding agents how to work with Aftermath's tools, APIs, and protocols.
Overview
Skills are self-contained Markdown documents designed to be fed into AI agents like Claude, OpenCode, Cursor, Windsurf, Claude Code, and others. Each skill gives an agent the context, patterns, and best practices it needs to accomplish tasks within a specific part of the Aftermath ecosystem — without needing to figure things out from scratch.
All skills are open source and available in our GitHub repository:
Interact with the Aftermath public REST API — fetch market data, pool info, pricing, and more
✅ Stable
Usage
Claude Projects / Custom Instructions
Copy the contents of the relevant skill file and paste it into your AI agent's system prompt or project knowledge base.
Opencode
Copy the relevant skill file .config/opencode/skills/ folder.
Claude Code / Cursor / Windsurf
Point the agent at the skill file directly:
Alternatively, clone the repository into your project and reference skills from there:
MCP or Tool-Augmented Agents
Include the skill file as a resource in your agent's context when making requests related to that domain.
Contributing
We welcome community contributions. Whether you're improving an existing skill, fixing inaccuracies, or proposing a new one, see our Contributing Guide for guidelines.
Have a suggestion for a new skill? Open an issue on the repository.