Agent Plugins Marketplace
All plugins

ateam

v3.16.0

Specialist AI agents orchestrated as a configurable team pipeline for Codex.

Codex12 Skills

By Yiming WuLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
12 skill or MCP entries
Source updated
Sep 22, 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 ateam for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add ateam@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “ateam” remain stable.

  • Codex: ateam@agent-plugin-marketplaceateam@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/yimwoo/codex-agenteam/
├── .codex-plugin/plugin.json
├── skills/add-member/SKILL.md
├── skills/assign/SKILL.md
├── skills/ci-repair/SKILL.md
├── skills/deepdive/SKILL.md
├── skills/generate/SKILL.md
├── skills/init/SKILL.md
├── skills/resume/SKILL.md
├── skills/run/SKILL.md
├── skills/share-config/SKILL.md
├── skills/standup/SKILL.md
├── skills/status/SKILL.md
└── skills/using-ateam/SKILL.md

Included Skills12

add-memberskills/add-member/SKILL.md

Add a new team member. Describe what you need and ATeam infers the config.

assignskills/assign/SKILL.md

Assign a task to a specific role on your team.

ci-repairskills/ci-repair/SKILL.md

Fix CI failures by fetching GitHub Actions logs, dispatching dev to fix, verifying locally, and pushing.

deepdiveskills/deepdive/SKILL.md

Full specialist analysis via parallel agent dispatch. Researcher, Architect, and PM produce a prioritized report of what to build next (30-60s).

generateskills/generate/SKILL.md

Regenerate .codex/agents/*.toml from agenteam.yaml and plugin defaults.

initskills/init/SKILL.md

Initialize team config for a project. Creates .agenteam/config.yaml (or legacy agenteam.yaml) and generates .codex/agents/*.toml.

resumeskills/resume/SKILL.md

Resume an interrupted AgenTeam run with verify-first strategy.

runskills/run/SKILL.md

Run a full pipeline for a task. Orchestrates roles through stages (standalone or HOTL-integrated).

share-configskills/share-config/SKILL.md

Promote local config to a shared team config that can be committed to git.

standupskills/standup/SKILL.md

Quick project status report synthesized from state files, artifacts, and git activity. No agent dispatch (<2s).

statusskills/status/SKILL.md

Show the current state of a run — stages, roles, write locks, and gates.

using-ateamskills/using-ateam/SKILL.md

Router skill for AgenTeam. Maps user intent to the appropriate skill and role.

Plugin manifests1

plugins/yimwoo/codex-agenteam/.codex-plugin/plugin.json
{
  "name": "ateam",
  "version": "3.16.0",
  "description": "Specialist AI agents orchestrated as a configurable team pipeline for Codex.",
  "author": {
    "name": "Yiming Wu",
    "url": "https://github.com/yimwoo"
  },
  "repository": "https://github.com/yimwoo/codex-agenteam",
  "license": "MIT",
  "keywords": [
    "team",
    "roles",
    "collaboration",
    "researcher",
    "pm",
    "architect",
    "dev",
    "reviewer",
    "qa",
    "pipeline",
    "agents",
    "orchestration"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "ATeam",
    "shortDescription": "AI dev team -- @Researcher, @Pm, @Architect, @Dev, @Qa, @Reviewer.",
    "longDescription": "ATeam provides specialist roles as Codex agents. Talk to @Architect, @Reviewer, @Pm directly, or use @ATeam to run the full pipeline. Configure roles, write policies, and custom team members via .agenteam/config.yaml.",
    "developerName": "Yiming Wu",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Build my team",
      "Refactor this codebase to be more maintainable",
      "Add a security auditor to the team"
    ],
    "websiteURL": "https://github.com/yimwoo/codex-agenteam",
    "brandColor": "#2563EB",
    "composerIcon": "./assets/agenteam-icon.png",
    "logo": "./assets/agenteam-icon.png"
  }
}

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

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