AlphaAgent Team Plugin Marketplace
A curated collection of Claude Code plugins for autonomous coding assistance.

Quick Install
# 1. Add the marketplace
/plugin marketplace add the-answerai/alphaagent-team
# 2. Install plugins you need
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
What's Included
30 plugins organized into categories:
| Category | Plugins | Description |
|---|
| Workflow | aai-core, aai-hooks | Git operations, PR management, validation hooks |
| PM | aai-pm-linear, aai-pm-jira, aai-pm-github | Ticket/issue management |
| Dev Agents | aai-dev-frontend, aai-dev-backend, aai-dev-database, aai-dev-fullstack | Technology-agnostic development agents |
| Stack Skills | 15 plugins | Technology-specific patterns (React, Next.js, Express, etc.) |
| Specialized | aai-testing, aai-architecture, aai-docs, aai-blog, aai-devops, aai-quality | Specialized agents |
Installation Guide
Step 1: Add the Marketplace
In Claude Code, run:
/plugin marketplace add the-answerai/alphaagent-team
Step 2: Browse Available Plugins
/plugin
Navigate to the Discover tab to see all 30 plugins with descriptions.
Step 3: Install Plugins
Install plugins based on your needs:
# Essential for all projects
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
# PM integration (choose based on your tooling)
/plugin install aai-pm-linear@alphaagent-team # Linear users
/plugin install aai-pm-jira@alphaagent-team # Jira users
/plugin install aai-pm-github@alphaagent-team # GitHub Issues
# Development agents
/plugin install aai-dev-fullstack@alphaagent-team # All-in-one bundle
# Stack-specific skills (install based on your tech stack)
/plugin install aai-stack-react@alphaagent-team
/plugin install aai-stack-express@alphaagent-team
/plugin install aai-stack-typescript@alphaagent-team
# ... etc.
Step 4: Verify Installation
/help # See all available commands from installed plugins
Recommended Plugin Sets
For Full-Stack Developers
/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
/plugin install aai-dev-fullstack@alphaagent-team
/plugin install aai-testing@alphaagent-team
Then add stack plugins matching your tech:
- React project:
aai-stack-react, aai-stack-typescript
- Next.js project:
aai-stack-nextjs, aai-stack-react
- Express API:
aai-stack-express, aai-stack-node
- With Postgres:
aai-stack-postgres, aai-stack-prisma
For Product/PM Teams
/plugin install aai-pm-linear@alphaagent-team # or aai-pm-jira
/plugin install aai-docs@alphaagent-team
Plugin Catalog
Workflow Plugins
| Plugin | Description |
|---|
| aai-core | Core workflow - git operations, PRs, code review, essential commands |
| aai-hooks | Validation hooks - protected branches, completion validation, anti-patterns |
PM Plugins
| Plugin | Description | Requires |
|---|
| aai-pm-linear | Linear ticket management - create, plan, optimize, triage | Linear MCP |
| aai-pm-jira | Jira ticket management - create, plan, optimize, triage | Atlassian MCP |
| aai-pm-github | GitHub Issues management - triage, workflow | gh CLI |
Development Agent Plugins
Stack Skill Plugins