Uniswap AI Toolkit — Summary
Uniswap AI Toolkit (github.com/Uniswap/ai-toolkit) is a TypeScript Nx monorepo that packages Claude Code plugins, agent definitions, skills, slash commands, and hooks for Uniswap's internal AI-assisted engineering workflows. It is an opinionated, domain-specific extension of Claude Code, organized as a plugin marketplace with five feature plugins (development-planning, development-pr-workflow, development-codebase-tools, development-productivity, uniswap-integrations) plus a setup plugin and a spec-workflow plugin. The toolkit ships 27 agents, 46 skills, and 6 commands across those plugins, with a PostToolUse lint hook that fires on every file Write or Edit. The planner agent explicitly pins claude-opus-4-7 as its model. The repository also contains four cross-cutting agents and four commands in the root .claude/ directory (Slack analyzer, weekly newsletter generator, people-team FAQ aggregator, Notion quickstart doc creator) — demonstrating that the toolkit blends technical workflow automation (PR review, spec generation, codebase explanation) with organizational knowledge management (Slack, Notion). Default branch is next (not main), suggesting active development outside a stable release cycle. Stars: 37.