zordon
01Plugin Claude Code
Local dev-stack supervisor for Alphasfile-managed projects — auto-registers the zordon mcp server so agents can drive the stack.
Plugin Claude Code
Local dev-stack supervisor for Alphasfile-managed projects — auto-registers the zordon mcp server so agents can drive the stack.
Plugin Claude Code
Local dev-stack supervisor (databases, brokers, services) declared in an Alphasfile, run as host processes — auto-registers the zordon mcp server so agents can start/stop the stack, inspect it, and run declared provisions without shelling out.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing post-edit-gofmt.sh. From piotrkowalczuk/zordon.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-git-quality-gate.sh. From piotrkowalczuk/zordon.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, PreToolUse).
MCP server Claude CodeCodexCursor +2
MCP server "zordon" as configured in piotrkowalczuk/zordon. Launched with zordon mcp.
Instructions file CodexOpenCode
AGENTS.md instructions for piotrkowalczuk/zordon, covering project requirements and constraints, code, testing, parametrized tests and workflow.
Instructions file
Claude Code instructions for piotrkowalczuk/zordon, a project described as: Defends development environment from Rita, and her endless waves of containers!
Skill Claude CodeCodex
File a bug report or feature request against the zordon project (github.com/piotrkowalczuk/zordon) from a short description. Distills a generic, reproducible essence and strips anything specific to the user's local setup — absolute paths, usernames, hostnames, internal service/company names, concrete ports, secrets …
Skill Claude CodeCodex
Use in a repo that has an Alphasfile, or inside a zordon workspace copy, when a task touches the local dev stack — bringing services up or down, checking status or ports, or running a declared provision (migration, seeding, teardown). Prefer the zordon MCP tools over running the zordon/alpha binaries in Bash, and…