Create B12 Logo generator plugin - #4
Conversation
…ugin # Conflicts: # .agents/plugins/marketplace.json
| @@ -0,0 +1,12 @@ | |||
| { | |||
There was a problem hiding this comment.
Just curious: Why include a claude-plugin here if we did not include it for Blog generator?
There was a problem hiding this comment.
It's added for Claude code since I used Claude code to scaffold logo generator. .claude-plugin/plugin.json and the marketplace entry are what allow the plugin to be installed there, so the same skill can be used on both platforms without maintaining a second copy.
Blog doesn’t have this because it was scaffolded with the @plugin-creator skill in Codex, which only creates .codex-plugin/. The skill itself already works in Claude Code (I tested it with claude --plugin-dir); it just can’t be installed without the manifest and marketplace entry.
The two namespaces are independent — Codex uses .codex-plugin/ and Claude Code uses .claude-plugin/ — so this doesn’t affect the Codex submission. Let me know if you want to add this also to the Blog generator in a separate PR so they will be consistent.
There was a problem hiding this comment.
Lets scope out claude plugin changes from this PR and ship separately. I would like to understand its impact before we ship that change.
| "repository": "https://github.com/b12io/b12-claude-plugin", | ||
| "license": "Apache-2.0", | ||
| "keywords": ["website", "b12", "hosting", "web-design"] | ||
| }, |
There was a problem hiding this comment.
Just curious: Why include a claude-plugin here if we did not include it for Blog generator?
There was a problem hiding this comment.
same with explanation above.
There was a problem hiding this comment.
Lets scope out claude plugin changes from this PR and ship separately. I would like to understand its impact before we ship that change.
Uh oh!
There was an error while loading. Please reload this page.