agent-manager-skill
Documentation & ProductivitéManage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
Documentation
Agent Manager Skill
When to use
Use this skill when you need to:
Prerequisites
Install agent-manager-skill in your workspace:
git clone https://github.com/fractalmind-ai/agent-manager-skill.gitCommon commands
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
EOFNotes
tmux and python3.agents/ directory (see the repo for examples).Compétences similaires
Explorez d'autres agents de la catégorie Documentation & Productivité
skill-creator
"This skill should be used when the user asks to create a new skill, build a skill, make a custom skill, develop a CLI skill, or wants to extend the CLI with new capabilities. Automates the entire skill creation workflow from brainstorming to installation."
agent-memory-systems
"Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm"
fastapi-pro
Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and