Merge quicknode-claude-plugin into the quicknode plugin#3
Open
0xsergen wants to merge 4 commits into
Open
Conversation
Renames plugins/mcp -> plugins/quicknode and merges in the commands, rpc-troubleshooter subagent, and quicknode-skill (with its sync automation) from the standalone quicknode-claude-plugin repo, so Claude Code users get the full toolkit from one plugin install.
…s it Claude Code's plugin loader only picks up a bundled MCP server from a dotfile .mcp.json at plugin root. The plain mcp.json inherited from the standalone mcp plugin was invisible to it, so installing the quicknode plugin gave commands + skill + subagent but not the MCP server. Confirmed via `claude plugin details quicknode` before/after.
…ecure steps Adds a /build-web3:harden command for auditing existing apps, a use-case-playbooks reference to match concrete builder requests, and a security-and-production reference covering endpoint exposure and hardening. The build flow now verifies the starter runs and applies security guidance before handing off.
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
plugins/mcp→plugins/quicknode(commands are namespaced by plugin name, so this gives/quicknode:*instead of/mcp:*)rpc-troubleshootersubagent, andquicknode-skillfrom the standalonequicknode-claude-pluginrepo — one plugin now covers MCP + commands + subagent + skillplugins/quicknode/skills/quicknode-skill, reviewer0xsergen)server.jsonsubfolder,gen-install-links.mjs,publish-mcp-registry.yml, install docs, READMEsKnown follow-ups (not in this PR)
swap.mdreferencesswap-api-reference.md, which doesn't exist yet upstream inblockchain-skills— owned separatelyTest plan
/plugin marketplace addthis branch locally and confirm/quicknode:*commands, the subagent, and the skill all load