🤖
AutomationJavaScript

Agent Manager

by ccplugins

Agent Manager is an Automation skill for Claude Code, published by ccplugins in awesome-claude-code-plugins.

922 stars392 forkson ccplugins/awesome-claude-code-pluginsAdded 2026/08/22Repository updated 2026/08/12
awesome-claude-codeawesome-listawesome-pluginsawesome-resourcesclaude-codeclaude-code-commandsclaude-code-hooksclaude-code-mcpclaude-code-pluginclaude-code-subagents
Install in seconds
Install Agent Manager
Copy Agent Manager into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/agent-manager-skill/commands ~/.claude/skills/commands

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ccplugins/awesome-claude-code-plugins.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/agent-manager-skill/commands/agent-manager-skill.md in ccplugins/awesome-claude-code-plugins
Installs to
~/.claude/skills/commands
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Agent Manager does

Agent Manager orchestrates multiple local CLI agents in parallel with tmux. Use it to start, assign, monitor, and schedule agent tasks from the command line.

Agent Manager is cataloged under Automation on DirSkills. Agent Manager comes from a repository tagged awesome-claude-code, awesome-list, awesome-plugins, awesome-resources and claude-code.

Documentation

README

Usage

/agent-manager-skill <TASK>

Goal

Help the user run and coordinate multiple local agents in parallel using tmux.

Instructions

  1. Ask the user where agent-manager-skill is installed (or have them clone it):

    git clone https://github.com/fractalmind-ai/agent-manager-skill.git
    
  2. Run a quick environment check:

    python3 agent-manager/scripts/main.py doctor
    
  3. List configured agents:

    python3 agent-manager/scripts/main.py list
    
  4. Based on the user task ($ARGUMENTS), start/assign/monitor agents:

This is the opening of the README. Read the full README on GitHub.

Commands Agent Manager provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /agent-manager-skill

Frequently asked about Agent Manager

  • What else does ccplugins publish alongside Agent Manager?

    Agent Manager is one of 25 skills that DirSkills catalogs from ccplugins/awesome-claude-code-plugins, the repository it ships in. Its siblings there include AI Divination, AI Meeting and Ask. Each one is a separate skill with its own page in this directory, installs the same way Agent Manager does, and is maintained by ccplugins in that same repository. The rest of the collection is listed on the ccplugins/awesome-claude-code-plugins page.

  • How does Agent Manager compare to other Automation skills?

    Agent Manager ranks #904 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agent Manager against them. Open each page to compare what they document and how they install.

More from ccplugins/awesome-claude-code-plugins

Agent Manager is one of 25 skills cataloged on DirSkills from ccplugins/awesome-claude-code-plugins.

See all 25 skills
🔮
1w ago

AI Divination

AI Divination uses audited local tools to draw tarot, cast I Ching hexagrams, and perform Xiao Liu Ren readings. Use it when you need reproducible divination results and want the model to interpret structured JSON instead of inventing cards or lines.
AI Engineering
922392
🤝
1w ago

AI Meeting

AI Meeting runs structured multi-agent discussions to review plans, designs, proposals, and strategy choices. Use it when you need independent critique, cross-role debate, and a final decision report with provenance.
AI Engineering
922392
🧠
1w ago

Ask

Ask answers natural-language questions by searching a vault first, then deciding whether graphify or remote ingestion is needed. Use it for Second Brain questions about status, ownership, relationships, or how something works.
AI Engineering
922392
🪞
1w ago

Claude Reflect

Claude Reflect captures corrections during sessions and queues them for later review. Use it when users ask you to remember something or after meaningful work so they can run /reflect and update CLAUDE.md.
AI Engineering
922392
🗜️
1w ago

Compress

Compress scans a vault for broken backlinks, concept fragmentation, duplicated entities, miscategorized entities, and misnamed entities. It queues semantic fixes for review or delegates mechanical repairs to /bedrock:preserve.
Automation
922392
📄
1w ago

Confluence Fetcher

Confluence Fetcher converts Confluence pages into Markdown for internal Claude Code workflows. It tries Atlassian MCP first, then the REST API, and finally browser DOM extraction when earlier methods fail.
Automation
922392