Codex
Clone the repository, add it as a Git/custom marketplace, then install Zimster.
git clone https://github.com/wazimmerman/zimster.gitcodex plugin marketplace add /absolute/path/to/zimstercodex plugin add zimster@zimster --json
Without the agent sprawl. Zimster combines planning, specifications, TDD, debugging, review, delegation, and verification while keeping one implementation owner responsible for the result.
Zimster scales the workflow to the work: lightweight for clear local changes, deeper for consequential design or risky integration, and selective about when another agent is worth using.
See how the workflow is structured →Zimster 0.7.2 works with Codex, Claude Code, Grok, OpenCode, Pi, Kimi Code, and skills-only setups. You can install it from GitHub or npm now. Host directories may list it on their own schedule.
Clone the repository, add it as a Git/custom marketplace, then install Zimster.
git clone https://github.com/wazimmerman/zimster.gitcodex plugin marketplace add /absolute/path/to/zimstercodex plugin add zimster@zimster --jsonAdd the GitHub repository as a marketplace and install the Claude package.
claude plugin marketplace add wazimmerman/zimsterclaude plugin install zimster@zimsterExtract the portable Agent Plugin ZIP, validate it, then install the local package.
grok plugin validate /absolute/path/to/zimstergrok plugin install /absolute/path/to/zimster --trustgrok plugin details zimsterUse the npm package as a package root so the OpenCode adapter and canonical skills stay together, then confirm skill discovery.
opencode debug configopencode debug skillThe published zimster npm package is also the Pi package.
pi install npm:zimsterpi listThe npm package and repository include the Kimi plugin manifest and canonical skills.
/plugins install /absolute/path/to/zimster/plugins info zimster/plugins reloadZimster keeps the engineering practices that help and applies them in proportion to the task. It does not turn every request into a planning exercise or every change into a multi-agent run.
The main agent keeps the architecture, implementation, and final verification in one continuous line of responsibility.
Clear local work can proceed directly. Consequential product, architecture, UX, security, migration, or public-contract choices get deeper design, and oversized requests can be split into coherent workstreams.
RED-GREEN-REFACTOR is tied to observable behavior. Debugging starts with reproduction and root cause instead of patching symptoms.
Zimster decides whether another agent is useful first. If it delegates, configuration can map roles to model classes and concrete model IDs.
Small local changes stay lightweight. Public interfaces, security, migrations, concurrency, and other high-risk work receive stronger independent review.
Git-local run state carries the mission, decisions, current slice, verification records, and next action across compaction or context renewal.
Start from the repository, identify the Git disposition, and choose the Micro, Standard, or High-risk workflow that fits the change.
Resolve consequential choices before coding. For clear, low-risk work, skip the extra design step.
Keep architecture, dependencies, requirements, and the checks for each slice together instead of expanding the plan into dozens of microtasks.
The owner drives RED-GREEN-REFACTOR, reproduces defects before fixing them, and keeps the full change in view.
Use scouts, reviewers, diagnosticians, or independent implementation only when the boundary is useful. Model selection happens after that decision.
Run the affected checks and review the risky seams. Critical or Important findings get one owner correction and one recheck by the same reviewer. If a load-bearing problem survives, Zimster stops that review cycle and changes strategy instead of looping. Then finish from the evidence and the actual Git state.
Twelve skills cover the recurring development workflow without assigning a separate persona to every activity.
Selects the smallest workflow that fits the task and its risk.
Handles consequential choices and decomposes genuinely oversized requests.
Turns larger work into coherent, testable slices with dependencies intact.
Keeps one implementation owner responsible from plan through verification.
Uses observable RED-GREEN-REFACTOR for behavior changes.
Delegates only work with a useful, independently checkable boundary.
Matches review depth and independence to the risk in the change.
Evaluates feedback before changing the implementation.
Reproduces the problem, isolates the cause, and proves the fix.
Requires current test and verification results before completion.
Creates isolated work areas for changes that benefit from separation.
Checks the result and hands off a clean, understood branch.
These labels reflect the 0.7.2 release checks. Installation, structural checks, authentication, and model-backed execution are kept separate so the table does not imply more than was tested.
| Coding agent | Testing status | What was checked |
|---|---|---|
| Codex 0.147.0 / Desktop 0.147.0-alpha.6.6 | Live + installed-package verified | The Codex ZIP installed and was discovered in both runtimes. The standalone CLI also completed an authenticated smoke. That check did not establish the effective model or reasoning effort. |
| Claude Code 2.1.226 | Installed-package verified | The Claude ZIP validated and installed with 12 skills, 4 agents, and the SessionStart hook. The model-backed smoke stopped at an expired OAuth session. |
| Grok 1.0.0 | Live verified | The portable ZIP loaded and completed an authenticated smoke on Grok 1.0.0. The observed model was Grok 4.6. |
| OpenCode 1.18.18 | Installed-package verified | The npm package exposed the OpenCode adapter and the Zimster skills. The release check did not include a model-backed coding task. |
| Pi 0.84.1 | Installed-package verified | The npm package loaded on Pi 0.84.1. When Pi cannot enforce Zimster's two-agent limit, delegated work stays with the owner. |
| Kimi Code | CLI unavailable; structure validated | The Kimi manifest and skill paths validated, but the Kimi CLI was not available for installation or live execution. |
All files below come directly from the Zimster 0.7.2 Public Beta release on GitHub.
Full Codex marketplace plugin.
Claude plugin with agents, hooks, skills, and package helpers.
Skills-only package with the 12 skills and their bundled helper runtime.
Standards-based portable package for Grok and other compatible Agent Plugin hosts.
Primary npm package used by Pi and the OpenCode package path.
Checksums for every release artifact.
Read the main guides here, or open the corresponding source files on GitHub.
Current packages and install paths for Codex, Claude Code, Grok, OpenCode, Pi, Kimi Code, and skills-only use.
Routing modes, role-to-model mapping, model candidates, correction limits, and configuration precedence.
Workflow profiles, the 12 skills, host adapters, run state, and review/completion rules.
Diagnostics, verification commands, local run records, package checks, updates, and privacy.
Design rationale, v0.7 changes, and the controlled DeepSWE pilot.
Report bugs, host-specific problems, and public-beta feedback on GitHub.
Open an issue with the Zimster version, coding agent and version, and the shortest steps that reproduce the problem.