design-hook
✓Verified·Scanned 2/19/2026
Design 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.
from clawhub.ai·v662cdf8·5.8 KB·0 installs
Scanned from 0.1.0 at 662cdf8 · Transparency log ↗
$ vett add clawhub.ai/wpank/design-hook
Design Hook
Design a Uniswap V4 hook architecture (callbacks, behavior, invariants). No code generation; produces a detailed design document only.
→ SKILL.md — Full skill specification and workflow.
Installation
Install into Claude Code or Cursor with:
npx skills add https://github.com/wpank/Agentic-Uniswap/tree/main/.ai/skills/design-hook
Or via Clawhub:
npx clawhub@latest install design-hook
When to use
Use this skill when:
- You want to design a V4 hook architecture before writing any Solidity.
- You need to clarify which callbacks to use, state layout, and safety considerations.
- You want a spec document that can be handed to implementers or auditors.
Example prompts
- "Design a Uniswap V4 hook that charges higher fees during volatile periods."
- "Draft an architecture for a V4 hook that streams a share of fees to a DAO treasury."
- "Design an anti-sniping hook for a new token launch on V4, including which callbacks to implement."