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>
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "harness",
|
|
"description": "The team-architecture factory for Claude Code — a meta-skill that turns a domain description into an agent team and the skills they use, with six pre-defined team-architecture patterns (Pipeline, Fan-out/Fan-in, Expert Pool, Producer-Reviewer, Supervisor, Hierarchical Delegation). Claude Code용 팀 아키텍처 팩토리: 도메인 한 문장을 에이전트 팀과 스킬 세트로 변환하는 메타 스킬.",
|
|
"version": "1.3.0",
|
|
"author": {
|
|
"name": "ythong",
|
|
"url": "https://git.zioinfo.co.kr/ythong"
|
|
},
|
|
"homepage": "https://git.zioinfo.co.kr/ythong/harness",
|
|
"repository": "https://git.zioinfo.co.kr/ythong/harness",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"harness",
|
|
"harness-factory",
|
|
"team-architecture-factory",
|
|
"agent-team",
|
|
"skill-architect",
|
|
"meta-skill",
|
|
"orchestration",
|
|
"claude-code",
|
|
"claude-code-plugin",
|
|
"agent-scaffolding",
|
|
"multi-agent",
|
|
"pipeline",
|
|
"fan-out-fan-in",
|
|
"expert-pool",
|
|
"producer-reviewer",
|
|
"supervisor",
|
|
"hierarchical-delegation"
|
|
]
|
|
}
|