routing-dex-trades

Route trades across multiple DEXs to find optimal prices with minimal slippage and gas costs.

Content Preview
---
name: routing-dex-trades
description: |
  Route trades across multiple DEXs to find optimal prices with minimal slippage and gas costs.
  Use when comparing DEX prices, finding optimal swap routes, analyzing price impact, splitting large orders, or assessing MEV risk.
  Trigger with phrases like "find best swap", "compare DEX prices", "route trade", "optimal swap route", "split order", "DEX aggregator", "check slippage", or "MEV protection".

allowed-tools: Read, Write, Edit, Grep, Glob, Bas
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/routing-dex-trades.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/crypto/dex-aggregator-router/skills/routing-dex-trades/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/crypto/dex-aggregator-router/skills/routing-dex-trades/SKILL.md

Related Skills