Instructions file CodexOpenCode
Instructions for MatthewYe/opencode-toolbox, covering opencode-toolbox, quick start, architecture, upstream skills (git subtree) and autopilot workflow.
Instructions file CodexOpenCode
Instructions for MatthewYe/opencode-toolbox, covering opencode-toolbox, quick start, architecture, upstream skills (git subtree) and autopilot workflow.
Agent
A specialised helper for analysing images and other visual input, with reports written in Chinese.
Agent
An autonomous implementation agent that follows an AGENT-BRIEF, a written task contract, and uses TDD, or test-driven development, while coding. It also diagnoses unexpected errors and adjusts its approach.
Agent
A read-only reviewer for autopilot coding tasks. It checks whether the implementation matches the plan, tests follow TDD (test-driven development) practices, the code is sound, and related modules remain consistent.
Command
Post-hoc audit of autopilot execution fidelity. Analyzes session traces from an /autopilot run to evaluate how faithfully the workflow executed against its contract, surfacing errors, friction, and drift with traceable evidence anchors.
Command
Put issue resolution on autopilot — scans local .scratch/ files AND GitHub Issues for ready-for-agent issues, dispatches implementer → reviewer in a retry loop until resolved. After all issues complete, runs global meta-review against ADR/PRD and fixes cross-module issues. Use when processing autopilot issues from any…
Command
Set up git guardrails in OpenCode — adds permission rules to block dangerous git commands (push, reset --hard, clean, branch -D, checkout/restore .) before they execute. Use to prevent destructive git operations.
Command
Create, modify, and improve agent skills with iterative eval-driven development.
Command
Teach the user a new skill or concept over multiple sessions, using the current directory as a stateful teaching workspace.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
Agent
A review checklist for an agent that checks another agent’s software work against requirements, tests, project rules, and related modules.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Skill Claude CodeCodex
Post-hoc audit of autopilot execution fidelity. Analyzes OpenCode session traces to evaluate how faithfully the autopilot workflow executed against its contract, surfacing errors, friction, and drift with traceable evidence anchors. Use when the user wants to audit an autopilot run, analyze session quality, check if…
Skill Claude CodeCodex
Set up OpenCode permission rules to guard against dangerous git commands (push, reset --hard, clean, branch -D, checkout/restore .) before they execute. Use when user wants to prevent destructive git operations, add git safety guardrails, or block dangerous git commands.
Skill Claude CodeCodex
Create OpenCode plugin scaffolding from scratch or fix existing projects to conform to plugin conventions. Supports npm packages (publishable) and local auto-discovered plugins. Use when the user wants to create a new opencode plugin, scaffold a plugin project, fix/align an existing plugin project, or mentions plugin…
Skill Claude CodeCodex
Create, modify, and improve agent skills with iterative eval-driven development. Use when user wants to create a new skill from scratch, edit or optimize an existing skill, run evals to test skill performance, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering…
Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent
Compare two outputs WITHOUT knowing which skill produced them.
Agent
Evaluate expectations against an execution transcript and outputs.
Skill Claude CodeCodex
AFK agent cluster for opencode — implementer, reviewer, TDD/discipline skills, installable via symlinks.
Skill Claude CodeCodex
AFK agent cluster for opencode — implementer, reviewer, TDD/discipline skills, installable via symlinks.
Skill Claude CodeCodex
AFK agent cluster for opencode — implementer, reviewer, TDD/discipline skills, installable via symlinks.
Skill Claude CodeCodex
A test skill.