Agent Claude Code
Live Zerops platform verifier — writes and runs temporary E2E tests to prove/disprove claims, then provides test specs for permanent tests.
Agent Claude Code
Live Zerops platform verifier — writes and runs temporary E2E tests to prove/disprove claims, then provides test specs for permanent tests.
Agent Claude Code
Zerops platform knowledge specialist with persistent memory and embedded docs access.
Command Claude Code
Parse $ARGUMENTS to extract reference files and task description.
Command Claude Code
$ARGUMENTS = — path to the plan file (ideally .final.md or .vN.md). If no arguments provided, ask the user for the plan filepath.
Hook Claude Code
Runs when a session starts, executing session-start.sh. From zeropsio/zcp.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-bash.sh. From zeropsio/zcp.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing post-edit.sh and check-claude-md.sh (2 commands). From zeropsio/zcp.
Hook Claude Code
Runs when a tool call fails for Bash tool calls, executing on-failure.sh. From zeropsio/zcp.
Hook Claude Code
Runs when the agent finishes a response, executing stop.sh. From zeropsio/zcp.
Hook Claude Code
Runs when a task is marked completed, executing task-completed.sh. From zeropsio/zcp.
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From zeropsio/zcp.
Hook Claude Code
Runs when a subagent starts, running an inline shell check. From zeropsio/zcp.
Settings file Claude Code
Agent settings declaring 8 hook events (SessionStart, PreToolUse, PostToolUse, PostToolUseFailure) and 16 allowed tools.
Skill Claude CodeCodex
End-to-end zcp dev flow for any non-trivial change — analyze, live-verified plan, sliced AFK implementation, full verification, owner retest pack, spec reconciliation. Routes small safe fixes to a LITE path.
Instructions file CodexOpenCode
AGENTS.md instructions for zeropsio/zcp, covering codex project instructions and codex adapter.
Instructions file
Claude Code instructions for zeropsio/zcp, covering zcp — zerops control plane, where knowledge lives, architecture — 4 layers + dependency rules, tdd — mandatory and commands.
Skill Claude CodeCodex
How this project builds and evolves an app for someone who can't review code — on the first build AND every later change, feature, fix, or restyle. Use whenever guided mode is on, however technical or specific the request sounds (e.g. "track my workouts", "make the tickets more kanban-style", "add login"). Read the…