oh-my-opencode๋ฅผ Copilot CLI์ฉ์ผ๋ก ํฌํ ํ ๋ฉํฐ์์ด์ ํธ ์ค์ผ์คํธ๋ ์ด์ ํ๋ฌ๊ทธ์ธ. Sisyphus(์ค์ผ์คํธ๋ ์ดํฐ) + Hephaestus(๋ฅ์์ปค) + Prometheus(ํ๋๋) + Ralph Loop. "/ultrawork ํ์คํฌ์ค๋ช " ์ผ๋ก ์์ํ๋ฉด ๋ชจ๋ ์์ด์ ํธ๊ฐ ์๋ ํ์ฑํ๋ฉ๋๋ค.
Master Orchestrator agent. Delegates ALL work to sub-agents via task(). Reads plan, parallelizes independent tasks, verifies every delegation with lsp_diagnostics + manual code review. Use for complex multi-task execution. (Atlas - oh-my-opencode port)
Copilot CLI session history and self-improvement. Use /chronicle to generate standup reports, personalized tips, and improve custom instructions. Trigger: "chronicle", "standup", "session history", "improve instructions"
Browser automation with persistent page state. Use when asked to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger: 'go to [url]', 'click on', 'fill out the form', 'take a screenshot', 'scrape', 'automate', 'test the website'. (dev-browser - oh-my-opencode port)
Diagnose and fix oh-my-copilot installation issues. Checks plugin path, broken symlinks, dependencies (sqlite3/jq/git), hooks.json validity, script permissions, and plugin version. Trigger with "doctor", "์ง๋จ", "install check", "ํฌ์ค์ฒดํฌ", "health check".
Contextual grep for codebases. Answers 'Where is X?', 'Which file has Y?', 'Find the code that does Z'. Fire multiple in parallel for broad searches. Specify thoroughness: quick/medium/very thorough. (Explore - oh-my-opencode port)
Designer-turned-developer who crafts stunning UI/UX even without design mockups. Obsesses over typography, color harmony, micro-interactions, and spatial composition. Creates visually distinctive interfaces that users remember. (frontend-ui-ux - oh-my-opencode port)
Git expert with 3 modes: COMMIT (atomic multi-commit from staged changes), REBASE (history rewriting, squash, cleanup), HISTORY_SEARCH (blame, bisect, find when/where changes introduced). Auto-detects mode from request. (git-master - oh-my-opencode port)