chore: prep plugin manifests for Anthropic marketplace submission#8
Open
joshkauffman wants to merge 2 commits into
Open
chore: prep plugin manifests for Anthropic marketplace submission#8joshkauffman wants to merge 2 commits into
joshkauffman wants to merge 2 commits into
Conversation
Contributor
joshkauffman
commented
May 11, 2026
- marketplace.json: move description to top-level (was under metadata), add $schema, add category/author/homepage/repository/license/keywords to plugin entry for full discoverability in the marketplace UI
- plugin.json: fix author.url → author.email (url is not in schema), expand keywords to include ethereum/solana/web3
- README.md: use GitHub shorthand for marketplace add command, add @marketplace qualifier to plugin install command
- marketplace.json: move description to top-level (was under metadata), add $schema, add category/author/homepage/repository/license/keywords to plugin entry for full discoverability in the marketplace UI - plugin.json: fix author.url → author.email (url is not in schema), expand keywords to include ethereum/solana/web3 - README.md: use GitHub shorthand for marketplace add command, add @marketplace qualifier to plugin install command Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
maoueh
reviewed
May 11, 2026
Contributor
maoueh
left a comment
There was a problem hiding this comment.
Didn't you talked about a plugin plugin-manifest.json file that was also needed?
Add a plugin-manifest.json file following the official schema.
| "name": "substreams-dev", | ||
| "source": "./", | ||
| "description": "Agent Skills for Substreams development - high-performance blockchain data indexing and transformation" | ||
| "description": "Agent skills for Substreams development — build, debug, and deploy high-performance blockchain data indexing and transformation on EVM, Solana, and NEAR chains using Rust modules and protobuf schemas.", |
Contributor
There was a problem hiding this comment.
on EVM, Solana, and NEAR chains should we add and X more or something?
| { | ||
| "name": "substreams", | ||
| "description": "Agent Skills for Substreams development - high-performance blockchain data indexing and transformation", | ||
| "description": "Agent skills for Substreams development — build, debug, and deploy high-performance blockchain data indexing and transformation on EVM, Solana, and NEAR chains.", |
Contributor
Author
There was a problem hiding this comment.
Maybe I'm doing it in a bad path then ?
547dd03
Comment on lines
+63
to
+64
| claude plugin marketplace add streamingfast/substreams-skills | ||
| claude plugin install substreams-dev@streamingfast-substreams |
Contributor
Author
There was a problem hiding this comment.
Me? You mean Claude Code tested?
Contributor
There was a problem hiding this comment.
Ensuring those edits are actually working :)
Updated descriptions to include 'other blockchains' for clarity.
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.