Personal development workspace and tooling for working on Lighthouse.
lighthouse/ — Lighthouse repo (cloned separately). Main working directory for development and IDE usage.worktrees/ — Git worktrees for parallel branches, managed by Claude Codeshared-target/ — Shared Rust build artifacts across lighthouse/ and all worktrees (configured via .cargo/config.toml)plugins/ — Claude Code plugins (install via /plugin install)
/review-lh:review — Lighthouse PR review workflow with multi-agent analysis. Bundles consensus-specs for spec cross-referencing./node-check:kurtosis — Spin up a Kurtosis local testnet and verify behavior via traces, metrics, logs, or beacon API/node-check:remote-ssh — Verify behavior on remote nodes via SSH and Grafana.claude/ — Claude Code config and custom commands
/deploy-pr — Provision a Hetzner dev box, start a Kurtosis testnet with a PR branch, and optionally verify behaviorgit clone https://github.com/sigp/lighthouse-workspace.git
cd lighthouse-workspace
git submodule update --init --recursive
lighthouse/ will be cloned automatically by Claude Code on first use if it doesn't exist.
Claude Code automatically manages worktrees — just describe what you want to do:
# Check out a PR into a worktree
> checkout #9138 into a worktree
# Implement a feature (automatically creates a worktree)
> add a --foo flag to the beacon node CLI
# Review a PR
> /review-lh:review 9138
# Spin up a local testnet and verify behavior
> /node-check:kurtosis blobs are available on the beacon API after 2 epochs
# Deploy a PR branch to a remote testnet
> /deploy-pr 9138
For read-only exploration (searching code, answering questions), Claude Code uses lighthouse/ directly without creating a worktree.
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 jimmygchen/lighthouse-workspace --plugin node-checkLighthouse PR review workflow: briefing and deep multi-agent analysis
Agent isolation via git worktrees - gives each subagent its own checkout to prevent interference.
Autonomous spec-to-product build system with a built-in trust layer (RARV-C closure loop, 11 quality gates, completion council). Ships Loki's spec-hardening, drift-detection, and deterministic PR verification commands plus the Loki MCP server.
Development tools for Claude Code plugins - local testing without pushing
LLM Capital Efficiency Framework: 145+ production-tested slash commands for autonomous development workflows, PR automation, and multi-agent orchestration
Essential developer skills for monorepos, debugging, testing, and build optimization
Core development agents and code quality hooks