Agents
Why Implexa
Pricing
Resources
Install
Sign in
Sign up
back to leaderboard
WP
@wpank
contributor on implexa, with 37 skills ranked by
SkillRank
across 1 source.
wpank on github
publishes to clawhub
skills, ranked by SkillRank
score
source
skill
8.2
clawhub
Uniswap Rebalance Position
rebalance-position closes out-of-range uniswap v3/v4 lp positions and opens new ones centered on current price, collecting fees and handling range calculation in one workflow. includes cost-benefit analysis and gas break-even warnings before execution.
8.2
clawhub
Uniswap Manage Liquidity
manage-liquidity covers uniswap v2/v3/v4 position lifecycle: add liquidity with pool selection and range optimization, remove positions partially or fully, and collect accumulated fees. delegates to subagents for execution and safety validation.
7.9
clawhub
Uniswap Cross Chain Arbitrage
cross-chain-arbitrage automates detection and execution of price discrepancies across 11 chains, itemizing all costs (gas, bridge, slippage) and only surfacing opportunities profitable after expenses. includes scan-only mode and risk gating via erc-7683 settlement.
7.8
clawhub
Postgres Job Queue
postgres-job-queue provides a dependency-free job queue built on postgresql with priority scheduling, batch claiming via skip locked, and progress tracking. covers stale job recovery and retry logic for production workloads.
7.8
clawhub
Shadcn UI
shadcn/ui provides copy-paste component primitives built on radix and tailwind, with patterns for forms (react hook form + zod), theming via css variables, and next.js app router integration. covers installation, customization, and common ui patterns.
7.8
clawhub
Uniswap Research And Trade
research-and-trade chains token analysis, pool selection, and risk assessment before executing swaps. it gates trades at multiple decision points and stops execution if risk thresholds are exceeded, presenting full research findings if veto occurs.
7.4
clawhub
Uniswap Build Hook
build-hook delegates to a subagent to generate production-ready uniswap v4 hook contracts, tests, and deployment scripts. covers full lifecycle from requirements to create2 address mining and foundry test generation.
7.3
clawhub
Uniswap Cross Chain Swap
cross-chain-swap delegates token exchanges across different chains to a subagent, handling parameter validation, route evaluation, and bridge settlement monitoring. covers quoting, safety checks, and error recovery.
7.3
clawhub
React Modernization
react-modernization covers class-to-hooks migration, react 18/19 adoption including concurrent features like suspense and transitions, typescript integration, and automated codemod execution. includes version upgrade paths, lifecycle mappings, and migration checklists.
7.3
clawhub
Uniswap Execute Swap
execute-swap routes token exchanges across uniswap protocol versions and chains with embedded safety validation, rate limit checks, and simulation before execution. delegates heavy lifting to trade-executor subagent.
7.2
clawhub
Session Handoff
session-handoff enables context preservation across agent boundaries by generating timestamped handoff documents with structured scaffolds, validation checks, and resume workflows for seamless continuation without ambiguity or information loss.
7.2
clawhub
Subagent Development
subagent-development executes implementation plans by dispatching fresh subagents per task, applying two-stage review (spec compliance then code quality) after each task to catch issues early while maintaining session continuity.
7.2
clawhub
Uniswap Setup DCA
setup-dca configures non-custodial dollar-cost averaging on uniswap with optimal path selection, permit2 approval, cost projection, and choice of self-execute or gelato keeper automation. covers first swap execution, monitoring setup, and tracks strategy state in a local config file.
7.2
clawhub
Uniswap Batch Swap
batch-swap executes multiple token swaps sequentially with independent safety validation per transaction. each swap waits for confirmation before proceeding, and can halt on first failure or continue based on user preference.
7.2
clawhub
Uniswap Agent Otc Trade
agent-otc-trade enables structured token swaps between agents by verifying counterparty identity via erc-8004, pricing against uniswap pool rates, and settling atomically through pools. covers direct and cross-chain trades with audit trails and reputation integration.
7.2
clawhub
Uniswap Submit Limit Order
submit-limit-order enables gasless uniswapx dutch auction orders with price decay, monitoring, and chain-aware validation. covers token allowlisting, market price baselines, and expiry configuration.
7.1
clawhub
Uniswap Seek Protocol Fees
seek-protocol-fees analyzes tokenjar profitability by checking balances, pricing assets, calculating profit against 4000 uni burn cost, and optionally executing firepit claims. defaults to preview-only with safety gating and nonce race-condition protection.
6.8
clawhub
Uniswap Self Funding Setup
self-funding-setup orchestrates five specialized agents in sequence to bootstrap agent financial infrastructure: wallet provisioning, optional token deployment, treasury management, on-chain identity registration, and x402 payment acceptance in a single coordinated pipeline.
6.3
clawhub
Uniswap Portfolio Report
portfolio-report generates a comprehensive uniswap portfolio summary including total value, realized and unrealized pnl, fee earnings, and position status across all chains by delegating to a portfolio-analyst subagent.
6.2
clawhub
Uniswap Setup Agent Wallet
setup-agent-wallet provisions wallets for autonomous uniswap agents across privy, turnkey, and safe providers. configures spending limits, token allowlists, funds gas, and validates operationality.
6.2
clawhub
UI / UX
ui-ux provides searchable design databases (colors, typography, styles, ux rules, charts) with a cli for generating design systems from natural language. includes accessibility-first rule prioritization and stack-specific implementation guidance.
—
clawhub
Architecture Decision Records
Document significant technical decisions with context, rationale, and consequences to maintain clear, lightweight architectural records for future reference.
—
clawhub
Web Design
CSS implementation patterns for layout, typography, color, spacing, and responsive design. Complements ui-design (fundamentals) with code-focused examples.
—
clawhub
Skill Extraction
Extract design systems, architecture patterns, and methodology from codebases into reusable skills and documentation. Use when analyzing a project to capture patterns, creating skills from existing code, extracting design tokens, or documenting how a project was built. Triggers on "extract patterns", "extract from this repo", "analyze this codebase", "create skills from this project", "extract design system".
—
clawhub
Expor Native UI
Build beautiful native iOS/Android apps with Expo Router. Covers route structure, native tabs, animations, blur effects, liquid glass, SF Symbols, and platform patterns.
—
clawhub
Decision Frameworks
Structured decision-making patterns for common engineering choices — library selection, architecture, build vs buy, prioritization, reversibility analysis, and ADRs. Use when choosing between tools, architectures, or approaches, or when documenting technical decisions.
—
clawhub
Testing Workflow
Meta-skill that orchestrates comprehensive testing across a project by coordinating testing-patterns, e2e-testing, and testing agents. Use when setting up testing for a new project, improving coverage for an existing project, establishing a testing strategy, or verifying quality before a release.
—
clawhub
Command Creator
WHAT: Create Claude Code slash commands - reusable markdown workflows invoked with /command-name. WHEN: User wants to create, make, or add a slash command. User wants to automate a repetitive workflow or document a consistent process for reuse. KEYWORDS: "create a command", "make a slash command", "add a command", "new command", "/command", "automate this workflow", "make this repeatable"
—
clawhub
Finishing Branch
Complete development work by presenting structured options for merge, PR, or cleanup. Use when implementation is complete, all tests pass, and you need to decide how to integrate work. Triggers on finish branch, complete branch, merge branch, create PR, done with feature, implementation complete.
—
clawhub
Clear Writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
—
clawhub
Game Changing Features
Find 10x product opportunities and high-leverage improvements. Use when the user wants strategic product thinking, mentions 10x, wants to find high-impact features, or asks what would make a product dramatically more valuable.
—
clawhub
Persona Docs
Create persona documentation for a product or codebase. Use when asked to create persona docs, document target users, define user journeys, document onboarding flows, or when starting a new product and needing to define its audience. Persona docs should be the first documentation created for any product.
—
clawhub
Uniswap Design Integration
Design a Uniswap integration architecture. Use when user is building a project that needs to integrate Uniswap and wants recommendations on integration method (Trading API vs SDK vs direct contract), architecture patterns, required dependencies, and security considerations.
—
clawhub
Setup Local Anvil Testnet
Spin up a local Anvil testnet with Uniswap deployed and pre-seeded liquidity. One command gives you a full development environment with funded accounts, real Uniswap pools, and zero gas costs. Use when developing, testing, or demoing Uniswap agent workflows.
—
clawhub
Uniswap Bridge Tokens
Bridge tokens from one chain to another without swapping. Simplified cross-chain transfer where the output token is the same as the input token. Use when the user wants to move tokens between chains.
—
clawhub
Uniswap Track Performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.
—
clawhub
Uniswap Deploy Agent Token
Deploy an agent token with a Uniswap V4 pool — handles pool creation with configurable hooks (anti-snipe, dynamic fees, revenue share), initial liquidity bootstrapping, LP locking, and post-deployment monitoring. Use when the user wants to launch a token on Uniswap.