CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. uniswap
  4. /
  5. uniswap-ai
  6. /
  7. V4 Sdk Integration

V4 Sdk Integration

Editor's Note

If you're building a swap UI or liquidity manager on top of Uniswap v4, this walks you through the SDK layer: V4Planner for routing swaps through the Universal Router, StateView for reading pool state from the singleton PoolManager, and PositionManager for LP operations. The guide is opinionated about when to use v4 versus v3 (there's a decision table) and covers the Permit2 approval flow, which trips up newcomers. It's aimed at app developers, not Solidity hook authors. The code samples are TypeScript heavy and assume you know your way around viem or ethers. Useful if you need swap quotes, multi hop routing, or position management without reaching for the Trading API.

Install

npx skills add https://github.com/uniswap/uniswap-ai --skill v4-sdk-integration
Votes
0
Installs205
GitHub Stars211
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment