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.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimVerify beacon node behavior via Kurtosis local testnet or remote SSH
npx claudepluginhub jimmygchen/lighthouse-workspace --plugin review-lhPull request review, issue resolution, and Graphite stack management
Review pull requests with structured analysis and approve with confidence
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Multi-language iterative PR review + autofix loop (built-in iteration engine + pr-review-toolkit + optional Codex)
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.