Agent skill
using-projectx-adapter
How to use the ProjectX (HyperEVM Uniswap V3 fork) adapter in Wayfinder Paths for pool reads, position management, swaps, points, and subgraph swap history (pool_address config + common gotchas).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/using-projectx-adapter
Metadata
Additional technical details for this skill
- tags
- wayfinder, projectx, prjx, hyperevm, uniswap, v3, liquidity, lp, swaps, points, subgraph
SKILL.md
When to use
Use this skill when you are:
- Working with ProjectX concentrated liquidity on HyperEVM (chain 999)
- Reading pool state, positions, balances, fees, or swap history
- Minting/increasing/removing/burning positions via the NPM
- Swapping via the PRJX router (
swap_exact_in) - Fetching ProjectX points (
fetch_prjx_points) or subgraph swap data (fetch_swaps)
How to use
- rules/high-value-reads.md - Pool/positions/swaps/points reads (data in/out)
- rules/execution-opportunities.md - Mint/increase/remove/collect/burn/swap scripts
- rules/gotchas.md -
pool_addressrequirement, tuple returns, RPC/subgraph availability, units/ticks
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?