review-diff
49Plugin Claude Code
Local web-based diff review — comment on your working-tree or committed-branch diff in the browser and feed the comments back to Claude Code.
Plugin Claude Code
Local web-based diff review — comment on your working-tree or committed-branch diff in the browser and feed the comments back to Claude Code.
Skill Claude CodeCodex
Use when the user asks to "review this", "review the diff", "review my changes", "review my branch", "review against main", "open a review", or runs /review-diff. Opens the diff in a local browser for MR-style inline commenting — uncommitted changes if there are any, otherwise the committed branch vs its base — then…
Plugin Claude Code
Manually-driven ("disassembled") SDLC: the same .sdlc/ session format as autonomous-sdlc, but you drive each phase by hand via slash commands — /spec → /plan → /build (TDD) → /verify → /journal. Built for legible, narratable live demos.
Command
Stick Shift phase 3 — implement ONE task with TDD (red→green→refactor), then stop. Run once per task.
Command
Stick Shift close — render the durable session record (phase history + every logged decision + criterion status). The "session that survives" beat.
Command
Stick Shift phase 2 — decompose the spec into a short task list, log key decisions, and stop. You choose when to /build.
Command
Stick Shift phase 1 — start a session from a task description OR an existing spec file, capture 3–5 Given/When/Then criteria, pick the test convention, and stop. You choose when to /plan.
Command
Stick Shift phase 4 — run the suite + the project's own checks, prove every acceptance criterion is backed by a passing test, apply pertinent review skills, then stop.
Plugin Claude Code
Process information for real understanding. The explain-back skill makes you explain from memory, grades against the real source, teaches only after you attempt, and outputs Mochi cards plus a resumable session record. An antidote to the illusion of clarity.
Skill Claude CodeCodex
Process information for real understanding and expose the illusion of clarity. Use when the user says "help me actually understand this", "test my understanding", "process what I learned", "quiz me on this", "am I fooling myself about X", "explain-back", "make sure I get this before I blog it", or after…
JoshuaOliphant/vault-recommender
Instructions file
Claude Code instructions for JoshuaOliphant/vault-recommender, covering vault-recommender, quick start, architecture, key commands and stack.
JoshuaOliphant/vault-recommender
MCP server Claude CodeCodexCursor
Semantic recommendation engine for Obsidian vaults — embeddings + wiki-link graph boosting with MCP server for Claude Code integration. Runs locally from the vault-recommender Python package.
Instructions file
Claude Code instructions for JoshuaOliphant/scratchpad_mcp, covering claude.md, project structure, development commands, install dependencies and run the server directly.
MCP server Claude CodeCodexCursor +2
MCP server "mcp-server-scratchpad" as configured in JoshuaOliphant/scratchpadmcp. Runs locally from the mcp-server-scratchpad Python package.