harness/.claude-plugin/marketplace.json
ythong cc46c4528e feat: split zio-harness into a standalone plugin
Move skills/zio-harness into plugins/zio-harness/ as a self-contained
plugin with its own .claude-plugin/plugin.json. Add a second marketplace
entry (zio-harness@1.0.0) and bump the harness plugin to 1.3.0 since it no
longer bundles zio-harness. Single ownership: harness ships only the
harness skill, zio-harness ships only the zio-harness skill.

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

23 lines
848 B
JSON

{
"name": "ythong-harness",
"owner": {
"name": "ythong",
"email": "ythong86@gmail.com",
"url": "https://git.zioinfo.co.kr/ythong"
},
"plugins": [
{
"name": "harness",
"source": "./",
"description": "에이전트 팀 & 스킬 아키텍트. 도메인/프로젝트에 맞는 하네스를 구성하고, 전문 에이전트를 정의하며, 에이전트가 사용할 스킬을 생성하는 메타 스킬.",
"version": "1.3.0"
},
{
"name": "zio-harness",
"source": "./plugins/zio-harness",
"description": "React + Spring Boot + Mobile App 풀스택 개발 하네스. orchestrator·analyst·bot·agent 에이전트 팀이 기능 개발·테스트·배포를 파이프라인으로 처리. PROJECT_MAP.md로 폴더 구조를 세션 간 기억.",
"version": "1.0.0"
}
]
}