Instructions file
Instructions for LarryStanley/heptabase-mcp, covering claude.md, project overview, commands, install dependencies and development.
Instructions file
Instructions for LarryStanley/heptabase-mcp, covering claude.md, project overview, commands, install dependencies and development.
MCP server Claude CodeCodexCursor +2
MCP server "mcp" as configured in LarryStanley/heptabase-mcp. Runs locally from the @heptabase/mcp npm package.
Plugin Claude Code
Delegate coding work from Claude Code to a local pi agent.
Plugin Claude Code
Delegate implementation and tests to a local pi agent (using your own pi provider/model), with enforced dispatch discipline.
MCP server Claude CodeCodexCursor +2
MCP server "pi-delegate" as configured in LarryStanley/pi-delegate. Runs ${CLAUDE_PLUGIN_ROOT}/src/server.mjs with node.
Hook
Runs when a session starts, executing doctor-check.mjs via node. From LarryStanley/pi-delegate.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, executing mode-guard.mjs via node. From LarryStanley/pi-delegate.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing soft-nudge.mjs via node. From LarryStanley/pi-delegate.
Skill Claude CodeCodex
Dispatch to pi behind a critic gate — a second, independent pi session judges the work against a contract written up front, and rejections go back for a bounded number of rounds.
Skill Claude CodeCodex
Use when delegating coding work to the local pi agent to cut cost, or when you are about to hand-write source or test files yourself instead of specifying them, or when a small-model agent reads files endlessly without ever writing, times out having produced nothing, or keeps reasoning forever even though thinking was…
Skill Claude CodeCodex
Think a problem through with pi as a second opinion, over as many turns as it takes.
Skill Claude CodeCodex
Check pi's dispatch environment (which provider/model a dispatch reaches, the thinking binding, the co-pilot guard).
Skill Claude CodeCodex
Switch this project's pi dispatch mode (off / soft / strict).
Skill Claude CodeCodex
Get a one-time bypass so the next Write/Edit is not blocked by strict mode (for probing).
Skill Claude CodeCodex
Have pi review code as a second opinion, then adjudicate its findings.
Skill Claude CodeCodex
First-run guided setup for pi-delegate — checks pi and its provider, explains the discipline modes and asks which to use, offers to fix detected problems, offers a verification dispatch, and points to what's next.
Skill Claude CodeCodex
Add a live pi dispatch indicator to the Claude Code status line, composed with whatever status line the user already has.