agent-orchestration
| rank | capability | source |
|---|---|---|
| #76 | quarantine Activates autonomous code improvement — competing strategies, benchmarking, tournament selection | TheTrustedAdvisor/omg |
| #77 | quarantine Cross-session persistent context — remember project decisions, architecture choices, and team conventions | TheTrustedAdvisor/omg |
| #78 | quarantine Activates parallel team execution — N coordinated agents working simultaneously on independent subtasks | TheTrustedAdvisor/omg |
| #79 | quarantine Evidence-driven tracing — orchestrate competing hypotheses to explain observed outcomes | TheTrustedAdvisor/omg |
| #80 | quarantine Activates parallel execution — fires multiple agents simultaneously for independent tasks | TheTrustedAdvisor/omg |
| #81 | quarantine Agentic memory system for writers — track characters, relationships, scenes, themes, and maintain consistency | TheTrustedAdvisor/omg |
| #82 | quarantine 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 |
| #83 | quarantine Add persistent memory to AI coding agents — file-based, vector, and semantic search memory systems that survive between sessions. Use when a user asks to "remember this", "add memory to my agent", "persist context between sessions", "build a knowledge base for my agent", "set up… | TerminalSkills/skills |
| #84 | quarantine Run AI agent code safely in isolated sandboxes with resource limits, audit trails, and kill switches. Use when someone asks to "sandbox my agent", "run agent code safely", "add guardrails to AI agent", "isolate agent execution", "audit agent actions", "prevent agent from… | TerminalSkills/skills |
| #85 | quarantine 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 |
| #86 | quarantine Parallel read-only multi-agent root-cause investigation for bugs and regressions. Use when: investigating bugs, finding root causes, tracing regressions, or diagnosing failures with multi-agent swarm. | TerminalSkills/skills |
| #87 | quarantine Run Codex CLI, Claude Code, or other coding agents as background processes for programmatic control. Use when a user asks to run a coding agent, delegate a task to another AI, spawn a sub-agent, run Claude Code in the background, or orchestrate multiple coding agents on separate… | TerminalSkills/skills |
| #88 | quarantine You are an expert in CrewAI, the framework for orchestrating autonomous AI agents working together as a crew. You help developers define agents with specific roles, goals, and tools, then organize them into crews that collaborate on complex tasks — with sequential, parallel, and… | TerminalSkills/skills |
| #89 | quarantine 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 |
| #90 | quarantine AI agent for building, running, and debugging iOS apps on simulator via XcodeBuildMCP. Use when: running iOS apps, inspecting simulator UI, capturing logs, or diagnosing runtime behavior. | TerminalSkills/skills |
| #91 | quarantine 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 |
| #92 | quarantine Offload tasks to local LLMs via LM Studio. Use when a user asks to run local models with LM Studio, save API costs by using local LLMs, create subagents with local models, offload summarization or classification to a local model, or use LM Studio's API for batch processing.… | TerminalSkills/skills |
| #93 | quarantine Build Model Context Protocol (MCP) servers that connect AI agents to external services and data sources. Use when a user asks to create an MCP server, build an MCP tool, connect an AI agent to an API, create a tool server for Claude, build MCP resources, or expose a… | TerminalSkills/skills |
| #94 | quarantine Build multi-agent AI systems with Microsoft's Agent Framework (formerly Semantic Kernel Agents). Use when: defining AI agents, orchestrating multi-agent workflows (sequential, parallel, conditional), creating custom agents in Python or .NET, using built-in agents… | TerminalSkills/skills |
| #95 | quarantine Build asynchronous coding agents using LangChain's Open SWE framework — agents that plan, code, test, and iterate on software engineering tasks. Use when: building coding bots, automating issue resolution, creating SWE agents that work on repos asynchronously. | TerminalSkills/skills |
| #96 | quarantine You are an expert in the OpenAI Agents SDK (formerly Swarm), the official framework for building multi-agent systems. You help developers create agents with tool calling, guardrails, agent handoffs, streaming, tracing, and MCP integration — building production-grade AI agents… | TerminalSkills/skills |
| #97 | quarantine Plan and execute large refactor efforts with parallel multi-agent analysis. Use when: refactoring many files, splitting workstreams, or coordinating sub-agents for batch code changes. | TerminalSkills/skills |
| #98 | quarantine Parallel read-only multi-agent code review of git diffs. Use when: reviewing diffs for regressions, security risks, performance issues, or wanting a parallel review swarm. | TerminalSkills/skills |
| #99 | quarantine You are an expert in smolagents, Hugging Face's minimalist agent framework. You help developers build AI agents that write and execute Python code to solve tasks, use tools from the Hugging Face Hub, chain multiple agents together, and run on any LLM (OpenAI, Anthropic, local… | TerminalSkills/skills |
| #100 | quarantine Build AI agent teams that collaborate on projects using Squad framework. Use when: orchestrating multiple specialized agents, building collaborative AI workflows, delegating complex tasks across agent teams. | TerminalSkills/skills |