Agent Plugins Marketplace
All plugins

agent-team-kit

v0.7.0

Reusable software team: business-analyst, architect, test-manager, developer, tester and perf-tester agents, a team workflow (TDD by vertical slice) tracked on an Ordna board (one card per user story, one column per agent), baseline requirements, stack packs (FastAPI or Quarkus backend, React or Angular frontend) and document templates.

Claude Code5 Skills

0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agent-team-kit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-team-kit@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/harrycain72/agent-team-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agent-team-kit/
├── .claude-plugin/plugin.json
├── skills/baseline-requirements/SKILL.md
├── skills/stack-backend-fastapi-bce/SKILL.md
├── skills/stack-backend-quarkus-bce/SKILL.md
├── skills/stack-frontend-angular/SKILL.md
└── skills/stack-frontend-react/SKILL.md

Included Skills5

baseline-requirementsskills/baseline-requirements/SKILL.md

Reusable general requirements (API conventions, security, accessibility, performance, quality and operability, testing gates, delivery flow) with stable IDs, to be referenced from a project's requirements.md instead of rewritten. Load when writing or reviewing requirements or a design.

stack-backend-fastapi-bceskills/stack-backend-fastapi-bce/SKILL.md

Backend pack for Python FastAPI + SQLAlchemy + Alembic on PostgreSQL, in BCE (boundary-control-entity) layers per business domain. Backend layout, layer rules, tooling, test seams and known pitfalls. Load with stack-common and a frontend pack when designing or implementing a project that names this backend.

stack-backend-quarkus-bceskills/stack-backend-quarkus-bce/SKILL.md

Backend pack for Java + Quarkus + Hibernate ORM + Flyway on PostgreSQL, built with Maven, in BCE (boundary-control-entity) layers per business domain, with layer rules enforced by ArchUnit. Backend layout, layer rules, tooling, test seams and known pitfalls. Load with stack-common and a frontend pack when designing or implementing a project that names this backend.

stack-frontend-angularskills/stack-frontend-angular/SKILL.md

Frontend pack for Angular (standalone, signals, zoneless) with Angular Material, HttpClient, typed reactive forms, Vitest via the Angular unit-test builder and Playwright. Frontend layout, npm scripts, conventions, tests and known pitfalls. Load with stack-common and a backend pack when designing or implementing a project that names this frontend.

stack-frontend-reactskills/stack-frontend-react/SKILL.md

Frontend pack for Vite + React + TypeScript + Tailwind + shadcn/ui with TanStack Query. Frontend layout, npm scripts, data fetching, forms, states, tests and known pitfalls. Load with stack-common and a backend pack when designing or implementing a project that names this frontend.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-team-kit",
  "version": "0.7.0",
  "description": "Reusable software team: business-analyst, architect, test-manager, developer, tester and perf-tester agents, a team workflow (TDD by vertical slice) tracked on an Ordna board (one card per user story, one column per agent), baseline requirements, stack packs (FastAPI or Quarkus backend, React or Angular frontend) and document templates."
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-team-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-team-kit)