ecos-resource-monitoring

Monitor CPU, memory, disk, and agent capacity thresholds before spawning agents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Emasoft/emasoft-chief-of-staff --skill ecos-resource-monitoring
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ecos-resource-monitoring
Source: https://github.com/Emasoft/emasoft-chief-of-staff/tree/main/skills/ecos-resource-monitoring
Command: npx skills add https://github.com/Emasoft/emasoft-chief-of-staff --skill ecos-resource-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Resource monitoring ensures that the multi-agent team has sufficient capacity to operate effectively and prevents coordination failures caused by resource exhaustion.

Core Features & Use Cases

  • Proactive resource checks: CPU, memory, disk, and agent instance counts before spawning new agents.
  • Instance limit awareness: tracks concurrent sessions, API rate limits, and queue backlogs.
  • Alert-driven response: escalates to Chief of Staff via AI Maestro and messages when thresholds are crossed.
  • Continuous monitoring: runs checks at regular intervals and logs metrics.

Quick Start

Always run a system resource check before spawning agents and adjust spawning accordingly based on thresholds.

Frequently Asked Questions about ecos-resource-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor system resources before spawning new agents?▼

Resource monitoring tracks concurrent API rate limits and queue backlogs to prevent capacity breaches. It checks instance limits and active sessions before agent spawning to ensure system stability and reliable team coordination.

How does alert-driven response work when resource thresholds are crossed?▼

Alert-driven response dispatches notifications via AI Maestro and the agent-messaging system when resource thresholds are crossed. This escalates capacity issues to the Chief of Staff to prevent coordination failures caused by resource exhaustion.

What's the best way to track API rate limits and concurrency for multi-agent teams?▼

Tracking API rate limits and concurrency requires continuous monitoring that logs metrics at regular intervals. This approach tracks active sessions and queue backlogs to prevent threshold breaches during multi-agent operations.

Why does agent spawning fail during capacity planning?▼

Agent spawning fails during capacity planning when system resources like CPU, memory, or disk exceed configured thresholds. Running proactive resource checks before spawning identifies insufficient capacity and prevents coordination failures.

Can I use resource monitoring for capacity planning across multiple projects?▼

Yes, resource monitoring supports capacity planning across multiple projects. It enforces CPU, memory, and disk thresholds, tracks active sessions, and generates reports to ensure safe scaling and reliable coordination.

When should I not spawn new agents in a multi-agent system?▼

You should not spawn new agents when CPU, memory, or disk thresholds are breached, or when concurrent sessions and API rate limits reach maximum capacity. Always run a system resource check first and adjust spawning accordingly.