By Fomalhaut647
Two subskills for Claude Code agent team coordination — agent-team:lead orchestrates a team, agent-team:teammate guides each worker. Covers inbox sync protocol, no-nested-teams constraint, spawn templates, and the shutdown sequence. Optional reference docs layer the superpowers + code-review development workflow on top.
Use when the human user wants to coordinate multiple long-running Claude Code agents on the same project — same-feature multi-role collaboration, reviewer ↔ implementer fix loops, swarm-style work, anything beyond one-shot subagent fan-out. Triggers on "team", "swarm", "TeamCreate", "multi-agent", "coordinate agents", "have one agent do X while another does Y", "long-running collaboration", or whenever the user asks you to spawn workers that persist across turns. Use even if the user doesn't explicitly say "team" — if the work is naturally multi-agent and multi-turn, prefer this skill over plain subagent fan-out.
Use when spawned as a teammate in a Claude Code agent team — activated by a team lead's spawn instruction. Required reading for the inbox sync protocol, dispatch limits, and protocol-message responses that keep multi-agent coordination from drifting into stale-state race conditions. Invoke this skill as your FIRST action whenever a spawn prompt names you as a teammate, says you joined a team, gives you a team_name / inbox path, or instructs you to coordinate with other agents via SendMessage and a shared task list.
我个人的 Claude Code plugins marketplace。
/plugin marketplace add Fomalhaut647/plugins
之后可以在 /plugin > Discover 里浏览,或直接安装某个 plugin:
/plugin install <plugin-name>@fomalhaut647-plugins
| 名字 | 状态 | 说明 |
|---|---|---|
agent-team | v0.1.0 | 提供 lead / teammate 两个 subskill 协调长程多 agent 团队;可选 reference docs 叠加 superpowers + code-review 开发工作流 |
skill-simplifier | v0.1.0 | 审查 SKILL.md / CLAUDE.md 与上游知识源(系统提示词、Tool Description、其他 Skill、其他 CLAUDE.md)的重复并去重 |
.
├── .claude-plugin/
│ └── marketplace.json # marketplace 索引
├── LICENSE # 适用于本 marketplace 及所有 plugin
└── plugins/
└── <plugin-name>/
├── .claude-plugin/plugin.json
├── skills/ # 或 commands/ / agents/
├── README.md # 中文(双语主版本)
├── README.en.md # 英文镜像
├── CLAUDE.md # plugin 自己的贡献者指南
└── RELEASE-NOTES.md
每个 plugin 还可选 .mcp.json 等附加文件。完整 schema 见 官方 plugin 文档。
MIT —— 适用于本 marketplace 及所有 plugin。
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.
npx claudepluginhub fomalhaut647/plugins --plugin agent-teamAudit a SKILL.md (with optional references/) or CLAUDE.md and remove content that duplicates upstream knowledge sources — system prompt, Tool Descriptions, other Skills, other CLAUDE.md files.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation