Agent Plugins Marketplace
All plugins

team8

v1.0.32

A live browser console for Claude Code agent teams — every teammate's transcript, tasks, mail and status in one window. Starts itself the first time a team is spawned.

Claude Code7 Skills

By alan-oliv1 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 18, 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 team8 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 team8@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/alan-oliv/team8

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/enable-team/SKILL.md
├── skills/multiple-code-reviews/SKILL.md
├── skills/plan/SKILL.md
├── skills/run/SKILL.md
├── skills/tasks/SKILL.md
├── skills/test-driven-development/SKILL.md
└── skills/verification-before-completion/SKILL.md

Included Skills7

enable-teamskills/enable-team/SKILL.md

Use when the user wants to enable or disable Claude Code agent teams and the shared task-list tools together — e.g. "/team8:enable-team true", "/team8:enable-team false", "turn on agent teams", "disable teammates and todo tools".

multiple-code-reviewsskills/multiple-code-reviews/SKILL.md

Use when the user asks to review several pull requests at once with teammates, one teammate per PR, and then post the reviews as their own. Triggers on "review these PRs with teammates", "/team8:multiple-code-reviews <urls or titles>", a list of PR links followed by "review them", or a batch of stacked PRs from one author.

planskills/plan/SKILL.md

Use when a feature, subsystem or multi-step change needs a design and an implementation plan before anyone writes code — "plan this", "let's design X", "plan it with the team", "plan and then run it". Brainstorms the design with the user into a spec, then the lead writes the plan in the same session a task at a time, the tasks land on the shared list, and the user approves before team8:run executes.

runskills/run/SKILL.md

Use when a task list exists and the user asks to implement it, work through it, start on it, or run it — or when a session has settled on several pieces of work and the user asks to delegate them, hand them to teammates, or split them up as a team

tasksskills/tasks/SKILL.md

Use when breaking work into tasks — a feature, a migration, a review's findings, a plan — or when the user asks to make a task list, break something down, split work up, or turn analysis into tasks. Also when work is about to be handed to teammates or subagents.

test-driven-developmentskills/test-driven-development/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code

verification-before-completionskills/verification-before-completion/SKILL.md

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "team8",
  "version": "1.0.32",
  "description": "A live browser console for Claude Code agent teams — every teammate's transcript, tasks, mail and status in one window. Starts itself the first time a team is spawned.",
  "author": {
    "name": "alan-oliv",
    "email": "[email protected]"
  }
}

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

[team8 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/team8)