Skip to content

Add B12 plugin via external repo reference#146

Open
clowreed wants to merge 3 commits into
anthropics:mainfrom
b12io:add-partner-built-b12-plugin
Open

Add B12 plugin via external repo reference#146
clowreed wants to merge 3 commits into
anthropics:mainfrom
b12io:add-partner-built-b12-plugin

Conversation

@clowreed
Copy link
Copy Markdown

@clowreed clowreed commented Mar 20, 2026

Adds B12 as a partner plugin via external repo reference, following the same pattern as Planetscale, Zapier, Intercom, and other recent partner plugins.

What changed

Instead of embedding skill files in partner-built/b12/, this PR adds a single entry to the root .claude-plugin/marketplace.json pointing to the external B12 plugin repo:

{
  "name": "b12-claude-plugin",
  "description": "B12 plugin with two skills: Website Generator (create a B12 website from a brief description) and B12 Website Editor (edit a live B12 site via browser in Claude Cowork).",
  "author": { "name": "B12.io" },
  "source": {
    "source": "url",
    "url": "https://github.com/b12io/b12-claude-plugin.git",
    "sha": "a53638c2b23b82c6be7c4e5b1e3cecd6a59f9fb8"
  },
  "homepage": "https://b12.io"
}

Plugin repo

https://github.com/b12io/b12-claude-plugin

@clowreed clowreed changed the title Add B12 partner-built plugin — AI website generator Add B12 plugin via external repo reference May 15, 2026
@clowreed clowreed force-pushed the add-partner-built-b12-plugin branch from 69d6dea to 3607e21 Compare May 22, 2026 04:08
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