Multicli Subagents banner
OleynikAleksandr OleynikAleksandr

Multicli Subagents

DevOps community

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).**

![Version](https://img.shields.io/badge/version-0.0.25-blue) ![VS Code](https://img.shields.io/badge/VS%20Code-1.85+-purple) ![License](https://img.shields.io/badge/license-MIT-green)

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)
  • Auto-Select Command — Automatically creates /subagent-auto command that reminds the Orchestrator Agent to read the manifest and select the app