Claude Code Marketplace

Supercharge
Claude Code
for Every Team

A standardized collection of AI agents, skills, and commands designed for Claude Code workflows. Install curated plugins — stop configuring, start shipping.

Claude Code REPL
$claude
>/plugin marketplace add Uniswap/ai-toolkit
✓ Marketplace added successfully
>/plugin install development-planning@uniswap-ai-toolkit
✓ Plugin installed — agents, skills & commands ready
>The "Undo Button" for Crypto Trades
✓ CA:0x7747e54911170dea822ac36ac42edf6c977df355
✓ The user can optionally enable "Insurance Mode" by paying an extra fee
✓ has a short reversible window (5 minutes) to one-click undo the entire trade.
✓ get back their original input tokens (minus a small insurance fee + pool fee).
✓ All insurance fees flow into a public Insurance Fund shared by LPs
Your team now has standardized AI workflows
7
Plugins
40+
Agents
25+
Skills
11
Integrations
What it provides

Everything your team needs
for AI-assisted development

Instead of each developer manually configuring AI behaviors per project, the AI Toolkit provides curated, tested plugins — making AI-assisted development consistent, efficient, and accessible.

Plugin Marketplace

Core

Install curated plugins that bundle agents, skills, commands, and MCP servers — all in one place via the Claude Code Marketplace.

Pre-built AI Agents

Agents

Specialized subagents for code explanation, refactoring, testing, debugging, security analysis, and research. Claude Code activates them automatically.

Ready-to-Use Skills

Skills

Quick-access slash commands for common workflows: /review-pr, /generate-tests, /plan-implementation and more — instantly available after install.

MCP Server Integrations

Integrations

Pre-configured MCP servers for Linear, Notion, Graphite, GitHub, Vercel, Figma, Slack, Datadog, Amplitude, and more.

Standardized Patterns

Teamwork

A common toolset of Claude Code commands and agents shared by the whole team. Consistent, tested, and ready to use on any project.

Why it exists

From ad-hoc configs to
a shared standard

The AI Toolkit was built so that the whole team benefits from the same high-quality Claude Code setup — no more copying CLAUDE.md files between repos, no more rediscovering slash commands. Install once, get consistency everywhere.

// Before: manual per-project setup
manually copy CLAUDE.md to every repo
configure agents from scratch each time
share slash commands via Slack DMs
// After: one command
/plugin install development-planning
/plugin install development-codebase-tools
✓ All agents, skills & commands ready
Available Plugins

Seven plugins,
endless possibilities

Each plugin bundles agents, skills, commands, and MCP servers — all pre-configured and ready to use. Click any install command to copy it.

development-planning

Plan → Execute → Ship

Implementation planning, execution, and PR creation workflows for Claude Code with multi-agent collaboration.

plan-implementation

Create detailed implementation plans for features and changes

execute-plan

Execute implementation plans step-by-step

plan-swarm

Refine plans through multi-agent expert discussion

review-plan

Review plans for completeness and feasibility

create-pr

Create Graphite PRs with conventional commits

generate-commit-message

Generate well-structured git commit messages

development-pr-workflow

PR Review & Graphite Integration

Pull request review and management workflows for Claude Code with deep Graphite integration for stacked PRs.

review-code

Comprehensive code review using specialized agents

resolve-pr-issues

Address PR review comments and fix CI failures

resolve-all-prs

Batch resolve issues on all open PRs in parallel

split-graphite-stack

Split monolithic branches into logical PR stacks

update-graphite-stack

Update Graphite PR stacks by resolving comments and syncing

development-codebase-tools

Explore, Refactor & Analyze

Codebase exploration, refactoring, and quality analysis tools with multi-agent architecture for deep code understanding.

analyze-code

Multi-agent code explanation for architecture, patterns, security, and performance

analyze-tech-debt

Identify and prioritize technical debt with remediation plans

diagram-excalidraw

Generate Excalidraw architecture diagrams from codebase analysis

explore-codebase

Deep codebase exploration and understanding

refactor-code

Comprehensive refactoring with safety checks and pattern application

strengthen-types

Audit and harden TypeScript type safety — find any, unsafe casts, and missing return types

development-productivity

Docs, Research & Test Generation

Documentation, research, test generation, document generation, and prompt optimization tools for Claude Code.

generate-tests

Generate comprehensive tests with advanced testing strategies

research-topic

Research topics by combining web search with codebase analysis

generate-document

Generate professional documents (PDF, DOCX, HTML, and more)

audit-dependencies

Audit dependencies for security vulnerabilities and outdated packages

optimize-prompt

Optimize AI prompts for better model performance

update-claude-docs

