agent-manager-skill
Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
By sickn33 · 982 installs
npx skills add sickn33/agentic-awesome-skills --skill agent-manager-skill
Source repository · Upstream listing
Agent Manager Skill
When to Use
Use this skill when you need to:
run multiple local CLI agents in parallel (separate tmux sessions)
start/stop agents and tail their logs
assign tasks to agents and monitor output
schedule recurring agent work (cron)
Prerequisites
Install agent manager skill in your workspace:
Common commands
Notes
Requires tmux and python3 .
Agents are configured under an agents/ directory (see the repo for examples).
Limitations
Use this skill only when the task clearly matches the scope described above.
Do not treat the output as a substitute for environment specific validation, testing, or expert review.
Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.