Fähigkeiten agent-manager-skill
📦

agent-manager-skill

Sicher

Manage CLI Agents with Tmux

This skill enables Claude to manage multiple local CLI agents running in parallel tmux sessions, providing start/stop/monitor capabilities and cron-friendly scheduling for automated workflows.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 74 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "agent-manager-skill". agent-manager-skill list

Erwartetes Ergebnis:

  • EMP_0001: running (uptime: 2h 34m)
  • EMP_0002: running (uptime: 1h 12m)
  • EMP_0003: stopped

Verwendung von "agent-manager-skill". agent-manager-skill doctor

Erwartetes Ergebnis:

  • âś“ tmux installed (v3.3a)
  • âś“ python3 installed (3.10.12)
  • âś“ agents/ directory exists
  • âś“ 5 agents configured
  • All checks passed

Sicherheitsaudit

Sicher
v1 • 2/24/2026

Security audit complete. All 9 static findings are false positives. The skill contains only documentation with markdown code examples - no actual shell execution, no suspicious network activity, and no cryptographic code. The backticks flagged are markdown formatting, and the URL is a legitimate GitHub repo reference.

1
Gescannte Dateien
43
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
85
Inhalt
50
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

DevOps Workflow Automation

Run multiple background maintenance scripts in parallel, monitor their output, and schedule recurring tasks using cron.

Parallel AI Task Execution

Launch multiple Claude or other CLI agents simultaneously for different subtasks, then aggregate results.

Background Job Management

Start long-running processes in tmux sessions that persist beyond terminal sessions, with easy monitoring.

Probiere diese Prompts

List All Agents
Use the agent-manager-skill to list all currently running agents and their status.
Start Specific Agent
Start agent EMP_0001 using the agent-manager-skill and show me the output.
Monitor Agent Logs
Monitor the logs of agent EMP_0002 in real-time using the agent-manager-skill.
Assign Task to Agent
Assign the following task to agent EMP_0003 using the agent-manager-skill:

Follow teams/fractalmind-ai-maintenance.md Workflow

Bewährte Verfahren

  • Configure agents in the agents/ directory before attempting to start them
  • Use the doctor command first to verify all prerequisites are installed
  • Monitor agents during initial runs to ensure they behave as expected
  • Use descriptive agent IDs (like EMP_0001) for easy identification

Vermeiden

  • Starting agents without first running the doctor check
  • Assigning tasks to agents that are not properly configured
  • Not monitoring agent output during critical operations
  • Running too many agents simultaneously without resource monitoring

Häufig gestellte Fragen

What prerequisites does this skill require?
This skill requires tmux and python3 to be installed on your system. Run 'python3 agent-manager/scripts/main.py doctor' to verify installation.
How do I configure new agents?
Place agent configuration files in the agents/ directory. Refer to the repository examples for the required format and structure.
Can I run this skill remotely over SSH?
Yes, as long as tmux is installed on the remote system. The skill manages local tmux sessions and does not require a GUI.
How do I stop a running agent?
Use the stop command with the agent ID: 'python3 agent-manager/scripts/main.py stop EMP_0001'
Is this skill secure?
The skill runs local CLI commands only. Review agent configurations before running untrusted code. No network access is required by default.
Can I schedule agents to run on a cron schedule?
Yes, the skill supports cron-friendly scheduling. Configure scheduled tasks in the agents/ directory with cron expressions.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md