By chainsafe
Cross-reference Ethereum consensus client implementations — navigate codebases, compare architectures, and track activity across Lodestar, Lighthouse, Prysm, Teku, Nimbus, and Grandine
A Claude Code plugin marketplace for Lodestar and Ethereum consensus client development.
/plugin marketplace add ChainSafe/lodestar-claude-plugins
Then install individual plugins:
/plugin install ethereum-rnd@lodestar-claude-plugins
/plugin install consensus-clients@lodestar-claude-plugins
/plugin install eth-rnd-archive@lodestar-claude-plugins
Add to your project's .claude/settings.json to auto-prompt team members:
{
"enabledPlugins": {
"ethereum-rnd@lodestar-claude-plugins": true,
"consensus-clients@lodestar-claude-plugins": true,
"eth-rnd-archive@lodestar-claude-plugins": true
},
"extraKnownMarketplaces": {
"lodestar-claude-plugins": {
"source": {
"source": "github",
"repo": "ChainSafe/lodestar-claude-plugins"
}
}
}
}
| Plugin | Description |
|---|---|
| ethereum-rnd | Ethereum R&D reference lookup — consensus specs, beacon/execution APIs, EIPs, research forums, protocol governance |
| consensus-clients | Cross-reference CL client implementations — navigate codebases, compare architectures across 6 clients |
| eth-rnd-archive | Search the Ethereum R&D Discord Archive — find protocol discussions across 115+ channels |
| zig-lsp | Zig language server (ZLS) for code intelligence |
/plugins - Plugins developed and maintained by the Lodestar team/external_plugins - Third-party community pluginsplugins/ (or external_plugins/ for third-party).claude-plugin/plugin.json manifest.claude-plugin/marketplace.jsonEach plugin follows the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── .mcp.json # MCP server configuration (optional)
├── commands/ # Slash commands (optional)
├── agents/ # Agent definitions (optional)
├── skills/ # Skill definitions (optional)
├── hooks/ # Event handlers (optional)
└── README.md # Documentation
See each plugin for its respective license.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub chainsafe/lodestar-claude-plugins --plugin consensus-clientsSearch and track the Ethereum R&D Discord Archive — find protocol discussions across 115+ channels with local clone and grep.
Ethereum R&D reference lookup — consensus specs, beacon/execution APIs, EIPs, research forums, and protocol governance resources
Zig language server (ZLS) for code intelligence
Specialized agents for blockchain development, smart contracts, and Web3 applications
Claude Code skill pack for QuickNode (18 skills)
Ethereum development skills — corrects LLM blind spots on gas costs, L2s, DeFi protocols, security, and the current tool landscape.
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing
Blockchain development agents providing expertise in blockchain architecture, smart contracts, and Web3
Audits and resolves Claude plugin dependencies — validates installed plugins against extends-plugin.json declarations, scans plugin files for undeclared dependencies, and resolves installation paths with fuzzy matching.