Multicli Subagents
Description
SubAgent Manager lets you create, organize, and deploy specialized AI assistants (Sub-Agents) that work within your existing AI CLI tools.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SubAgent Manager
**VS Code Extension for managing AI Sub-Agents across CLI tools (Codex CLI, Claude Code CLI).**
  
Overview
SubAgent Manager lets you create, organize, and deploy specialized AI assistants (Sub-Agents) that work within your existing AI CLI tools. Define an agent once, deploy it everywhere.
Key Features
- Visual Editor — Create and edit SubAgents with a rich UI
- Library — Personal collection of reusable SubAgents
- Deploy — One-click deploy to Project or Global scope
- Multi-CLI — Works with Codex CLI and Claude Code CLI as Main Orchestrator Agents. Creates SubAgents for either Codex CLI or Claude Code CLI.
- Interactive Conversation — SubAgents support full interactive dialogue, not just one-shot responses
- Focused Execution — Sub-Agents are launched ONLY with their specific, narrow instructions. This ensures they stay focused on the task without the distraction of general chat history or conflicting directives.
- Real-time Logging (Codex) — When a Codex SubAgent runs, a Terminal window automatically opens showing full verbose output (thinking, tool calls, exec logs). The Orchestrator receives only the final answer to save tokens, while you can observe the full work in real-time.
- Full Autonomy — SubAgents run with maximum permissions: Codex uses
--dangerously-bypass-approvals-and-sandbox, Claude uses--dangerously-skip-permissions. - Slash Commands — Auto-generated slash commands for manual SubAgent invocation:
- Codex CLI:
/prompts:subagent-{name}(e.g.,/prompts:subagent-translator) - Claude Code:
/subagent-{name}(e.g.,/subagent-translator)
- Codex CLI:
- Auto-Select Command — Automatically creates
/subagent-autocommand that reminds the Orchestrator Agent to read the manifest and select the app
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps