Skill Claude CodeCodex
Merge a worktree branch to main via rebase, then clean up worktree and branch. Takes branch name as argument.
Skill Claude CodeCodex
Merge a worktree branch to main via rebase, then clean up worktree and branch. Takes branch name as argument.
Skill Claude CodeCodex
Introspect a running or finished tcdb Neo4j/BioCypher KG build on GilaHyper (slurm .out + wandb + the served DB), report a concise status, and diagnose + restart on stall or failure. Use when checking on a builddatabase slurm job, polling a KG build, or driving one to a queryable DB.
Skill Claude CodeCodex
Run mypy on staged or specified Python files and fix errors following the project's type-checking strategy.
Skill Claude CodeCodex
Edit the Nature Biotech manuscript (paper/nature-biotech) respecting the section status stoplight, then rebuild editing.pdf. Use for any change to the paper body, sections, or SI.
Skill Claude CodeCodex
Three scouts explore the codebase in parallel, argue the approach, and a plan-writer agent synthesizes the deliberation into a concise Dendron note. A reducer-critic then smart-tightens the plan (flagging low-value content for cuts, not truncating) until the plan is dense and human-readable. Built for Claude Opus 4.8…
Skill Claude CodeCodex
Run ruff linter on staged or specified Python files and fix errors following the project's lint strategy.
Skill Claude CodeCodex
Create a new git worktree or ensure an existing one is properly configured. Wraps scripts/setup-worktree.sh with validation.
Skill Claude CodeCodex
Smart staging with auto-detected file blocks and interactive override. Use before /commit.
Skill Claude CodeCodex
End-to-end autonomous pipeline -- plans with /plan-4.8 (3 scouts, deliberator, plan-writer, reducer-critic), then implements with /wt-implement in an isolated worktree. No manual approval between plan and implementation.
Skill Claude CodeCodex
Meta-skill: update dendron module notes for changed source files, then update the weekly task note. Combines /update-src-notes + /update-tasks-weekly into one command. Run before /stage and /commit.
Skill Claude CodeCodex
Update dendron module notes for changed source files (Python, Bash, etc.). Checks staged files first, then falls back to modified (unstaged) files. Appends dated sections and stages updated notes.
Skill Claude CodeCodex
Update the weekly task note with a bullet point linking to reviewed/modified files, then auto-stage the weekly file.
Skill Claude CodeCodex
Implement an instruction file (plan note, scratch note, .claude/plans/ file) in an isolated git worktree. Creates branch, sets up env, executes the instructions, runs verification, rebases onto main, and optionally merges.
Skill Claude CodeCodex
Draft and revise long-form prose (manuscripts, proposals, strategy docs, design memos) as Dendron notes inside an isolated git worktree, iterate with the user, then hand off to /merge-worktree. The writing counterpart to /plan-4.8 -- worktree-first, but for words instead of an implementation plan. Use when the…
Instructions file
Claude Code instructions for Mjvolk3/torchcell, covering vision -- the virtual cell (north star), for local configs, git worktrees, programming guide and provenance & reproducibility.