developer239/michals-opencode-cookbook
Instructions file CodexOpenCode
AGENTS.md instructions for developer239/michals-opencode-cookbook, covering critical rules (never violate), intent over literal steps, startup, runtime environment and todo discipline.
developer239/michals-opencode-cookbook
Command
Command "pair-program" from developer239/michals-opencode-cookbook, covering when to use, constraints, model selection, step 1 - load the agentic skill (blocking gate) and step 2 - resolve the partner's working directory.
developer239/michals-opencode-cookbook
Skill Claude CodeCodex
OpenCode plugin development patterns, architecture, and conventions for implementing or extending plugins in this repo. Covers the native @opencode-ai/plugin surface (Plugin/PluginInput, tool(), hooks, auth, permissions) and this repo's house library layered on top.
developer239/michals-opencode-cookbook
Skill Claude CodeCodex
TypeScript conventions with generic guidance plus a monorepo-specific addendum.
developer239/michals-opencode-cookbook
Skill Claude CodeCodex
Conventions for dispatching local opencode CLI runs as agentic workers - sync vs async, model selection, session continuity, thinking-partner pattern, and multi-model fanout.
developer239/michals-opencode-cookbook
Skill Claude CodeCodex
Practical Git CLI workflow conventions for branching, staging, diffing, committing, pushing, PR creation, and ignore hygiene.
developer239/michals-opencode-cookbook
Skill Claude CodeCodex
Git worktree conventions for orchestrations that fan out work across multiple agents editing the same repo concurrently. Load before dispatching parallel write-mode agents.
developer239/michals-opencode-cookbook
Skill Claude CodeCodex
Conventions for authoring OpenCode command files - frontmatter, structure, step design, tool routing, and constraint patterns.
developer239/michals-opencode-cookbook
Skill Claude CodeCodex
Conventions for authoring SKILL.md files. Load before creating or reviewing any skill.