From e45a8870f6eae3324cae9592410fc72c9623b78b Mon Sep 17 00:00:00 2001 From: "alexandre.azouri" Date: Thu, 7 May 2026 17:11:31 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20mettre=20=C3=A0=20jour=20le=20module=20?= =?UTF-8?q?bmad-orchestrator=20avec=20des=20comp=C3=A9tences=20et=20des=20?= =?UTF-8?q?mots-cl=C3=A9s=20am=C3=A9lior=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1fabdf0f6..9a055a588 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -70,6 +70,16 @@ "./src/bmm-skills/4-implementation/bmad-retrospective", "./src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests" ] + }, + { + "name": "bmad-orchestrator-module", + "source": "./", + "description": "Standalone BMAD orchestrator module for custom installs.", + "version": "1.0.0", + "author": { + "name": "Alex" + }, + "skills": ["./orchestrator/bmad-orchestrator"] } ] }