Alphaagent Team banner
bradtaylorsf bradtaylorsf

Alphaagent Team

Development community

Description

Public repository for agents, skills, hooks, and mcp servers that work within the alphaagent harness

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AlphaAgent Team Plugin Marketplace

A curated collection of Claude Code plugins for autonomous coding assistance.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

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