Agent Plugins Marketplace
All plugins

away-team

v0.1.23

Bug-fixing agent crew for GitHub Copilot and Claude Code: an orchestrator that beams down mapper, investigator, basher and pr-writer.

Claude Code3 Skills

By scotscottmcaLicense: MIT0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 away-team 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 away-team@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/scotscottmca/away-team

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

Plugin files

dist/claude/
├── .claude-plugin/plugin.json
├── skills/away-team/SKILL.md
├── skills/codemap/SKILL.md
└── skills/pr-format/SKILL.md

Included Skills3

away-teamskills/away-team/SKILL.md

The Away Team orchestrator and default entry point for any bug, investigation, fix or PR request. Classifies the request and beams down the right specialist (away-team-mapper, away-team-investigator, away-team-basher, away-team-pr-writer). Never edits code itself.

codemapskills/codemap/SKILL.md

Template and rules for docs/CODEMAP.md, the persistent architecture map the mapper agent writes and investigator/basher read. Use when creating, refreshing or reading a code map, or when asked how a solution hangs together.

pr-formatskills/pr-format/SKILL.md

House pull-request format. Conventional-commit title, short TL;DR body, full technical breakdown as PR review comments, plus the gh commands to post them. Use when writing, updating or reviewing a PR description.

Plugin manifests1

dist/claude/.claude-plugin/plugin.json
{
  "name": "away-team",
  "version": "0.1.23",
  "description": "Bug-fixing agent crew for GitHub Copilot and Claude Code: an orchestrator that beams down mapper, investigator, basher and pr-writer.",
  "author": {
    "name": "scotscottmca",
    "url": "https://github.com/scotscottmca"
  },
  "homepage": "https://github.com/scotscottmca/away-team",
  "repository": "https://github.com/scotscottmca/away-team",
  "license": "MIT",
  "keywords": [
    "copilot",
    "claude-code",
    "agents",
    "subagents",
    "debugging",
    "root-cause",
    "pull-request",
    "skills"
  ]
}

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

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