Add B12 plugin via external repo reference#146
Open
clowreed wants to merge 3 commits into
Open
Conversation
69d6dea to
3607e21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonpointing 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