design-hookDesign a Uniswap V4 hook architecture without code generation. Use when user wants to plan a hook, understand which callbacks to use, or review an architecture before building. Returns a design document, not code.
Install via ClawdBot CLI:
clawdbot install wpank/design-hookGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/design-hookAudited Apr 18, 2026 · audit v1.0
Generated Mar 22, 2026
A decentralized exchange wants to implement dynamic trading fees that adjust based on market volatility or liquidity conditions. This hook uses beforeSwap to read an oracle and calculate fees, optimizing revenue and trader experience without manual intervention.
A trading platform seeks to add limit order functionality to a Uniswap V4 pool, allowing users to set specific price targets. The hook leverages beforeSwap and afterSwap callbacks to check conditions and execute orders at tick boundaries, enhancing trading flexibility.
A stablecoin protocol requires swaps to occur at oracle-derived prices rather than pool prices to maintain peg stability. The hook uses beforeSwap to enforce oracle prices and afterSwap to adjust reserves, ensuring accurate pricing and reducing arbitrage opportunities.
An investment fund wants to execute large trades over time to minimize market impact. The hook utilizes multiple callbacks like beforeSwap and afterSwap to schedule and process orders incrementally, providing efficient execution for bulk transactions.
A yield farming protocol aims to distribute rewards to liquidity providers based on real-time participation. The hook employs afterSwap and afterModifyPosition callbacks to track activity and allocate tokens, boosting liquidity and user engagement.
Offer design services to blockchain projects needing custom Uniswap V4 hooks, charging a flat fee or subscription for architecture reviews and feasibility assessments. Revenue comes from consulting contracts and ongoing support.
Create a platform where developers can publish and license pre-designed hook architectures for common use cases like dynamic fees or limit orders. Revenue is generated through licensing fees or revenue-sharing agreements with users.
Provide specialized security audits for hook designs, focusing on gas optimization and vulnerability mitigation. Charge per audit or offer retainer-based services to ensure hooks are safe and efficient before deployment.
💬 Integration Tip
Start by clearly defining hook behavior and constraints, then use the design document to validate callback and flag requirements before moving to implementation to avoid rework.
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.