Files
ai-proj-helper/CLAUDE.md
John Qiu dcdae8c636 chore(marketplace): add publish-plugin, rewrite init.sh, cleanup obsolete plugins
- Add publish-plugin: marketplace publish + Feishu bot notification
- Rewrite init.sh: SSE-first, fixed prod API, remove env selection
- Update CLAUDE.md, README.md, claude-config.yaml
- Update skills: req-plugin, req-prd-plugin, pull-request-plugin
- Delete sync-skills.sh (obsolete)
- Delete deprecated plugins: skills-ops/*, skills-projects/*, old skills-dev/req duplicates
- Regenerate marketplace.json (27 plugins)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 15:09:07 +10:30

1.6 KiB
Raw Blame History

ai-proj-helper

Claude Code 技能市场 + MCP 配置管理工具。

快速开始

./init.sh

交互式配置 MCP 连接(默认 SSE 模式)。支持命令行参数:

./init.sh --mode sse --token aiproj_pk_xxx

目录结构

ai-proj-helper/
├── skills-core/           # 基础设施 (1): ai-proj
├── skills-dev/            # 开发 (4): dev-arch, dev-coding, dev-test, pull-request
├── skills-req/            # 需求 (4): req, req-prd, req-dev, req-test-gate
├── skills-integration/    # 集成 (8): feishu, feishu-bitable, feishu-docx, wecom, siyuan, siyuan-to-feishu, data-excel, doubao-voice
├── skills-biz/            # 商务 (4): biz-contract, biz-ops, biz-plan, finance
├── skills-personal/       # 个人(.gitignore 排除)
├── claude-config.yaml     # 技能启用/禁用 + MCP 配置
├── init.sh                # MCP 初始化
└── generate-marketplace.py

添加新技能

  1. 在对应分类目录下创建 <name>-plugin/ 目录
  2. 创建 .claude-plugin/plugin.jsonskills/SKILL.md
  3. 运行 python3 generate-marketplace.py 重新生成 marketplace.json

禁用技能

编辑 claude-config.yaml

skills:
  disabled:
    - "biz-ops-plugin"

重新运行 ./init.shpython3 generate-marketplace.py

技能目录说明

  • skills-personal/ 不被 Git 跟踪,用于存放个人配置和工具
  • 其余 skills-* 目录均由 Git 版本控制
  • 所有目录都会被 generate-marketplace.py 自动扫描并加入 marketplace.json