Agent Orchestration Skills
Browse 236 curated agent orchestration skills for AI coding agents. License-verified, MCP-ready, free to start.
Sherpa
Guiding workflows by decomposing complex tasks (Epics) into Atomic Steps under 15 minutes each. Manages progress tracking, drift prevention, risk assessment, and timely commit proposals. Use when complex task decomposition is needed.
by simota/agent-skills / sherpa
Ship Project - Multi-AI Delivery Validation
Package and finalize completed work for delivery — use when a feature is done and ready to ship
by nyldn/claude-octopus / skills/skill-ship
Skill Builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
by yusufkaraaslan/Skill_Seekers / distribution/claude-plugin/skills/skill-builder
Skill Context Detection
Auto-detect work context (Dev vs Knowledge) — use to tailor workflows based on current task type
by nyldn/claude-octopus / skills/skill-context-detection
Skill Creator
Creates new AI agent skills following the Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, or document patterns for AI.
by Gentleman-Programming/Gentleman-Skills / curated/skill-creator
Skill Name
Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection.
by muratcankoylan/Agent-Skills-for-Context-Engineering / template
Skill Task Management
Manage tasks with Claude Code native tools — use to track TODOs, delegate work, and monitor progress
by nyldn/claude-octopus / skills/skill-task-management
Skillz Integration
Skillz Integration linked from GitHub Agentic Workflows skills and agent definitions, with the upstream skill instructions available on GitHub.
by github/gh-aw / skills/skillz-integration
STOP - SKILL ALREADY LOADED
NLSpec authoring — use when you need a structured specification from multi-AI research and consensus
by nyldn/claude-octopus / skills/flow-spec
STOP - SKILL ALREADY LOADED
Run a full build-and-ship pipeline from a spec — use for hands-off project generation
by nyldn/claude-octopus / skills/skill-factory
Story Coordinator
Creates, replans, or appends 5-10 Stories per Epic with standards research and multi-epic routing. Use when Epic needs Story decomposition.
by levnikolaevich/claude-code-skills / plugins/agile-workflow/skills/ln-220-story-coordinator
Story Replanner
Replans Stories by comparing IDEAL vs existing (KEEP/UPDATE/OBSOLETE/CREATE). Use when Epic requirements changed and Stories need realignment.
by levnikolaevich/claude-code-skills / plugins/agile-workflow/skills/ln-222-story-replanner
Subagent Driven Development
Use when executing implementation plans with independent tasks in the current session
by guanyang/antigravity-skills / skills/subagent-driven-development
Subagent Driven Development
Use when executing implementation plans with independent tasks in the current session
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/subagent-driven-development
Suggest Awesome GitHub Copilot Agents
Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.
by github/awesome-copilot / skills/suggest-awesome-github-copilot-agents
Superclaude Framework Compat
Codex compatibility layer for SuperClaude /sc:* commands with vibe-adapted routing.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/superclaude-framework-compat
Swift MCP Server Generator
Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.
by github/awesome-copilot / skills/swift-mcp-server-generator
System
Our expert AI assistant for debugging code (O11y), optimizing vector search (RAG), and remediating security threats using live Elastic data.
by github/awesome-copilot / agents/elasticsearch-observability.agent.md
Taskflow
Coordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks.
by openclaw/openclaw / skills/taskflow
Task Planner Instructions
Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai
by github/awesome-copilot / agents/task-planner.agent.md
Team Communication Protocols
Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points.
by wshobson/agents / plugins/agent-teams/skills/team-communication-protocols
Team Composition Patterns
Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding how many agents to spawn for a task, when choosing between a review team versus a feature team versus a debug team, when selecting the correct subagent_type for each role to ensure agents have the tools they need, when configuring display modes (tmux, iTerm2, in-process) for a CI or local environment, or when building a custom team composition for a non-standard workflow such as a migration or security audit.
by wshobson/agents / plugins/agent-teams/skills/team-composition-patterns
Technical Documentation Writer for GitHub Actions
AI technical documentation writer for GitHub Actions library using GitHub Docs voice
by github/gh-aw / .github/agents/technical-doc-writer.agent.md
Temporary Id Safe Output
Temporary Id Safe Output linked from GitHub Agentic Workflows skills and agent definitions, with the upstream skill instructions available on GitHub.
by github/gh-aw / skills/temporary-id-safe-output
Trip Planner
Full trip planning orchestration. Combines flight search, hotel search, and points optimization into one cost analysis. Use when the user says "plan a trip" or wants the complete picture for a destination.
by borski/travel-hacking-toolkit / plugins/travel-hacking-toolkit/skills/trip-planner
Typespec Create Agent
Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot
by github/awesome-copilot / skills/typespec-create-agent
Typespec Create API Plugin
Generate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot
by github/awesome-copilot / skills/typespec-create-api-plugin
TypeSpec for Microsoft 365 Copilot Development Guidelines
Guidelines and best practices for building TypeSpec-based declarative agents and API plugins for Microsoft 365 Copilot
by github/awesome-copilot / instructions/typespec-m365-copilot.instructions.md
Using Agent Skills
Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
by addyosmani/agent-skills / skills/using-agent-skills
Verify Define phase is complete
Multi-AI implementation using Codex and Gemini CLIs (Double Diamond Develop phase)
by nyldn/claude-octopus / skills/flow-develop
Verify Develop phase is complete
Multi-AI validation, scoring, and review using Codex and Gemini CLIs (Double Diamond Deliver phase)
by nyldn/claude-octopus / skills/flow-deliver
Verify Discover phase is complete
Multi-AI requirements scoping using Codex and Gemini CLIs (Double Diamond Define phase)
by nyldn/claude-octopus / skills/flow-define
Voltagent Best Practices
VoltAgent architectural patterns and conventions. Covers agents vs workflows, project layout, memory, servers, and observability.
by VoltAgent/skills / skills/voltagent-best-practices
VoltAgent Core Reference
Reference for the VoltAgent class: constructor options, lifecycle methods, and runtime behavior.
by VoltAgent/skills / skills/voltagent-core-reference
VoltAgent Embedded Docs Lookup
Look up VoltAgent documentation embedded in node_modules/@voltagent/core/docs for version-matched docs. Use for API signatures, guides, and examples.
by VoltAgent/skills / skills/voltagent-docs-bundle
Writing Skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
by guanyang/antigravity-skills / skills/writing-skills