agent-team
v0.3.0十角色软件开发 agent team:项目经理为主会话,分层派发,顺序受门禁强制,业务验收独立成线。
By hangwenleiLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 21, 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 agent-team for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-team@agent-plugin-marketplacePaste 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/hangwenlei/agent-teamClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/at-api-contract/SKILL.md├── skills/at-contract-format/SKILL.md└── skills/at-handoff-package/SKILL.md
Included Skills3
前后端共读的接口契约格式。先定契约再各写各的,避免两边各写一套对不上的接口。
00-contract.md 的结构与那条唯一不可让步的规矩——第 1 节逐字照抄用户原话。
角色之间派发工作时的交接包格式。任何一次 Agent 派发的提示词都按这六项组织。
Plugin manifests1
{
"name": "agent-team",
"description": "十角色软件开发 agent team:项目经理为主会话,分层派发,顺序受门禁强制,业务验收独立成线。",
"version": "0.3.0",
"author": {
"name": "hangwenlei",
"email": "[email protected]"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-team on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-team)