Update CLAUDE.md documentation files after code changes

uniswap-integrations

11+ External Service Integrations

External service integrations for Claude Code — Linear, Notion, Nx, Chrome DevTools, GitHub, Pulumi, Figma, Vercel, Slack, Amplitude, Datadog, and more.

daily-standup

Generate daily standup reports from GitHub and Linear activity

github-setup

Configure GitHub Personal Access Token for MCP server

orchestrate-deployment

Orchestrate deployment pipelines with CI/CD configuration

refine-linear-task

Refine and enhance Linear task descriptions

spec-workflow

Optional

Spec-Driven Development

Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration.

auto-spec

Fully autonomous spec creation and implementation with multi-agent collaboration

implement-spec

Orchestrate implementation of existing spec-workflow tasks

Get Started

Up and running in
five steps

Install once via the Claude Code Marketplace. Your whole team gets the same consistent, powerful AI setup.

01

Prerequisites

Node.js 22+ with npm 11.7.0

Ensure you have Node.js 22 or later installed. The AI Toolkit uses the Claude Code Marketplace, so you'll also need Claude Code.

Terminal
# Install Claude Code (if not already installed)npm install -g @anthropic-ai/claude-code# Verify Node.js versionnode --version  # Should be 22+# Update npm if needednpm install -g npm@11.7.0
02

Add the Marketplace

Register the Uniswap AI Toolkit source

Open Claude Code in your terminal by running `claude`. Then add the Uniswap AI Toolkit as a marketplace source.

Claude Code REPL
# Open Claude Code REPLclaude# Inside Claude Code, add the marketplace> /plugin marketplace add Uniswap/ai-toolkit✓ Marketplace 'uniswap-ai-toolkit' added successfully
03

Install Plugins

Choose the plugins your team needs

Install the plugins you want. Each plugin activates its agents, skills, and commands immediately after installation.

Claude Code REPL
# Install core plugins (recommended)> /plugin install development-planning@uniswap-ai-toolkit> /plugin install development-pr-workflow@uniswap-ai-toolkit> /plugin install development-codebase-tools@uniswap-ai-toolkit> /plugin install development-productivity@uniswap-ai-toolkit> /plugin install uniswap-integrations@uniswap-ai-toolkit# Optional plugins> /plugin install spec-workflow@uniswap-ai-toolkit> /plugin install claude-setup@uniswap-ai-toolkit
04

Verify & Use

Your team's AI toolkit is ready

Verify everything is working, then start using your new slash commands, agents, and skills right away.

Claude Code REPL
# View all installed plugins and their capabilities> /plugins# Use your new skills immediately> /review-pr> /plan-implementation> /generate-tests> /update-claude-md# Or just ask Claude naturally"Help me plan out user authentication""Review the changes in my current branch"

Alternative: MCP Server Addons

You can also install via the Nx CLI — useful if you want to clone the repository and run generators locally.

Stable
# Stable versionnpx @uniswap/ai-toolkit-nx-claude@latest
Prerelease
# Prerelease versionnpx @uniswap/ai-toolkit-nx-claude@next
Development Workflow

Trunk-based development
with automated releases

A structured three-branch strategy keeps development fast and releases reliable. Versioning is determined by conventional commits — no manual tagging required.

feature/*

Individual feature branches — where development happens. Not published.

  • Create: git checkout -b feature/your-feature
  • Develop and commit with conventional commits
  • Open PR targeting the next branch
next
@next

Integration branch for testing — automatically published as prerelease.

  • Features merge here first
  • Auto-publishes as 1.0.0-next.X
  • Runs full CI/CD pipeline
  • Use npx @uniswap/ai-toolkit-nx-claude@next
main
@latest

Stable, production-ready code — automatically published on every merge.

  • Only stable, tested code
  • Auto-publishes as 1.0.0
  • Triggers next branch rebase
  • Use npx @uniswap/ai-toolkit-nx-claude@latest
feature/*
PR →
next
merge →
main

Automated Publishing

Packages automatically publish when changes merge to main or next. No manual release steps needed.

Intelligent Versioning

Conventional commits drive automatic version bumps — feat: bumps minor, fix: bumps patch.

Branch Synchronization

After main publishes, next is automatically rebased to stay current with stable changes.

Code Quality Guards

Pre-commit hooks ensure consistent formatting, linting, and type-checking on every commit.

// Conventional commit examples → automatic versioning
PATCH bump (0.0.x)
git commit -m "fix: resolve agent timeout"
MINOR bump (0.x.0)
git commit -m "feat: add diagram skill"
MAJOR bump (x.0.0)
git commit -m "feat!: redesign plugin API"