
Aai Stack Nextjs
- 8 repo stars
- Updated February 5, 2026
- bradtaylorsf/alphaagent-team
Apply Next.js App Router patterns — Server/Client Components and API routes — while building a web app with an agent.
About
A skill teaching an agent the Next.js stack conventions for the AnswerAI alphaagent team — App Router structure, when to use Server vs Client Components, and how to define API routes. It guides building modern Next.js front ends with correct rendering boundaries. Useful when scaffolding or extending a Next.js application.
- Next.js App Router patterns
- Server vs Client Components
- API route conventions
- AnswerAI alphaagent stack
Aai Stack Nextjs by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add bradtaylorsf/alphaagent-team/plugin install aai-stack-nextjs@alphaagent-teamAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 8 |
|---|---|
| Last updated | February 5, 2026 |
| Repository | bradtaylorsf/alphaagent-team ↗ |
What it does
Apply Next.js App Router patterns — Server/Client Components and API routes — while building a web app with an agent.
README.md
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
| 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 |
Stack Skill Plugins
| 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 |
Specialized Plugins
| 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 |
Plugin Structure
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
Contributing
See CONTRIBUTING.md for guidelines on creating and submitting plugins.
Requirements
- Claude Code v1.0.33 or later
- For PM plugins: relevant MCP servers (Linear, Jira) or CLI tools (
gh)
Documentation
- Claude Code Plugin Docs - Official plugin documentation
- CONTRIBUTING.md - How to create plugins
License
MIT License - see LICENSE for details.
Built by AnswerAI