Agents are configured under an agents/ directory (see the repo for examples).
1---2name: agent-manager-skill3description: Agent Manager Skill4---5# Agent Manager Skill67## When to use89Use this skill when you need to:1011- run multiple local CLI agents in parallel (separate tmux sessions)12- start/stop agents and tail their logs13- assign tasks to agents and monitor output14- schedule recurring agent work (cron)1516## Prerequisites1718Install `agent-manager-skill` in your workspace:1920```bash21git clone https://github.com/fractalmind-ai/agent-manager-skill.git22```2324## Common commands2526```bash27python3 agent-manager/scripts/main.py doctor28python3 agent-manager/scripts/main.py list29python3 agent-manager/scripts/main.py start EMP_000130python3 agent-manager/scripts/main.py monitor EMP_0001 --follow31python3 agent-manager/scripts/main.py assign EMP_0002 <<'EOF'32Follow teams/fractalmind-ai-maintenance.md Workflow33EOF34```3536## Notes3738- Requires `tmux` and `python3`.39- Agents are configured under an `agents/` directory (see the repo for examples).
Run npx skillmds@latest add comeonoliver/agent-manager-skill in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Agent Manager Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
ComeOnOliver (@comeonoliver) published this skill. Their other Agent Skills are listed on their SkillMD profile.