Skip to content

Add sample plugins to marketplace.json#68

Merged
bmadcode merged 1 commit intomainfrom
sample-plugin
Apr 8, 2026
Merged

Add sample plugins to marketplace.json#68
bmadcode merged 1 commit intomainfrom
sample-plugin

Conversation

@bmadcode
Copy link
Copy Markdown
Contributor

@bmadcode bmadcode commented Apr 8, 2026

Summary

  • Add sample-plugins plugin entry with all 6 sample skills
  • Add standalone bmad-dream-weaver-agent plugin entry
  • For installer testing purposes

Test plan

  • Verify installer does not surface these plugins (marketplace.json is not read by installer)
  • Use as target repo for bmad installer integration tests

Summary by CodeRabbit

  • New Features
    • Two new plugin collections are now available in the marketplace. The sample plugins collection provides six tools: Code Coach for development assistance, Creative Muse for creative tasks, Diagram Reviewer for visualization analysis, Dream Weaver for ideation, Sentinel for monitoring, and Excalidraw for diagram creation. The specialized Dream Weaver Agent plugin has also been added.

Register all sample skills as a sample-plugins plugin and the dream weaver
as a standalone plugin for installer testing.
@bmadcode bmadcode merged commit b9b8229 into main Apr 8, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d62a2d76-1bb3-4348-89da-5f155005b023

📥 Commits

Reviewing files that changed from the base of the PR and between 32976fd and 81d5cd0.

📒 Files selected for processing (1)
  • .claude-plugin/marketplace.json

Walkthrough

Two new plugin entries were added to .claude-plugin/marketplace.json: sample-plugins (version 1.0.0, containing six sample skills) and bmad-dream-weaver-agent (version 1.0.0, containing one skill). No existing entries were removed or modified.

Changes

Cohort / File(s) Summary
Plugin Marketplace Configuration
.claude-plugin/marketplace.json
Added two new plugin entries: sample-plugins with six skills from ./samples directory, and bmad-dream-weaver-agent with a single skill from ./samples/bmad-agent-dream-weaver.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 Hoppity-hop, new plugins today!
Sample skills in every way,
Dream-weavers dancing through the code,
The marketplace grows down this road! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sample-plugin

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Apr 8, 2026

🤖 Augment PR Summary

Summary: Adds two new entries to .claude-plugin/marketplace.json to expose the repository’s sample skills as a grouped “sample-plugins” module and as a standalone “bmad-dream-weaver-agent” module.

Why: Provides stable, known manifest targets for installer/integration testing without changing the core builder plugin.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

},
{
"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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant