CtrlK
BlogDocsLog inGet started
Tessl Logo

routing-dex-trades

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".

69

Quality

86%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

72%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

Highly actionable and well-structured with sound progressive disclosure, but held back by a redundant Examples section and the absence of explicit validation checkpoints in the workflow.

Suggestions

Remove or trim the Examples section, since its three commands duplicate entries already shown in Instructions; instead link to references/examples.md for genuinely new scenarios.

Add an explicit pre-execution checkpoint such as verifying quote freshness (the Error Handling table notes quotes are valid ~30s) before acting on a quote.

Clarify that the numbered Instructions are independent modes to choose from rather than a strict top-to-bottom sequence, so Claude picks the right command for the user's goal.

DimensionReasoningScore

Conciseness

Mostly lean with no concept-explanation padding, but the standalone Examples section duplicates three commands verbatim (compare, split, mev-check) already shown in Instructions, which is unnecessary token spend.

2 / 3

Actionability

Every step is a concrete, copy-paste-ready executable command with explicit flags (e.g. `python ${CLAUDE_SKILL_DIR}/scripts/dex_router.py ETH USDC 10.0 --routes`).

3 / 3

Workflow Clarity

Steps are clearly numbered and an Error Handling table gives recovery guidance, but there are no explicit validation checkpoints woven into the flow (e.g. verify quote freshness before execution), and the steps are independent mode selections rather than a checkpointed sequence.

2 / 3

Progressive Disclosure

Clear overview body with well-signaled, one-level-deep references to real files (implementation.md, errors.md, examples.md — all verified present) plus a Contents nav, keeping detail out of the main file.

3 / 3

Total

10

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, well-structured description that clearly states capabilities, use-when triggers, and natural keyword phrases with no fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "comparing DEX prices, finding optimal swap routes, analyzing price impact, splitting large orders, or assessing MEV risk" — beyond just naming the domain.

3 / 3

Completeness

Explicitly answers both what ("Route trades across multiple DEXs to find optimal prices with minimal slippage and gas costs") and when ("Use when comparing DEX prices...") with an explicit trigger-phrase list.

3 / 3

Trigger Term Quality

Provides natural user phrases like "find best swap", "compare DEX prices", "route trade", "split order", and "check slippage" that a user would actually say.

3 / 3

Distinctiveness Conflict Risk

DEX trade routing is a clear niche with distinct triggers (MEV protection, split order, DEX aggregator) unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.