← ClaudeAtlas

opencode-docslisted

OpenCode + OhMyOpenCode configuration reference - agents, tools, MCP, skills, commands, hooks, permissions, providers, and Sisyphus orchestration patterns
magnusrodseth/dotfiles · ★ 0 · AI & Automation · score 62
Install: claude install-skill magnusrodseth/dotfiles
# OpenCode + OhMyOpenCode Reference ## Quick Reference ### Magic Words (OhMyOpenCode) | Keyword | Effect | |---------|--------| | `ultrawork` / `ulw` | Maximum performance - parallel agents, background tasks, relentless execution | | `search` / `find` | Maximized search with parallel explore + librarian | | `analyze` / `investigate` | Deep analysis with multi-phase expert consultation | | `ultrathink` | Extended thinking mode for complex reasoning | ### Config File Locations (Precedence: later overrides earlier) ``` 1. Remote (.well-known/opencode) - organizational defaults 2. ~/.config/opencode/opencode.json - global user preferences 3. ./opencode.json - project-specific 4. .opencode/ - agents, commands, plugins ``` ### OhMyOpenCode Config Locations ``` 1. ~/.config/opencode/oh-my-opencode.json - global 2. .opencode/oh-my-opencode.json - project ``` --- ## Agents Agents are specialized AI assistants with custom prompts, models, and tool access. ### Agent Types | Type | Description | Invocation | |------|-------------|------------| | **primary** | Main assistants for direct interaction | Tab key cycles, or configured `switch_agent` keybind | | **subagent** | Specialized assistants for specific tasks | @ mention or invoked by primary agents | | **all** | Can be used as both (default if not specified) | Both methods | ### Built-in Primary Agents | Agent | Purpose | Default Model | |-------|---------|------------