| name | amcos-resource-monitoring |
| description | Use when monitoring system resources or managing capacity. Trigger with resource checks, alerts, or instance limit queries. Loaded by ai-maestro-chief-of-staff-main-agent |
| user-invocable | false |
| license | Apache-2.0 |
| compatibility | Requires system access, AI Maestro installed, alerting capabilities. |
| metadata | {"author":"Emasoft","version":"1.0.0"} |
| context | fork |
| agent | ai-maestro-chief-of-staff-main-agent |
AI Maestro Chief of Staff Resource Monitoring Skill
Overview
Track system resources, instance limits, and resource alerts to ensure multi-agent team capacity.
Prerequisites
- Resource monitoring scripts available
- Resource limits configured
- Alert thresholds defined
Instructions
- Identify resource to monitor
- Query current usage
- Compare against limits
- Act if limits exceeded
Checklist
Copy this checklist and track your progress:
Output
Memory: usage/limit/%. Agents: active/max. API: rate/quota.
Core Procedures
PROCEDURE 1: Check System Resources
PROCEDURE 2: Monitor Instance Limits
PROCEDURE 3: Handle Resource Alerts
Identify alert, assess severity, act, notify. See resource-alerts in Resources
Operational Procedures
Examples
Input: "Check system resources before spawning 3 new agents"
Output:
System resources: CPU 45%, Memory 6.2/16GB (39%), Disk 58GB free
Active agents: 7/15 (headroom: 8). Spawning 3 is safe.
[DONE] Resources OK - 3 agents can be spawned.
See examples-and-checklists for more examples.
Error Handling
- Unable to check resources: verify commands, check permissions
- Instance count inconsistent: force registry refresh, reconcile
- Alerts not triggering: verify config, check interval, test mechanism
Resources
- resource-alerts — Alert types, severity, response, escalation
- examples-and-checklists — Resource monitoring examples
- Task Checklist
- Example 1: Basic System Resource Check
- Example 2: Counting Active Agent Sessions
- Example 3: Resource Alert Response