Claude Octopus Agents
This file describes the autonomous agents available in this repository for AI coding tools that support agent discovery (e.g., GitHub Copilot coding agent).
MCP get_skill({ skillId: "claude-octopus-agents-efad2e93" })Use this skill with your agent
Create a free account and connect via MCP
# Claude Octopus Agents This file describes the autonomous agents available in this repository for AI coding tools that support agent discovery (e.g., GitHub Copilot coding agent). ## Available Agents | Agent | Description | Tools | |-------|-------------|-------| | `backend-architect` | Scalable API design, microservices, distributed systems | Read-only | | `code-reviewer` | Code quality, security vulnerabilities, production reliability | Read-only | | `debugger` | Errors, test failures, unexpected behavior | All | | `docs-architect` | Technical documentation from codebases | Read + execute | | `frontend-developer` | React components, responsive layouts, client-side state | All | | `performance-engineer` | Optimization, observability, scalable performance | Read-only | | `security-auditor` | DevSecOps, OWASP compliance, vulnerability assessment | Read-only | | `tdd-orchestrator` | Red-green-refactor discipline, test-driven development | All | | `database-architect` | Data modeling, schema design, migration planning | Read-only | | `cloud-architect` | AWS/Azure/GCP infrastructure, IaC, FinOps | Read + execute | ## Agent Definitions Agents are defined in two formats for cross-platform compatibility: - **Claude Code**: `.claude/agents/*.md` — YAML frontmatter with Claude Code tool names - **GitHub Copilot**: `.github/agents/*.agent.md` — YAML frontmatter with Copilot tool aliases Both formats describe the same 10 agents with platform-native tool mappings: | Claude Code Tool | Copilot Alias | |-----------------|---------------| | Read | read | | Write, Edit | edit | | Bash | execute | | Grep, Glob | search | ## MCP Integration The MCP server (`mcp-server/`) exposes Claude Octopus workflows as MCP tools. For MCP-aware coding agents, connect to the MCP server rather than invoking agents directly.
Related Skills
More skills in Agent Orchestration
1. Product type search — what design patterns fit this product?
Design UI/UX systems with style guides, palettes, typography, and component specs for new interfaces
Acp Router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
Add New Safe Output Type
Adding a New Safe Output Type to GitHub Agentic Workflows
Agent Governance
Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)
Agentic Development
Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)
Agentic Workflows
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
Explore Other Categories
Skills from other categories with shared topics
Anthropic Brand Styling
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
API Design Principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
Azure Aks Agent Skill
Azure Aks Agent Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.