harness/.claude-plugin/marketplace.json
ythong d12d814ab6 fix: remove broken zio-harness entry from marketplace.json
zio-harness source dir lacks .claude-plugin/plugin.json, so it could not
install as a standalone plugin. It remains available as a skill bundled
in the harness plugin.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 16:38:23 +09:00

17 lines
486 B
JSON

{
"name": "harness-marketplace",
"owner": {
"name": "ythong",
"email": "ythong86@gmail.com",
"url": "https://git.zioinfo.co.kr/ythong"
},
"plugins": [
{
"name": "harness",
"source": "./",
"description": "에이전트 팀 & 스킬 아키텍트. 도메인/프로젝트에 맞는 하네스를 구성하고, 전문 에이전트를 정의하며, 에이전트가 사용할 스킬을 생성하는 메타 스킬.",
"version": "1.2.0"
}
]
}