By codeApe-7
Orchestrate an AI team of specialist agents with shared skills, staged delegation pipeline, slash commands, hooks, and code review workflows directly inside Claude Code.
You are a Senior Accessibility Architect. Your goal is to ensure that every digital product is Perceivable, Operable, Understandable, and Robust (POUR) for all users, including those with visual, auditory, motor, or cognitive disabilities.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when fine-tuning LLMs, training custom models, or adapting foundation models for specific tasks. Invoke for configuring LoRA/QLoRA adapters, preparing JSONL training datasets, setting hyperparameters for fine-tuning runs, adapter training, transfer learning, finetuning with Hugging Face PEFT, OpenAI fine-tuning, instruction tuning, RLHF, DPO, or quantizing and deploying fine-tuned models. Trigger terms include: LoRA, QLoRA, PEFT, finetuning, fine-tuning, adapter tuning, LLM training, model training, custom model.
Designs and implements production-grade ML pipeline infrastructure: configures experiment tracking with MLflow or Weights & Biases, creates Kubeflow or Airflow DAGs for training orchestration, builds feature store schemas with Feast, deploys model registries, and automates retraining and validation workflows. Use when building ML pipelines, orchestrating training workflows, automating model lifecycle, implementing feature stores, managing experiment tracking systems, setting up DVC for data versioning, tuning hyperparameters, or configuring MLOps tooling like Kubeflow, Airflow, MLflow, or Prefect.
Designs and implements production-grade RAG systems by chunking documents, generating embeddings, configuring vector stores, building hybrid search pipelines, applying reranking, and evaluating retrieval quality. Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic search, document retrieval, context augmentation, similarity search, or embedding-based indexing.
Use when writing Spark jobs, debugging performance issues, or configuring cluster settings for Apache Spark applications, distributed data processing pipelines, or big data workloads. Invoke to write DataFrame transformations, optimize Spark SQL queries, implement RDD pipelines, tune shuffle operations, configure executor memory, process .parquet files, handle data partitioning, or build structured streaming analytics.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
双端 AI 团队协作框架:主会话接收需求,先组建 Agent Team,再按任务类型派遣专项 agent 执行。 Claude Code 与 Codex 共享同一份 agent / skill / docs 主源,各自薄适配层接入。 重场景走 phase 心智模型(按需裁剪);轻量任务走
/plan、/review、/fix-build、/tdd的最小团队流程。
| Harness | 入口 | Agent 启用位置 | 启动 |
|---|---|---|---|
| Claude Code | CLAUDE.md | .claude/agents/<name>.md(init 时按需选,按 Agent Team 协议组队) | claude |
| Codex CLI | AGENTS.md | .codex/agents/<persona>.toml(3 个原生 persona) | codex |
两端共享 agents/(源池)/ skills/ / docs/ / scripts/ / .orchestration/<session>/。派遣规则单一事实源:docs/rules/agents.md。
| 依赖 | 用途 |
|---|---|
| Claude Code 或 Codex CLI | AI Agent 运行时 |
| Node.js 18+ | CLI 工具 |
| Git 2.x | 版本控制 |
| Bash 4+ | 协调脚本(Windows 用 Git Bash) |
# 推荐:全局安装
npm install -g aigroup-workflow
aig init # 交互式选择:harness / skill 模块 / agent 模块
# 或:npx 一次性
npx aigroup-workflow init
# 或:克隆开发
git clone https://github.com/codeApe-7/ai-agent-workflowGroup.git
aig init 会让你选:
aig init # 初始化(交互式)
aig init --yes # 跳过确认,用默认配置
aig update # 增量更新(保留自定义)
aig check # Harness 健康检查
aig status # 查看活跃 session
aig help # 帮助
aig是aigroup的短别名。npx 用户用npx aigroup-workflow <命令>。
agent 体系两端共享一份——单一 manifest 驱动的源池 + 选装机制。Claude Code 端通过 .claude/settings.json 启用 CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1,由主会话担任 Team Lead,按 docs/rules/agents.md 组队、spawn teammates、并行协作、合并结论。Agent Teams 需要 Claude Code v2.1.32+;低版本按同一拓扑回退为 subagent 派遣。
| Agent | 用途 |
|---|---|
planner | 实现规划 — 复杂功能、重构 |
architect | 系统设计 — 架构决策 |
tdd-guide | 测试驱动开发 — 新功能、bug 修复 |
code-reviewer | 代码审查 — 编写代码后 |
security-reviewer | 安全分析 — 提交前 |
build-error-resolver | 修复构建 / 类型 / 依赖错误 |
e2e-runner | E2E 测试 — 关键用户流程 |
refactor-cleaner | 死代码清理 — 代码维护 |
doc-updater | 文档更新 |
rust-reviewer | Rust 代码审查 |
init-architect | 项目专属(/init-project 用) |
get-current-datetime | 工具 agent |
详细 handoff 内容、并行场景、反模式见
docs/rules/agents.md。
| 模块 | agent 数 | 内容 |
|---|---|---|
agents-quality | 8 | code-explorer / code-architect / refactor / 静默失败 / 性能 等 |
agents-language | 15 | cpp / go / java / kotlin / python / rust / typescript / ... 各语言 reviewer 与 build-resolver |
agents-ops | 6 | chief-of-staff / database-reviewer / docs-lookup / harness-optimizer / loop-operator / pr-test-analyzer |
agents-domain | 9 | a11y / healthcare / opensource / gan-* / seo |
源池 agents/ 共 50 个 agent,覆盖完整 agent 模块清单。
方式一:自然语言(推荐)
你: 帮我审一下登录模块
→ Claude Code:启动 Review Team,派遣 code-reviewer + security-reviewer 并行
→ Codex:/agent reviewer,加载 skills/security-reviewer/SKILL.md
你: build 挂了
→ Claude Code:启动 Build Recovery Team,派遣 build-error-resolver → code-reviewer
→ Codex:主对话 + 加载 skills/systematic-debugging/SKILL.md
你: 帮我规划用户认证系统
→ Claude Code:启动 Feature Team,planner → architect → tdd-guide → code-reviewer
→ Codex:主对话规划,必要时 /agent reviewer 审查
方式二:显式点名
你: 让 tdd-guide 把用户模块按 TDD 实现
你: 请 security-reviewer 审一下 auth 流程
你: 让 doc-updater 把 README 同步一下
方式三:斜杠命令(Claude Code 专享)
# 重场景(建 session、按 phase 裁剪)
/workflow-start <任务名> # ≥2 worker 协作的完整流程
/init-project <名称> # 项目 AI 上下文初始化
# 轻量场景(最小团队,不建 session)
/plan <任务> # Planning Team
/review # Review Team(双阶段)
/fix-build # Build Recovery Team
/tdd <功能> # Delivery Team:Red→Green→Refactor
# 工具
/git-commit # 智能 Git 提交(Conventional Commits)
Codex 端无 slash command,对应操作通过自然语言或
/agent完成。
.codex/agents/ 下 3 个 TOML——仅在需要切换 sandbox / reasoning_effort 时使用:
| Persona | sandbox | reasoning | 用途 |
|---|---|---|---|
explorer | read-only | medium | 证据收集、执行路径追踪 |
reviewer | read-only | high | 代码 + 安全审查 |
docs_researcher | read-only | medium | API / 文档查证(带网络) |
不存在"Claude agent ↔ Codex role 对照表"——agent 体系本就单一。详见 .codex/AGENTS.md。
npx claudepluginhub codeape-7/ai-agent-workflowgroupOrchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Intelligently compose and deploy Claude Code Agent Teams. Auto-selects optimal team composition from 24+ agents and 83+ skills across 5 scopes, generates task dependency graphs, and orchestrates multi-agent workflows with a single command.
Multi-agent team orchestration for parallel task execution, research, and implementation
Multi-agent team orchestration for Claude Code. Set up parallel AI agent teams with file-based planning, progress tracking, and role-based collaboration.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Interactive skill that analyzes a task, proposes an agent team composition, and creates the team after user confirmation