A

Agent Manager

@sickn33
Visit Skill
Share:

Manage multiple local CLI agents via tmux sessions.

Security Reviewed

Agent Manager has passed manual security review and repository inspection. Public summary available; full install notes and review details are for members.

Member unlock

Register to view the full install guide, detailed security report, compatibility checks, and usage insights.

What is Agent Manager?

Agent Manager is a specialized skill for controlling and monitoring multiple AI agents running in terminal sessions using tmux.

Key features of Agent Manager

  • Session persistence via tmux
  • Concurrent agent execution

+ 2 more features available to members

Installation

Install Guide for Members

Register to unlock the full install command, step-by-step setup, configuration instructions, and verified usage notes.

Sign In to Unlock

Free registration • Instant access

Security Review

Security Review Report

Sign in to view the full audit notes, review date, reviewer, compatibility validation, and operational guidance.

Sign In to Unlock

Free registration • Instant access

Compatibility & Member Insights

Compatibility & Usage Insights

Register to see tested platforms, dependency notes, setup caveats, and member usage feedback before installing.

Sign In to Unlock

Free registration • Instant access

Supported Platforms

antigravityclaudecursor

Server Config

config.json
{
  "mcpServers": {
    "agent-manager-skill": {
      "command": "npx",
      "args": [
        "-y",
        "agent-manager-skill"
      ]
    }
  }
}
View on GitHub