将项目级的 Ratchet/约定检测方法论融入 req-test-gate 技能, 通过 /req 流程三个节点自动触发(dev 环境检测、cr 约定建议、test Gate 0B), 无需手动记忆执行。 新增文档:harness-engineering.md、ratchet-pattern.md、convention-flow.md、 project-bootstrap.md 及 4 个模板(ratchet/convention 脚本、GATES.md、pre-commit)。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
409 lines
12 KiB
JSON
409 lines
12 KiB
JSON
{
|
||
"name": "coolbuy-claude-plugins",
|
||
"owner": {
|
||
"name": "Donglin Lai (qiudl)",
|
||
"email": "qiudl@zhiyuncai.com"
|
||
},
|
||
"metadata": {
|
||
"description": "Custom Claude Code plugins for development workflows, DevOps, and business operations",
|
||
"version": "1.0.0",
|
||
"pluginRoot": "."
|
||
},
|
||
"plugins": [
|
||
{
|
||
"name": "ai-proj-plugin",
|
||
"source": "./skills-core/ai-proj-plugin",
|
||
"description": "AI project management via REST API. Works out of the box!",
|
||
"version": "2.0.1",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "publish-plugin",
|
||
"source": "./skills-core/publish-plugin",
|
||
"description": "发布 ai-proj-helper 技能市场更新并通知飞书群。当用户提到发布、publish、更新技能市场时自动激活。",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "agent-browser-plugin",
|
||
"source": "./skills-dev/agent-browser-plugin",
|
||
"description": "浏览器自动化技能。用于网页交互、E2E冒烟测试、需求验收验证、前端开发验证、截图对比。基于 Vercel agent-browser CLI。",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "dev-arch-plugin",
|
||
"source": "./skills-dev/dev-arch-plugin",
|
||
"description": "Plugin for dev-arch",
|
||
"version": "1.0.0",
|
||
"category": "development",
|
||
"keywords": [
|
||
"development",
|
||
"coding",
|
||
"workflow"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "dev-coding-plugin",
|
||
"source": "./skills-dev/dev-coding-plugin",
|
||
"description": "Plugin for dev-coding",
|
||
"version": "1.0.0",
|
||
"category": "development",
|
||
"keywords": [
|
||
"development",
|
||
"coding",
|
||
"workflow"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "dev-test-plugin",
|
||
"source": "./skills-dev/dev-test-plugin",
|
||
"description": "软件测试技能。用于单元测试、集成测试、E2E测试、测试用例设计。支持 Go、Vue、React、iOS、Android 等多平台测试。",
|
||
"version": "2.0.0",
|
||
"category": "development",
|
||
"keywords": [
|
||
"development",
|
||
"coding",
|
||
"workflow"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "pull-request-plugin",
|
||
"source": "./skills-dev/pull-request-plugin",
|
||
"description": "Plugin for pr",
|
||
"version": "1.0.0",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-dev-plugin",
|
||
"source": "./skills-req/req-dev-plugin",
|
||
"description": "Plugin for req-dev",
|
||
"version": "1.0.0",
|
||
"category": "development",
|
||
"keywords": [
|
||
"development",
|
||
"coding",
|
||
"workflow"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-plugin",
|
||
"source": "./skills-req/req-plugin",
|
||
"description": "需求工作流管理入口。用于 /req 命令使用、需求生命周期管理、需求撰写(含草稿门禁)。",
|
||
"version": "2.0.0",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-prd-plugin",
|
||
"source": "./skills-req/req-prd-plugin",
|
||
"description": "Plugin for req-prd",
|
||
"version": "1.0.0",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-prototype-plugin",
|
||
"source": "./skills-req/req-prototype-plugin",
|
||
"description": "Stitch 原型生成与迭代。基于 PRD 文档自动生成 UI 原型。",
|
||
"version": "1.0.0",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-review-plugin",
|
||
"source": "./skills-req/req-review-plugin",
|
||
"description": "PRD 评审方法论。用于需求评审、PRD 文档审查、评审意见编写。",
|
||
"version": "1.0.0",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-test-gate-plugin",
|
||
"source": "./skills-req/req-test-gate-plugin",
|
||
"description": "测试与质量门禁制度。覆盖需求级测试(Gates 1-5)、部署级验证(Deploy Gates)、持续回归(Regression)、Harness Engineering 工程约束方法论(Ratchet、约定建立、门禁层级)。",
|
||
"version": "1.0.0",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-workflow-plugin",
|
||
"source": "./skills-req/req-workflow-plugin",
|
||
"description": "需求完整工作流。从创建到归档的完整流程、Hook 自动同步、测试环境流程。",
|
||
"version": "1.0.0",
|
||
"category": "productivity",
|
||
"keywords": [
|
||
"project-management",
|
||
"tasks",
|
||
"requirements"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "data-excel-plugin",
|
||
"source": "./skills-integration/data-excel-plugin",
|
||
"description": "Plugin for data-excel",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "doubao-voice-plugin",
|
||
"source": "./skills-integration/doubao-voice-plugin",
|
||
"description": "Doubao (豆包) Voice API integration for TTS and ASR",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "feishu-bitable-plugin",
|
||
"source": "./skills-integration/feishu-bitable-plugin",
|
||
"description": "飞书多维表格操作。用于记录增删改查、批量操作、筛选排序、数据同步。当需要操作飞书多维表格时使用。",
|
||
"version": "1.0.0",
|
||
"category": "integration",
|
||
"keywords": [
|
||
"integration",
|
||
"automation",
|
||
"productivity"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "feishu-docx-plugin",
|
||
"source": "./skills-integration/feishu-docx-plugin",
|
||
"description": "飞书云文档操作。用于创建、编辑云文档,插入内容块,会议纪要生成。当需要操作飞书云文档时使用。",
|
||
"version": "1.0.0",
|
||
"category": "integration",
|
||
"keywords": [
|
||
"integration",
|
||
"automation",
|
||
"productivity"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "feishu-plugin",
|
||
"source": "./skills-integration/feishu-plugin",
|
||
"description": "飞书多维表格快捷操作。通过自然语言实现多维表格的增删改查、数据同步、批量操作等功能。当用户提到飞书、多维表格、Bitable、飞书表格相关任务时自动激活。",
|
||
"version": "1.1.0",
|
||
"category": "integration",
|
||
"keywords": [
|
||
"integration",
|
||
"automation",
|
||
"productivity"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "siyuan-plugin",
|
||
"source": "./skills-integration/siyuan-plugin",
|
||
"description": "Plugin for siyuan",
|
||
"version": "1.0.0",
|
||
"category": "integration",
|
||
"keywords": [
|
||
"integration",
|
||
"automation",
|
||
"productivity"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "siyuan-to-feishu-plugin",
|
||
"source": "./skills-integration/siyuan-to-feishu-plugin",
|
||
"description": "将思源笔记导出为 PDF 并发送到飞书群。当用户提到发送笔记、导出PDF发飞书、/siyuan send、分享到飞书相关任务时自动激活。",
|
||
"version": "1.0.0",
|
||
"category": "integration",
|
||
"keywords": [
|
||
"integration",
|
||
"automation",
|
||
"productivity"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "wecom-plugin",
|
||
"source": "./skills-integration/wecom-plugin",
|
||
"description": "企业微信集成。通过自然语言发送消息、管理群机器人、操作审批流程、管理通讯录。当用户提到企业微信、微信工作、群机器人、企业号、wecom相关任务时自动激活。",
|
||
"version": "1.0.0",
|
||
"category": "integration",
|
||
"keywords": [
|
||
"integration",
|
||
"automation",
|
||
"productivity"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "biz-contract-plugin",
|
||
"source": "./skills-biz/biz-contract-plugin",
|
||
"description": "商务合同撰写。支持多种合同类型:软件订阅合同、软件定制开发合同、物流合同、销售服务合同、贸易合同等。当用户提到合同、协议、签约、合作协议相关任务时自动激活。",
|
||
"version": "1.0.0",
|
||
"category": "business",
|
||
"keywords": [
|
||
"business",
|
||
"planning",
|
||
"contracts"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "biz-ops-plugin",
|
||
"source": "./skills-biz/biz-ops-plugin",
|
||
"description": "商务运营技能。支持商业计划书(BP)撰写和商务合同起草。当用户提到商业计划书、BP、融资计划、商业模式、合同、协议、签约等相关任务时自动激活。",
|
||
"version": "1.0.0",
|
||
"category": "devops",
|
||
"keywords": [
|
||
"devops",
|
||
"deployment",
|
||
"operations"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "biz-plan-plugin",
|
||
"source": "./skills-biz/biz-plan-plugin",
|
||
"description": "Plugin for biz-plan",
|
||
"version": "1.0.0",
|
||
"category": "business",
|
||
"keywords": [
|
||
"business",
|
||
"planning",
|
||
"contracts"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "finance-plugin",
|
||
"source": "./skills-biz/finance-plugin",
|
||
"description": "Plugin for finance",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "gitea-plugin",
|
||
"source": "./skills-personal/gitea-plugin",
|
||
"description": "Gitea 代码托管与 CI/CD 管理。用于 Gitea Actions workflow 管理、Runner 管理、PR 操作、仓库配置。",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "openclaw-plugin",
|
||
"source": "./skills-personal/openclaw-plugin",
|
||
"description": "OpenClaw (龙虾) 远程 AI 计算调度系统 - 概念设计与运维管理",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "ops-tools-plugin",
|
||
"source": "./skills-personal/ops-tools-plugin",
|
||
"description": "Plugin for ops-tools",
|
||
"version": "1.0.0",
|
||
"category": "devops",
|
||
"keywords": [
|
||
"devops",
|
||
"deployment",
|
||
"operations"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "qiudl-personal-plugin",
|
||
"source": "./skills-personal/qiudl-personal-plugin",
|
||
"description": "Plugin for qiudl-personal",
|
||
"version": "1.0.0",
|
||
"category": "utility",
|
||
"keywords": [
|
||
"utility",
|
||
"tools"
|
||
],
|
||
"strict": false
|
||
},
|
||
{
|
||
"name": "req-deploy-plugin",
|
||
"source": "./skills-personal/req-deploy-plugin",
|
||
"description": "Plugin for req-deploy",
|
||
"version": "1.0.0",
|
||
"category": "devops",
|
||
"keywords": [
|
||
"devops",
|
||
"deployment",
|
||
"operations"
|
||
],
|
||
"strict": false
|
||
}
|
||
]
|
||
} |