skills/amcos-agent-hibernation/SKILL.md
Use when hibernating idle agents or waking hibernated agents. Trigger with hibernate, wake, or resource pressure events. Loaded by ai-maestro-chief-of-staff-main-agent
npx skillsauth add emasoft/ai-maestro-chief-of-staff amcos-agent-hibernationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Suspends idle agents and resumes them when needed. Preserves full state so agents resume where they left off.
ai-maestro-agents-management and agent-messaging skillsCopy this checklist and track your progress:
SPAWNING -> RUNNING <-> HIBERNATED
|
v
TERMINATED
amcos-permission-management. BLOCK until approved.agent-messaging (type: hibernation-warning)ai-maestro-agents-managementuv run python scripts/amcos_team_registry.py update-status --name <agent> --status hibernatedai-maestro-agents-management (--continue)| Resource | Limit | Action | |----------|-------|--------| | Concurrent agents | 5 | Queue/hibernate oldest idle | | Memory per agent | 2GB | Terminate/hibernate | | Idle timeout | 30 min | Hibernate |
Remote host ops require GovernanceRequest; state replicated via GovernanceSyncMessage.
| Operation | Expected Output | |-----------|----------------| | Hibernate | State saved, session suspended, registry "hibernated" | | Wake | Session resumed, agent responsive, registry "running" |
| Issue | Resolution | |-------|-----------| | Active work during hibernate | Wait for completion or checkpoint | | State capture fails | Retry once, warn (state loss risk) | | Wake fails | Force-wake, respawn if needed (see 3.7) | | Resource limit on wake | Hibernate another idle agent first | | Unresponsive after wake | Wait 60s, retry, then terminate/respawn |
# Warn -> wait 2min -> hibernate -> update registry
uv run python scripts/amcos_team_registry.py update-status \
--name ampa-svgbbox-impl --status hibernated
# Wake (--continue) -> notify -> update registry
uv run python scripts/amcos_team_registry.py update-status \
--name ampa-svgbbox-impl --status running
Copy this checklist and track your progress:
testing
Use when analyzing staffing needs, assessing role requirements, planning agent capacity, or creating staffing templates for multi-agent orchestration. Trigger with team sizing or staffing requests. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when consulting detailed staff planning references. Trigger with staff planning lookups. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when validating skill directory structure, reindexing skills for Perfect Skill Suggester, or managing skill activation and discovery. Trigger with skill validation, indexing, or update requests. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when consulting detailed skill management references. Trigger with skill management lookups. Loaded by ai-maestro-chief-of-staff-main-agent