DISCOVER THE FUTURE OF AI AGENTSarrow_forward

Agent Kit

calendar_todayAdded Apr 24, 2026
categoryAgent & Tooling
codeOpen Source
PythonTypeScriptWorkflow AutomationMulti-Agent SystemModel Context ProtocolAI AgentsAgent FrameworkSDKAgent & ToolingDeveloper Tools & CodingProtocol, API & Integration

A reusable component collection for AI coding agents, including Skills, Extensions, Subagents, and MCP Servers, compatible with Pi, Claude Code, and Codex.

Agent Kit is a reusable component collection for AI coding agents with a four-layer modular architecture: Skills (13 task-level instructions covering doc generation, frontend development, MCP-driven tools, etc.), Extensions (6 Pi agent extensions providing MCP client orchestration, provider override, rule injection, etc.), Subagents (4 delegable sub-agents: Librarian, Oracle, UI Engineer, Worker), and MCP Servers (custom servers with mcphub submodule integration).

The project adapts to Pi (native package install), Claude Code (Plugin Marketplace + skills directory sync), and Codex (skills directory sync) through an agent compatibility layer. It supports three installation methods: pi install, /plugin marketplace add, and manual mise run sync:*. Via the MCP protocol, it connects to external capabilities including Exa AI search, Context7 docs, GitHub code search, and JetBrains IDE control. Primarily built with TypeScript (66.5%) and Python (32.9%), licensed under MIT.

Skills (13)#

CategorySkillDescription
Docs & Changeschangelog-automationAuto-generate changelog from commits and PRs
document-writerWrite technical docs and READMEs
Frontendfrontend-designCreate production-grade high-quality UIs
react-best-practicesReact/Next.js performance optimization guide
ui-skillsConstraint rules for building better interfaces
Dev Workflowspecs-devPlan-first development with review gates
python-scriptCreate robust Python automation scripts
MCP-Drivenmcp-context7-docsQuery latest library docs
mcp-exa-searchWeb search and enterprise research via Exa AI
mcp-grep-codeSearch real code examples from GitHub
mcp-jetbrains-ideControl JetBrains IDE via MCP
mcp-skill-genGenerate skills from MCP servers
General Toolsweb-fetchFetch and extract content from URLs

Extensions (6)#

ExtensionDescription
anthropic-tool-cache-shimStrip tool fields unsupported by Fireworks Anthropic
firework-providerOverride Fireworks for unified routing model and tool field cleanup
mcpMCP client integration and tool orchestration
rulesLoad project rule files into agent instructions
subagentDelegate tasks to specialized sub-agents
web-toolsWeb scraping and search tools

Subagents (4)#

SubagentRole
librarianCross-repo and documentation code research
oracleArchitecture decisions and deep technical analysis
ui-engineerVisual/UI/UX implementation expert
workerGeneral task execution

Installation#

As Pi Package

pi install git:github.com/vaayne/agent-kit
pi install npm:@vaayne/agent-kit

Claude Code Plugin Marketplace

/plugin marketplace add vaayne/agent-kit

Manual Clone & Sync

git clone --recursive https://github.com/vaayne/agent-kit.git
cd agent-kit
mise run setup
mise run sync:pi            # → ~/.pi/agent
mise run sync:claude:skills # → ~/.claude/skills
mise run sync:codex:skills  # → ~/.codex/skills

Prerequisite: mise must be installed to run project task scripts.

Related Projects

View All arrow_forward

STAY UPDATED

Get the latest AI tools and trends delivered straight to your inbox. No spam, just intelligence.

rocket_launch