Refactor Substreams AI docs: expand Skills page, retire Substreams MCP page#1116
Open
brandonleekramer wants to merge 2 commits into
Open
Refactor Substreams AI docs: expand Skills page, retire Substreams MCP page#1116brandonleekramer wants to merge 2 commits into
brandonleekramer wants to merge 2 commits into
Conversation
…treams-search-mcp
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.
Summary
Updates the Substreams AI tooling documentation to reflect the current state of the Substreams Skills plugin (v1.4.0) and retires the standalone Substreams MCP page. The MCP's registry-search and package-inspection capabilities now live in the skills (the
substreams-devskill includes a Registry Search API section), so all references are consolidated onto the Skills page, with redirects in place for old URLs.Changes
Rewrote the Substreams Skills page (
substreams/tooling/skills.mdx)substreams-devsubstreams-ethereum,substreams-solanasubstreams-sql,substreams-sinksubstreams-sink-deploy-local,substreams-hosted-sinkportal-api,portal-api-jwtsubstreams-testingclaude plugin marketplace add streamingfast/substreams-skills+claude plugin install substreams-dev@streamingfast-substreams) and added a/skillsverification block.docs.substreams.dev, current Claude Code plugins docs, StreamingFast Discord).Removed the Substreams MCP page
substreams/tooling/substreams-mcp/(search.mdx+_meta.js).substreams-mcpentry from the tooling nav (_meta.js,_meta-titles.json)./en/substreams/tooling/substreams-mcp/search/entry fromroute-lockfile.txt.Repointed all remaining MCP references to Skills
ai-overview.mdx: dropped the dead Substreams MCP link in the intro, removed the standalone "Substreams MCP" section (heading, tools table, benefits), and folded its capabilities (registry discovery, module-graph/protobuf inspection, sink-command generation) into the "Agent Skills for Substreams" section.substreams-dev.mdx(public-substreams): repointed the "Tip" callout from the Substreams Search MCP to Substreams Skills.Added redirects (
nginx.conf)Old MCP URLs now 301 to the Skills page:
/en/ai-suite/substreams-mcp//en/substreams/tooling/skills//en/substreams/tooling/substreams-mcp/...(incl./search/)/en/substreams/tooling/skills//en/substreams/substreams-mcp/.../en/substreams/tooling/skills/Files changed
Testing / verification
pnpm install && pnpm lint:fix && pnpm prettierpass clean/en/substreams/tooling/substreams-mcp/search/redirects (301) to/en/substreams/tooling/skills//en/ai-suite/substreams-mcp/redirects (301) to the Skills pageNotes
ai-overview.mdx"Available Skills for Substreams" table still lists the original three skills (substreams-dev,substreams-sql,substreams-testing); it can be synced to the fuller set in a follow-up if desired.substreams-bitcoinandsubstreams-convertdirectories that exist in the repo but are not in the maintainers' published list were intentionally not documented.🤖 Generated with Claude Code