A curated collection of Claude Code plugins for autonomous coding assistance.
# 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-team30 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 |
In Claude Code, run:
/plugin marketplace add the-answerai/alphaagent-team/pluginNavigate to the Discover tab to see all 30 plugins with descriptions.
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./help # See all available commands from installed plugins/plugin install aai-core@alphaagent-team
/plugin install aai-hooks@alphaagent-team
/plugin install aai-dev-fullstack@alphaagent-team
/plugin install aai-testing@alphaagent-teamThen 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
/plugin install aai-pm-linear@alphaagent-team # or aai-pm-jira
/plugin install aai-docs@alphaagent-team| Plugin | Description |
|---|---|
| aai-core | Core workflow - git operations, PRs, code review, essential commands |
| aai-hooks | Validation hooks - protected branches, completion validation, anti-patterns |
| 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 |
| Plugin | Description |
|---|---|
| aai-dev-frontend | Frontend agent - UI components, state management, accessibility |
| aai-dev-backend | Backend agent - API design, authentication, error handling |
| aai-dev-database | Database agent - schema design, queries, migrations |
| aai-dev-fullstack | All dev agents bundled together |
| Plugin | Auto-loads when | Description |
|---|---|---|
| aai-stack-react | react in deps |
React patterns, hooks, context |
| aai-stack-nextjs | next in deps |
App Router, Server Components |
| aai-stack-vite | vite in deps |
Vite configuration, plugins |
| aai-stack-express | express in deps |
Routing, middleware, validation |
| aai-stack-node | Node.js detected | Streams, async patterns |
| aai-stack-typescript | typescript in devDeps |
Generics, utility types |
| aai-stack-postgres | pg in deps |
Queries, indexes, migrations |
| aai-stack-sqlite | better-sqlite3 in deps |
SQLite patterns |
| aai-stack-prisma | prisma in deps |
Schema, queries, relations |
| aai-stack-typeorm | typeorm in deps |
Entities, QueryBuilder |
| aai-stack-tailwind | tailwindcss in deps |
Utility-first styling |
| aai-stack-material-ui | @mui/material in deps |
MUI components, theming |
| aai-stack-playwright | @playwright/test in devDeps |
E2E testing patterns |
| aai-stack-jest | jest in devDeps |
Unit testing, mocking |
| aai-stack-auth0 | @auth0/* in deps |
Auth0 integration |
| Plugin | Description |
|---|---|
| aai-testing | Testing agents - unit, API, E2E specialists |
| aai-architecture | Architecture and design patterns |
| aai-docs | Documentation agents |
| aai-blog | Technical blog writing |
| aai-devops | CI/CD and deployment |
| aai-quality | Quality governance |
Each plugin follows Claude Code's plugin specification:
aai-example/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── agents/ # Agent definitions
│ └── example-agent.md
├── skills/ # Reusable skills
│ └── example-skill/
│ └── SKILL.md
├── commands/ # Slash commands
│ └── example-command.md
├── hooks/ # Hook configurations
│ ├── hooks.json
│ └── scripts/
└── .mcp.json # MCP server config
See CONTRIBUTING.md for guidelines on creating and submitting plugins.
- Claude Code v1.0.33 or later
- For PM plugins: relevant MCP servers (Linear, Jira) or CLI tools (
gh)
- Claude Code Plugin Docs - Official plugin documentation
- CONTRIBUTING.md - How to create plugins
MIT License - see LICENSE for details.
Built by AnswerAI