agent-orchestration
| rank | capability | source |
|---|---|---|
| #26 | quarantine 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) | Lee-SiHyeon/oh-my-copilot |
| #27 | quarantine 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" | Lee-SiHyeon/oh-my-copilot |
| #28 | quarantine 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) | Lee-SiHyeon/oh-my-copilot |
| #29 | quarantine 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) | Lee-SiHyeon/oh-my-copilot |
| #30 | quarantine 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) | Lee-SiHyeon/oh-my-copilot |
| #31 | quarantine GitHub 이슈/PR read-only 트리아지. 모든 오픈 이슈와 PR을 분석해서 보고서를 /tmp/에 저장합니다. GitHub에 어떤 변경도 하지 않습니다. "triage", "이슈 분석", "PR 검토", "github triage" 트리거로 사용합니다. oh-my-opencode github-triage 스킬을 Copilot CLI에 포팅했습니다. | Lee-SiHyeon/oh-my-copilot |
| #32 | quarantine 자율 딥워커 에이전트. 목표만 주면 스스로 탐색하고 완료까지 실행합니다. "딥워크", "자율 실행", "hephaestus", "알아서 해줘" 트리거로 사용합니다. 레시피가 아닌 목표를 받아서 Senior Staff Engineer처럼 동작합니다. | Lee-SiHyeon/oh-my-copilot |
| #33 | quarantine 계층형 AGENTS.md 파일 자동 생성. 프로젝트 전체를 분석해서 루트와 복잡한 서브디렉토리에 AGENTS.md를 생성합니다. "AGENTS.md 만들어줘", "init-deep", "프로젝트 문서화", "코드맵 만들어" 트리거로 사용합니다. | Lee-SiHyeon/oh-my-copilot |
| #34 | quarantine Specialized codebase understanding agent for external library research. Finding implementation examples, official documentation, open-source patterns using GitHub CLI and web search. Use when working with unfamiliar packages, asking 'How do I use X?', 'Why does Y behave this… | Lee-SiHyeon/oh-my-copilot |
| #35 | quarantine Pre-planning consultant. Analyzes requests BEFORE planning to identify hidden intentions, ambiguities, and AI failure points. Classifies intent (Refactoring/Build/Mid-sized/Collaborative/Architecture/Research) and generates Prometheus directives. (Metis - oh-my-opencode port) | Lee-SiHyeon/oh-my-copilot |
| #36 | quarantine Plan reviewer agent. Reviews work plans for executability — verifies file references exist, tasks are startable, catches BLOCKING issues only. Outputs OKAY or REJECT with max 3 specific issues. Use after Prometheus creates a plan. (Momus - oh-my-opencode port) | Lee-SiHyeon/oh-my-copilot |
| #37 | quarantine Image and document analysis agent. Analyzes screenshots, UI mockups, diagrams, PDFs and other visual content. Use when asked to 'look at this image', 'analyze this screenshot', 'what does this diagram show', or any visual/document analysis task. (Multimodal Looker -… | Lee-SiHyeon/oh-my-copilot |
| #38 | quarantine Read-only consultation agent. Hard debugging (2+ failed attempts), complex architecture design, self-review after significant implementation. Strategic technical advisor with deep reasoning. (Oracle - oh-my-opencode port) | Lee-SiHyeon/oh-my-copilot |
| #39 | quarantine MUST USE for any browser-related tasks. Browser automation via agent-browser CLI - verification, browsing, information gathering, web scraping, testing, screenshots, and all browser interactions. (playwright - oh-my-opencode port) | Lee-SiHyeon/oh-my-copilot |
| #40 | quarantine 전략 플래닝 에이전트. 코드 짜기 전에 인터뷰로 요구사항을 명확히 하고 실행 계획을 수립합니다. "계획 세워줘", "플래닝", "prometheus", "인터뷰 모드", "deep-interview" 트리거로 사용합니다. 복잡한 태스크 전 항상 실행 권장. | Lee-SiHyeon/oh-my-copilot |
| #41 | quarantine 자기교정 반복 루프. 완료까지 자동으로 반복 실행합니다. "루프", "완료까지", "계속 해줘", "ralph-loop", "ulw-loop" 트리거로 사용합니다. oh-my-opencode의 Ralph Loop를 Copilot CLI에 포팅한 스킬입니다. | Lee-SiHyeon/oh-my-copilot |
| #42 | quarantine Configure shell profile so that `copilot`, `atlas`, and `cop` commands always launch with --agent oh-my-copilot:atlas --autopilot. Run this once after installing oh-my-copilot. | Lee-SiHyeon/oh-my-copilot |
| #43 | quarantine Focused task executor. Completes assigned tasks directly with todo tracking discipline. Use when Atlas delegates atomic work items. (Sisyphus-Junior - oh-my-opencode port) | Lee-SiHyeon/oh-my-copilot |
| #44 | quarantine 메인 오케스트레이터 에이전트. 복잡한 태스크를 원자적 서브태스크로 분해하고 병렬로 실행합니다. "오케스트레이션", "태스크 분해", "sisyphus" 트리거. ultrawork 내부에서도 자동 활성화됩니다. | Lee-SiHyeon/oh-my-copilot |
| #45 | quarantine 경쟁 가설 기반 evidence-driven 디버깅. 애매한 버그, 인과관계 추적, 성능 문제, 2회 이상 재현 실패한 버그에 사용합니다. "trace", "왜 이게", "원인 분석", "debugging", "버그 추적", "root cause", "원인을 모르겠어", "재현이 안 돼" 트리거로 사용합니다. oh-my-claudecode의 trace 스킬 패턴을 Copilot CLI에 포팅한 스킬입니다. | Lee-SiHyeon/oh-my-copilot |
| #46 | quarantine 원커맨드 풀 오케스트레이션. Sisyphus + Hephaestus + Prometheus가 모두 활성화됩니다. "ultrawork", "ulw", "ulw-loop", "다 해줘", "전부 해줘" 트리거로 사용합니다. oh-my-opencode의 ultrawork를 Copilot CLI에 포팅한 스킬입니다. | Lee-SiHyeon/oh-my-copilot |
| #47 | quarantine Load when building React applications with TypeScript, using hooks (useState, useEffect, useContext, useReducer, custom hooks), managing state with Zustand or React Query, routing with React Router v6+, fetching data with TanStack Query, building forms with React Hook Form +… | RogerioSobrinho/codeme-copilot |
| #48 | quarantine Load when converting internal documentation, a block of text, code examples, or copied standards into a Copilot CLI SKILL.md file, when deciding whether a piece of knowledge should become a SKILL.md, a copilot-instructions.md section, or a new agent, when writing the description… | RogerioSobrinho/codeme-copilot |
| #49 | quarantine 並列エージェントで複数ファイル・複数 skill のバッチ作業を進め、進捗と品質ゲートを構造化して管理する。Use when: 1 セッションで複数対象をまとめて処理し、ブランチ運用とレビューを保ったまま進めたいとき。 | RyoMurakami1983/skills_repository |
| #50 | quarantine エージェントの動作・モード・変更点・できることを、聞かれたときだけ必要な深さで説明する。Use when: ユーザーが今何をしているか、どんなモードがあるか、更新で何が変わったかを知りたがっているとき。 | RyoMurakami1983/skills_repository |