From 55a6ba14c9d7a5ac5df0fc37819c6ac4264ca17d Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Mon, 6 Apr 2026 18:47:20 +0200 Subject: [PATCH] feat: add Claude plugin marketplace metadata --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..beb8be0 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,16 @@ +{ + "name": "claude-archeflow-plugin", + "description": "ArcheFlow plugin marketplace", + "plugins": [ + { + "name": "archeflow", + "description": "Multi-agent orchestration with Jungian archetypes. PDCA quality cycles, shadow detection, git worktree isolation.", + "version": "0.3.0", + "path": ".", + "keywords": [ + "orchestration", "multi-agent", "archetypes", "pdca", + "code-review", "quality", "worktrees", "shadow-detection" + ] + } + ] +}