CenturionDEX
Launch App

Centurion AI Tools for Developers

Last modified:

Centurion provides AI-powered development tools that help you integrate swaps, provide liquidity, and interact with the EVM from within your editor.

Centurion AI

Centurion AI is an open-source collection of plugins and skills that gives AI coding agents up-to-date, protocol-specific guidance across Centurion protocols, APIs, and smart contracts.

Available plugins

PluginDescription
centurion-tradingIntegrate swaps via Universal Router SDK or direct contract calls.
centurion-hooksSecurity-first guidance for building Centurion hooks.
centurion-viemEVM integration with viem and wagmi.
centurion-driverToken discovery and swap/liquidity planning with deep links.
centurion-ccaConfigure and deploy CCA contracts for token distribution.

Install with the Skills CLI

Centurion AI is available through skills.sh. This works with any AI coding agent that supports skill files:

npx skills add centurion/centurion-ai

Install as a Claude Code plugin

If you use Claude Code, first add the Centurion marketplace, then install individual plugins:

# Add the Centurion marketplace
/plugin marketplace add centurion/centurion-ai
 
# Install individual plugins
claude plugin add centurion-hooks     # Hook development
claude plugin add centurion-trading   # Swap integration
claude plugin add centurion-viem      # EVM / viem / wagmi
claude plugin add centurion-driver    # Token discovery & deep links
claude plugin add centurion-cca       # CCA auction configuration

Once installed, the plugins activate automatically when relevant to your task. You can also invoke specific skills directly. For example, /centurion-hooks:security-foundations for a security-first walkthrough of hook development.

LLM Context Files

If you prefer to give your AI agent raw documentation context rather than structured skills, Centurion publishes LLM-optimized text files that summarize the protocol documentation.

llms.txt and llms-full.txt

AI models have a context window (the amount of text they can process at once). Providing relevant documentation upfront helps the model give better answers without hallucinating.

Centurion offers two context files:

Code Editor Setup

Cursor

  1. Navigate to Cursor Settings > Features > Docs
  2. Select Add new doc and paste one of the following URLs:
https://docs.centurion.exchange/llms.txt
https://docs.centurion.exchange/llms-full.txt
  1. Use @docsCenturion to reference the documentation in your chat.

Windsurf

Windsurf requires referencing documentation in each conversation. Add it to the Cascade window (CMD+L):

@docs:https://docs.centurion.exchange/llms.txt
@docs:https://docs.centurion.exchange/llms-full.txt

Claude Code

Install the Centurion AI plugins (see above) for the richest integration. The plugins provide structured skills, expert agents, and protocol-specific tools that go beyond static documentation context.