{"data":{"slug":"alvinunreal-oh-my-opencode-slim","name":"oh-my-opencode-slim","tagline":"Lean agentic AI suite for model orchestration and task delegation","github_url":"https://github.com/alvinunreal/oh-my-opencode-slim","owner":"alvinunreal","repo":"oh-my-opencode-slim","owner_avatar_url":"https://avatars.githubusercontent.com/u/204474669?v=4","primary_language":"TypeScript","stars":8939,"forks":531,"topics":["agentic-ai","oh-my-opencode","opencode","orchestration"],"archived":false,"github_pushed_at":"2026-09-18T04:49:45+00:00","maintenance_label":"Very active","stars_delta_30d":989,"url":"https://www.graphcanon.com/tools/alvinunreal-oh-my-opencode-slim","markdown_url":"https://www.graphcanon.com/tools/alvinunreal-oh-my-opencode-slim.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/alvinunreal-oh-my-opencode-slim","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=alvinunreal-oh-my-opencode-slim","description":"Lean, fine tuned Opencode multi agent suite · Mix any models · Auto delegate tasks","homepage_url":"https://ohmyopencodeslim.com","license":"MIT","open_issues":47,"watchers":34,"ai_summary":"An open source, fine-tuned multi-agent system capable of orchestrating tasks across mixed models with automatic task delegation.","readme_excerpt":"### Quick Start\n\nCopy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):\n\n\n```\nInstall and configure oh-my-opencode-slim: https://raw.githubusercontent.com/alvinunreal/oh-my-opencode-slim/refs/heads/master/README.md\n```\n\n---\n\n### Manual Installation\n\n```bash\nbunx oh-my-opencode-slim@latest install\n```\n\nThe published CLI is a Node-compatible bundle, so `npx` works too if you don't\nhave Bun installed:\n\n```bash\nnpx oh-my-opencode-slim@latest install\n```\n\n---\n\n### Getting Started\n\nThe installer generates both OpenAI and OpenCode Go presets, with OpenAI active by default.\n\n> [!TIP]\n> Tune the models and agents for your own workflow. The defaults are only a\n> starting point; the plugin is designed for deep flexibility and customization.\n\nTo make OpenCode Go active during install, run `bunx oh-my-opencode-slim@latest install --preset=opencode-go` or change the default preset name in `~/.config/opencode/oh-my-opencode-slim.json` after installation.\n\nThen:\n\n1. **Log in to the providers you want to use if you haven't already**:\n\n   ```bash\n   opencode auth login\n   ```\n2. **Refresh and list the models OpenCode can see**:\n\n   ```bash\n   opencode models --refresh\n   ```\n3. **Open your plugin config** at `~/.config/opencode/oh-my-opencode-slim.json`\n\n4. **Update the models you want for each agent**\n\n> [!TIP]\n> It's **recommended** to understand how background orchestration works. The **[Orchestrator prompt](https://github.com/alvinunreal/oh-my-opencode-slim/blob/master/src/agents/orchestrator.ts#L28)** contains the scheduler rules, specialist routing logic, and thresholds for when work should be assigned to background agents. You can always delegate manually by calling a subagent via: `@agentName <task>`\n\n> [!TIP]\n> Because background agents are now the default workflow, it is **highly recommended** to enable and configure **[Multiplexer Integration](docs/multiplexer-integration.md)**. It automatically opens each agent in a dedicated Tmux, Zellij, Herdr, cmux, or kitty pane, so you can watch specialists work live while the Orchestrator continues coordinating the session.\n\nThe default generated configuration includes both `openai` and `opencode-go` presets.\n\n```jsonc\n{\n  \"$schema\": \"https://unpkg.com/oh-my-opencode-slim@latest/oh-my-opencode-slim.schema.json\",\n  \"preset\": \"openai\",\n  \"presets\": {\n    \"openai\": {\n      \"orchestrator\": { \"model\": \"openai/gpt-5.6-terra\", \"variant\": \"high\", \"skills\": [\"*\"], \"mcps\": [\"*\", \"!context7\"] },\n      \"oracle\": { \"model\": \"openai/gpt-5.6-sol\", \"variant\": \"high\", \"skills\": [\"simplify\"], \"mcps\": [] },\n      \"librarian\": { \"model\": \"openai/gpt-5.6-luna\", \"variant\": \"low\", \"skills\": [], \"mcps\": [\"context7\", \"gh_grep\"] },\n      \"explorer\": { \"model\": \"openai/gpt-5.6-luna\", \"variant\": \"low\", \"skills\": [], \"mcps\": [] },\n      \"designer\": { \"model\": \"openai/gpt-5.6-luna\", \"variant\": \"medium\", \"skills\": [], \"mcps\": [] },\n      \"fixer\": { \"model\": \"openai/gpt-5.6-luna\", \"variant\": \"high\", \"skills\": [], \"mcps\": [] }\n    }\n  }\n}\n```","github_created_at":"2026-01-15T18:45:08+00:00","created_at":"2026-07-15T10:50:30.37517+00:00","updated_at":"2026-09-20T04:28:08.548382+00:00","categories":[{"slug":"ai-agents","name":"AI Agents","url":"https://www.graphcanon.com/categories/ai-agents","markdown_url":"https://www.graphcanon.com/categories/ai-agents.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/ai-agents"}],"tags":[{"slug":"agentic-ai","name":"agentic-ai"},{"slug":"model-orchestration","name":"model-orchestration"},{"slug":"multi-agent-suite","name":"multi-agent-suite"},{"slug":"task-delegation","name":"task-delegation"}],"trust":{"provenance":{"is_fork":false,"github_id":1135179558,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-09-18T06:00:26.338Z","maintenance":{"label":"Very active","score":96,"methodology":"github_public_v1","releases_90d":23,"days_since_push":0,"last_release_at":"2026-09-16T18:04:08Z","stars_delta_30d":989,"open_issues_delta_30d":22},"security_summary":{"status":"no_lockfile","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-15T10:50:31.907Z","medium_count":0,"scan_profile":"none","critical_count":0}},"capability_facts":{"mcp":{"source":"repo_scan","observed_at":"2026-09-18T06:00:26.805Z","server_manifest":false},"scan":{"source":"repo_scan","observed_at":"2026-09-18T06:00:26.805Z"},"has_cli":{"value":true,"source":"package.json:bin|scripts","observed_at":"2026-09-18T06:00:26.805Z"},"languages":{"value":["typescript","javascript"],"source":"github.language+package.json","observed_at":"2026-09-18T06:00:26.805Z"},"license_spdx":{"value":"MIT","source":"github.license","observed_at":"2026-09-18T06:00:26.805Z"}},"decision_facts":{"hosting":null,"pricing":{"model":"freemium","summary":"Being open-source and MIT-licensed, it comes at no cost. However, users might incur expenses related to cloud services or third-party model access."},"requirements":{"notes":["Installation and configuration can be done through manual commands using tools like `bunx`.","To maximize benefits, configuring Multiplexer Integration is recommended for background agent management."],"min_ram_gb":null,"requires_docker":false},"constraints":{"min_ram_gb":null,"pricing_model":"freemium","requires_docker":false},"when_to_use":["When you need to orchestrate and delegate tasks among various AI models seamlessly, without manual intervention.","For projects that require flexibility in tuning and customizing the workflow between multiple models.","If your task involves complex model interaction and you want detailed control through background orchestration and multiplexer integration."],"when_not_to_use":["When a simpler system with limited configuration options can meet your needs, as oh-my-opencode-slim requires deep tuning for specific workflows.","If your use case does not benefit from automatic task delegation or mixed model interaction; this tool is designed with these features in mind."],"source":"enrich:decision_facts","observed_at":"2026-07-16T21:16:37.315Z"},"constraint_facets":{"min_ram_gb":null,"pricing_model":"freemium","requires_docker":false},"decision_summary":[{"label":"Pricing","value":"freemium - Being open-source and MIT-licensed, it comes at no cost. However, users might incur expenses related to cloud services or third-party model access."},{"label":"Requirements","value":"Installation and configuration can be done through manual commands using tools like `bunx`.; To maximize benefits, configuring Multiplexer Integration is recommended for background agent management."},{"label":"Adopt for","value":"oh-my-opencode-slim is an open-source multi-agent system in TypeScript intended for orchestrating tasks across mixed models with automatic task delegation."},{"label":"License detail","value":"oh-my-opencode-slim is licensed under MIT, allowing broad usage rights across various projects with attribution required."}]}}