Serialize a long Claude Code session's working state into a relay doc, then iteratively refine it by consulting a fresh-context reviewer subagent until the baton is passable. Ends with a copy-paste resume prompt for a brand-new Claude instance.
Audit and set up CI, release, Justfile, and Homebrew infrastructure for any repo. Detects language automatically and generates normalized build/release tooling.
Survey an unfamiliar codebase and generate a concise ONBOARDING.md (under 100 lines) covering language, frameworks, build/test/lint commands, high-level architecture, entry points, and CI/CD. Links from CLAUDE.md without @-including, so orientation loads on demand.
Deep multi-lens review of an MR, PR, or any local branch. Dispatches 4 parallel subagents (architecture, security, test coverage, naming/API) inside an isolated worktree, aggregates findings with severity tags, and writes a dark-themed HTML disposition tracker (with checkboxes and localStorage) plus copy-paste comment drafts to .llm/reviews/. Nothing auto-posts; the human reviews and posts by hand. Works against GitLab (glab) and GitHub (gh); auto-detects from the git remote.
Create an isolated git worktree under .claude/worktrees/ for reviewing an MR/PR or working on a branch. Resolves the source branch from an MR number, URL, or branch name, copies gitignored env files (.env, .envrc) from the main worktree, bootstraps with direnv/uv/bun/npm/pnpm, and switches the session into the new worktree.