refactor: 合并 claude-marketplace,重构目录结构为单一仓库
- 重命名 plugins/ → skills/,个人插件迁移到 skills-personal/(gitignore) - 更新 generate-marketplace.py 支持 config 读取和 skills-personal 扫描 - 新增 claude-config.yaml(技能启用/禁用 + MCP 配置) - 新增 init.sh(交互式 MCP 初始化,支持 stdio/SSE 模式) - 新增 CLAUDE.md 项目说明 - 重写 README.md 反映新结构 - 删除过时脚本:PUSH.sh、generate-marketplace.sh、convert-skills.sh Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
8
skills/req-deploy-plugin/.claude-plugin/plugin.json
Normal file
8
skills/req-deploy-plugin/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "req-deploy-plugin",
|
||||
"description": "Plugin for req-deploy",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "qiudl"
|
||||
}
|
||||
}
|
||||
18
skills/req-deploy-plugin/skill.json
Normal file
18
skills/req-deploy-plugin/skill.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "req-deploy",
|
||||
"version": "1.0.0",
|
||||
"description": "需求部署技能。用于 Docker 镜像构建、Staging/Production 环境部署、API 验证、前端截图验证、部署文档创建。当用户执行 /req deploy 或需要部署需求时自动激活。",
|
||||
"triggerPatterns": [
|
||||
"部署",
|
||||
"deploy",
|
||||
"staging",
|
||||
"production",
|
||||
"镜像构建",
|
||||
"docker build",
|
||||
"Jenkins",
|
||||
"生产环境",
|
||||
"预发布"
|
||||
],
|
||||
"autoActivate": false,
|
||||
"hidden": false
|
||||
}
|
||||
1957
skills/req-deploy-plugin/skills/SKILL.md
Normal file
1957
skills/req-deploy-plugin/skills/SKILL.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user