By cyotee
Progressive disclosure skills for Uniswap V3 protocol development. Covers concentrated liquidity AMM, tick-based pricing, position management via NFTs, multi-hop swaps, TWAP oracles, and pool factory.
This skill should be used when the user asks about "Uniswap V3 architecture", "protocol overview", "V3 vs V2 differences", "concentrated liquidity introduction", or needs a high-level understanding of how Uniswap V3 works.
This skill should be used when the user asks about "factory", "createPool", "pool deployment", "fee tiers", "tick spacing", "pool creation", or needs to understand how pools are deployed and configured.
This skill should be used when the user asks about "oracle", "TWAP", "time-weighted average price", "observations", "observe", "price oracle", "tick cumulative", or needs to understand the on-chain oracle system.
This skill should be used when the user asks about "UniswapV3Pool", "pool contract", "slot0", "pool state", "pool liquidity", "pool initialization", or needs to understand the core pool mechanics.
This skill should be used when the user asks about "NonfungiblePositionManager", "NFT positions", "position NFT", "ERC721 positions", "mint position", "increase liquidity", "decrease liquidity", or needs to understand the NFT wrapper for V3 positions.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Progressive disclosure skills for developing with Uniswap V3, the concentrated liquidity AMM protocol. These skills cover core pool mechanics, tick-based pricing, position management, swap routing, and oracle integration.
Add as a submodule to your plugins directory:
git submodule add https://github.com/cyotee/uniswap-V3-skill.git plugins/uniswap-v3
Or clone directly:
git clone https://github.com/cyotee/uniswap-V3-skill.git
Copy the .opencode/skills/ directory contents to your local OpenCode skills directory.
| Skill | Trigger Keywords | Description |
|---|---|---|
uniswap-v3-architecture | protocol overview, V3 vs V2, concentrated liquidity intro | High-level architecture and design philosophy |
uniswap-v3-pool | pool, UniswapV3Pool, slot0, liquidity state | Core pool contract mechanics and state |
uniswap-v3-ticks | tick, tick spacing, tick math, bitmap | Tick system, price levels, and bitmap optimization |
uniswap-v3-positions | position, fee growth, mint, burn, collect | Position tracking and fee accumulation |
uniswap-v3-swaps | swap, exactInput, exactOutput, SwapRouter | Swap execution and multi-hop routing |
uniswap-v3-position-manager | NonfungiblePositionManager, NFT, ERC721 | NFT-wrapped position management |
uniswap-v3-oracle | oracle, TWAP, observations, observe | Time-weighted average price oracle system |
uniswap-v3-factory | factory, createPool, fee tiers | Pool deployment and configuration |
Unlike V2's full-range liquidity, V3 allows LPs to concentrate their capital within specific price ranges (tick ranges). This dramatically improves capital efficiency—LPs can provide the same depth with less capital.
Prices are discretized into "ticks" where each tick represents a 0.01% (1.0001x) price change. Tick spacing determines which ticks can be initialized (e.g., 60 for 0.3% fee pools).
V3 positions are represented as ERC721 NFTs via NonfungiblePositionManager, enabling transferability and composability with other DeFi protocols.
V3 supports multiple fee tiers per token pair:
Pools maintain cumulative tick observations enabling on-chain TWAP (time-weighted average price) calculations without external oracles.
contracts/
├── UniswapV3Pool.sol # Core AMM pool
├── UniswapV3Factory.sol # Pool factory
├── UniswapV3PoolDeployer.sol # Deployment helper
├── interfaces/ # Pool interfaces
└── libraries/
├── Tick.sol # Tick state management
├── TickBitmap.sol # Packed tick lookup
├── Position.sol # Position tracking
├── Oracle.sol # TWAP observations
├── TickMath.sol # Tick↔Price conversion
├── SqrtPriceMath.sol # Price delta math
└── SwapMath.sol # Swap step computation
contracts/
├── NonfungiblePositionManager.sol # ERC721 position wrapper
├── SwapRouter.sol # Swap execution
├── V3Migrator.sol # V2→V3 migration
├── base/ # Composable base contracts
├── lens/
│ ├── Quoter.sol # Off-chain price quotes
│ └── TickLens.sol # Tick enumeration
└── libraries/
├── LiquidityAmounts.sol # Amount↔Liquidity conversion
├── PoolAddress.sol # Deterministic pool addresses
└── Path.sol # Multi-hop path encoding
0x1F98431c8aD98523631AE4a59f267346ea31F9840xE592427A0AEce92De3Edee1F18E0157C058615640xC36442b4a4522E871399CD717aBDD847Ab11FE880xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6GPL-2.0-or-later
npx claudepluginhub cyotee/cyotee-claude-plugins --plugin uniswap-v3Progressive disclosure skills for Aave V3 protocol development. Covers Pool operations, aTokens, eModes, flash loans, configuration, and StataToken (ERC4626) integration.
Progressive disclosure skills for Euler Lending protocol - Ethereum Vault Connector (EVC), Euler Vault Kit (EVK), modular oracle system, and periphery infrastructure for composable lending.
Unified project management - task design, backlog management, agent worktrees, code review, and dependency tracking
A Claude Code plugin that's alive. Observes everything, learns instincts, evolves real plugin capabilities. Bound to one maker.
Progressive disclosure skills for Aerodrome V2 Slipstream - concentrated liquidity AMM on Base with tick-based pricing, NFT positions, gauge rewards, and TWAP oracles.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls