FREE
AI/ML Integration
agent-manager-skill
Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
Try it — you'd type
“Help me with agent-manager-skill.”
And you'd get back
Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
Formatted for Claude, no fluff, no preamble.
Works the same way every time you ask.
Adding it takes about 30 seconds
1
Click Get this skill. Grab the .md file, one click, no account needed.
2
Add it to Claude. Drop it into ~/.claude/skills/. Claude picks it up the next time you open a session.
3
Ask normally. Type your question. The skill triggers on the right keywords — you don't have to remember anything.
You might also like
OpenAI Integration
Integrate OpenAI API with best practices
Claude API Setup
Set up Claude/Anthropic API integration
Embedding Search
Implement vector embedding search
RAG Pipeline
Build Retrieval-Augmented Generation pipeline
Prompt Template
Create reusable prompt templates with variables
AI Streaming
Implement streaming AI responses
SKILL FILEWhat Claude actually reads
## 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: ```bash git clone https://github.com/fractalmind-ai/agent-manager-skill.git ``` ## Common commands ```bash python3 agent-manager/scripts/main.py doctor python3 agent-manager/scripts/main.py list python3 agent-manager/scripts/main.py start EMP_0001 python3 agent-manager/scripts/main.py monitor EMP_0001 --follow python3 agent-manager/scripts/main.py assign EMP_0002 <<'EOF' Follow teams/fractalmind-ai-maintenance.md Workflow EOF ``` ## Notes - Requires `tmux` and `python3`. - Agents are configured under an `agents/` directory (see the repo for examples).