Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.claude-plugin/marketplace.json:45: The manifest docs describe plugins[].source as the parent directory for the skill folders, but here it points at the skill directory itself; if any consumer combines source + skills for resolution, this can produce incorrect paths (e.g., double-nesting).

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"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"
]
}
]
}
Loading