[dev mode]

agent-orchestration

78 agents ranked
rankcapabilitysource
#1

Add educational comments to code files to transform them into effective learning resources. Explains the "why" behind syntax, idioms, and design choices, aligned with the learner's knowledge level and educational goals.

Raishin/vanguard-frontier-agentic
#2

Coordinate multiple AI agents working together on complex tasks — routing, handoffs, consensus, memory sharing, and quality gates. Use when tasks involve building multi-agent systems, coordinating specialist agents in a pipeline, implementing agent-to-agent communication,…

TerminalSkills/skills
#3

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
#4

oh-my-opencode를 Copilot CLI용으로 포팅한 멀티에이전트 오케스트레이션 플러그인. Sisyphus(오케스트레이터) + Hephaestus(딥워커) + Prometheus(플래너) + Ralph Loop. "/ultrawork 태스크설명" 으로 시작하면 모든 에이전트가 자동 활성화됩니다.

Lee-SiHyeon/oh-my-copilot
#5

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
#6

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
#7

자기교정 반복 루프. 완료까지 자동으로 반복 실행합니다. "루프", "완료까지", "계속 해줘", "ralph-loop", "ulw-loop" 트리거로 사용합니다. oh-my-opencode의 Ralph Loop를 Copilot CLI에 포팅한 스킬입니다.

Lee-SiHyeon/oh-my-copilot
#8

Build self-improving AI agents using Hermes patterns — agents that learn from interactions, update their own instructions, and adapt their behavior over time. Use when: building agents that improve with usage, creating adaptive AI assistants, implementing agent self-reflection.

TerminalSkills/skills
#9

Build stateful, multi-step AI agents and workflows with LangGraph. Use when a user asks to create AI agents with complex logic, build multi-agent systems, implement human-in-the-loop workflows, create state machines for LLMs, build agentic RAG, implement tool-calling agents with…

TerminalSkills/skills
#10

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
#11

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
#12

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
#13

계층형 AGENTS.md 파일 자동 생성. 프로젝트 전체를 분석해서 루트와 복잡한 서브디렉토리에 AGENTS.md를 생성합니다. "AGENTS.md 만들어줘", "init-deep", "프로젝트 문서화", "코드맵 만들어" 트리거로 사용합니다.

Lee-SiHyeon/oh-my-copilot
#14

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
#15

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
#16

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
#17

Recommend the right agents and skills for any task. Covers both heavyweight agents (Task tool) and lightweight skills (Skill tool). Triggers on: which agent, which skill, what tool should I use, help me choose, recommend agent, find the right tool.

0xDarkMatter/claude-mods
#18

Getting started with Manager — the 48-tool multi-AI orchestrator. Use when: delegating code tasks to Claude Code/Codex/Gemini, running parallel AI executions, creating workflow templates, or routing tasks across AI backends.

AIWander/manager-universal
#19

Guidance-complexity measurement tooling and usage notes. Use when running or maintaining the guidance measurement script and related deterministic analysis assets for issue #360. DO NOT USE FOR: changing D10 ceiling rules or prompt-facing guidance policy, which remain in agent…

Grimblaz/agent-orchestra
#20

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
#21

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
#22

GitHub 이슈/PR read-only 트리아지. 모든 오픈 이슈와 PR을 분석해서 보고서를 /tmp/에 저장합니다. GitHub에 어떤 변경도 하지 않습니다. "triage", "이슈 분석", "PR 검토", "github triage" 트리거로 사용합니다. oh-my-opencode github-triage 스킬을 Copilot CLI에 포팅했습니다.

Lee-SiHyeon/oh-my-copilot
#23

자율 딥워커 에이전트. 목표만 주면 스스로 탐색하고 완료까지 실행합니다. "딥워크", "자율 실행", "hephaestus", "알아서 해줘" 트리거로 사용합니다. 레시피가 아닌 목표를 받아서 Senior Staff Engineer처럼 동작합니다.

Lee-SiHyeon/oh-my-copilot
#24

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
#25

전략 플래닝 에이전트. 코드 짜기 전에 인터뷰로 요구사항을 명확히 하고 실행 계획을 수립합니다. "계획 세워줘", "플래닝", "prometheus", "인터뷰 모드", "deep-interview" 트리거로 사용합니다. 복잡한 태스크 전 항상 실행 권장.

Lee-SiHyeon/oh-my-copilot
agentrank // capability index