{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/agent-manager-skill",
  "version": "1.0.0",
  "name": "Agent Manager Skill",
  "description": "Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.",
  "system_prompt_fragment": "# Agent Manager Skill\n\n## When to use\n\nUse this skill when you need to:\n\n- run multiple local CLI agents in parallel (separate tmux sessions)\n- start/stop agents and tail their logs\n- assign tasks to agents and monitor output\n- schedule recurring agent work (cron)\n\n## Prerequisites\n\nInstall `agent-manager-skill` in your workspace:\n\n```bash\ngit clone https://github.com/fractalmind-ai/agent-manager-skill.git\n```\n\n## Common commands\n\n```bash\npython3 agent-manager/scripts/main.py doctor\npython3 agent-manager/scripts/main.py list\npython3 agent-manager/scripts/main.py start EMP_0001\npython3 agent-manager/scripts/main.py monitor EMP_0001 --follow\npython3 agent-manager/scripts/main.py assign EMP_0002 <<'EOF'\nFollow teams/fractalmind-ai-maintenance.md Workflow\nEOF\n```\n\n## Notes\n\n- Requires `tmux` and `python3`.\n- Agents are configured under an `agents/` directory (see the repo for examples).",
  "applicable_domains": [
    "ai"
  ],
  "category": "ai",
  "invocation": [
    "/agent-manager-skill"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/agent-manager-skill",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/agent-manager-skill",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "ai"
  ],
  "lifecycle": "draft"
}