From 81d5cd0492335c6c527d5481f2ca6a4f0cb6db81 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Tue, 7 Apr 2026 19:51:30 -0500 Subject: [PATCH] Add sample-plugins and bmad-dream-weaver-agent to marketplace.json Register all sample skills as a sample-plugins plugin and the dream weaver as a standalone plugin for installer testing. --- .claude-plugin/marketplace.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 87f4845..b3d3c84 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -22,6 +22,35 @@ "./skills/bmad-module-builder", "./skills/bmad-workflow-builder" ] + }, + { + "name": "sample-plugins", + "source": "./samples", + "description": "Sample plugins demonstrating how to build BMad agents and skills. Includes a code coach, creative muse, diagram reviewer, dream weaver, sentinel, and excalidraw generator.", + "version": "1.0.0", + "author": { + "name": "Brian (BMad) Madison" + }, + "skills": [ + "./samples/bmad-agent-code-coach", + "./samples/bmad-agent-creative-muse", + "./samples/bmad-agent-diagram-reviewer", + "./samples/bmad-agent-dream-weaver", + "./samples/bmad-agent-sentinel", + "./samples/bmad-excalidraw" + ] + }, + { + "name": "bmad-dream-weaver-agent", + "source": "./samples/bmad-agent-dream-weaver", + "description": "Dream journaling and interpretation agent with lucid dreaming coaching, pattern discovery, symbol analysis, and recall training.", + "version": "1.0.0", + "author": { + "name": "Brian (BMad) Madison" + }, + "skills": [ + "./samples/bmad-agent-dream-weaver" + ] } ] }