26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"name": "archeflow",
|
|
"description": "Multi-agent orchestration with Jungian archetypes. PDCA quality cycles, shadow detection, git worktree isolation. Zero dependencies — works with any Claude Code session.",
|
|
"version": "0.7.0",
|
|
"author": {
|
|
"name": "Chris Nennemann"
|
|
},
|
|
"homepage": "https://git.xorwell.de/c/claude-archeflow-plugin",
|
|
"repository": "https://git.xorwell.de/c/claude-archeflow-plugin",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"orchestration", "multi-agent", "archetypes", "pdca",
|
|
"code-review", "quality", "worktrees", "jungian",
|
|
"shadow-detection", "workflows"
|
|
],
|
|
"skills": [
|
|
"run", "orchestration", "plan-phase", "do-phase", "check-phase", "act-phase",
|
|
"shadow-detection", "attention-filters", "convergence", "artifact-routing",
|
|
"process-log", "memory", "effectiveness", "progress",
|
|
"colette-bridge", "git-integration", "multi-project",
|
|
"custom-archetypes", "workflow-design", "domains", "cost-tracking",
|
|
"templates", "autonomous-mode", "using-archeflow", "presence"
|
|
],
|
|
"hooks": "hooks/hooks.json"
|
|
}
|