Archived
- 安裝 token 由 jsc@jsc-plugins 改為 jsc@code-review - plugin 名維持 jsc,故 /jsc:code-review 呼叫不變 - 兩個 marketplace.json 的 name 改為 code-review - 修正 .agents/plugins/marketplace.json 殘留的 template.git → code-review.git - README 所有 marketplace 指令同步更新 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "code-review",
|
|
"description": "JSC 跨 AI 助理共用 skills 的 Claude Code marketplace。",
|
|
"owner": {
|
|
"name": "JSC"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "jsc",
|
|
"source": "./",
|
|
"description": "JSC 共用 skills(跨 AI 助理)"
|
|
}
|
|
]
|
|
}
|