Agent Plugins Marketplace
All plugins

team-standards

v1.3.0

团队 AI 编程标配:编码规范(含安全红线)与架构规范(Go)、Go 开发规范(godev)、后端/前端测试规范、规格 skills(techspec、sddspec、tech-diagram-design)、团队知识库(kb skill + kb-reviewer + /kb-health)、提测命令、SDD 交付循环(/devloop + test-writer/reviewer/implementer 三角色,contract 按行为编号逐条收敛)

Claude Code9 Skills

1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 16, 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 team-standards 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 team-standards@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/RBowind/team-plugins

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

Plugin files

plugins/team-standards/
├── .claude-plugin/plugin.json
├── skills/godev/SKILL.md
├── skills/kb/SKILL.md
├── skills/sddspec/SKILL.md
├── skills/team-architecture-standards/SKILL.md
├── skills/team-code-standards/SKILL.md
├── skills/team-test-standards-backend/SKILL.md
├── skills/team-test-standards-frontend/SKILL.md
├── skills/tech-diagram-design/SKILL.md
└── skills/techspec/SKILL.md

Included Skills9

godevskills/godev/SKILL.md

仅当项目是 Go 或正在写 .go 文件时启用。提供 Google Go 风格指南(命名、格式、错误处理、并发、接口、测试、godoc、模块组织)的指导,并补充团队在错误通道、测试框架、工具链上的具体约定。

kbskills/kb/SKILL.md

维护团队知识库:检索跨服务知识、把一条结论沉淀成页面、更新已有页面、定状态、记知识缺口、做知识库体检。当用户说"更新知识库""这条要不要沉淀""知识库里写过没有""记个知识缺口""巡检/体检知识库""这段流程涉及哪些服务""退款的责任边界写在哪",或者在开发、评审、事故复盘中形成了一条跨服务、跨团队、以后还会被再问一次的结论时,都使用本 skill。服务内部实现、临时排查记录、个人笔记留在原处,不走这里。

sddspecskills/sddspec/SKILL.md

适用于"写 behaviorspec""从 PRD+techspec 生成行为契约 spec""自检 spec""review behaviorspec"等请求;输入是 PRD + techspec(复杂 feature),输出中文黑盒行为契约 spec + 交付 contract。spec 只放行为契约,是 AI 开发期间的 target;schema 变更归 contract。不处理实现代码、安全审计或执行;简单 feature(单 Jira 小改)不走;没 PRD/techspec 或需先探索方案时改用 brainstorming。

team-architecture-standardsskills/team-architecture-standards/SKILL.md

团队架构规范(Go)。设计新功能、划分模块、新建包、定义接口、跨模块改动、数据模型变更、技术选型时使用。含分层口径、层间契约与架构流程约束;大改动先按 techspec skill 出规格再动代码。

team-code-standardsskills/team-code-standards/SKILL.md

团队编码规范(含安全红线)。写代码、改代码、生成新文件时使用,编码任务必加载。约束命名、函数结构、错误处理、日志、依赖与格式;「安全红线」一节约束凭据、注入、权限、数据、供应链,违反即停。

team-test-standards-backendskills/team-test-standards-backend/SKILL.md

团队后端测试与 review 规范(Go)。写后端测试、补用例、自查或 review 后端代码改动时使用,让 AI 写出的测试对齐团队口径。含 test guide:BDD 分层、sprint contract 行为回链、集成测试四层断言清单、真实数据库断言、可选 mutation testing 验收;覆盖 ADDED/MODIFIED/REMOVED 三类变更。前端测试用 team-test-standards-frontend。

team-test-standards-frontendskills/team-test-standards-frontend/SKILL.md

团队前端测试与 review 规范。写前端测试、补用例、自查或 review 前端代码改动时使用,让 AI 写出的测试对齐团队口径。测试奖杯模型:单元(Vitest)、组件集成(Testing Library + MSW)、e2e(Playwright)、contract 回链。后端测试用 team-test-standards-backend。

tech-diagram-designskills/tech-diagram-design/SKILL.md

为技术规格、架构说明、流程说明和数据模型选择并设计高质量图示;当用户要求 architecture、flowchart、sequence、state machine、ER/data model、deployment、dependency graph、UML、Sankey、Kanban 或把 Mermaid、draw.io、Excalidraw 重绘成可交付图示时使用。此 skill 索引 cathrynlavery/diagram-design 的设计原则与参考目录;需要实际绘制时优先加载对应的上游参考资料。

techspecskills/techspec/SKILL.md

适用于“写 techspec”“把 PRD 变成 tech spec”“精简 spec”“review techspec”“重塑已有 techspec”等请求;输入是 PRD、techspec 草稿或零散需求,输出中文。不处理实现代码、安全审计或执行;没有 PRD、需要先探索方案时改用 brainstorming。

Plugin manifests1

plugins/team-standards/.claude-plugin/plugin.json
{
  "name": "team-standards",
  "description": "团队 AI 编程标配:编码规范(含安全红线)与架构规范(Go)、Go 开发规范(godev)、后端/前端测试规范、规格 skills(techspec、sddspec、tech-diagram-design)、团队知识库(kb skill + kb-reviewer + /kb-health)、提测命令、SDD 交付循环(/devloop + test-writer/reviewer/implementer 三角色,contract 按行为编号逐条收敛)",
  "version": "1.3.0"
}

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

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