Agent skill · Backend & API

claude-monitor

Monitor de performance do Claude Code e sistema local. Diagnostica lentidao, mede CPU/RAM/disco, verifica API latency e gera relatorios de saude do sistema.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill claude-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 6 KB
Bundled scripts: yes
Declared author: renat
Path: skills/claude-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Claude Monitor — Diagnóstico de Performance ## Overview Monitor de performance do Claude Code e sistema local. Diagnostica lentidao, mede CPU/RAM/disco, verifica API latency e gera relatorios de saude do sistema. ## When to Use This Skill - When the user mentions "lento" or related topics - When the user mentions "lentidao" or related topics - When the user mentions "lag" or related topics - When the user mentions "lagado" or related topics - When the user mentions "travando" or related topics - When the user mentions "claude lento" or related topics ## Do Not Use This Skill When - The task is unrelated to claude monitor - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Skill para diagnosticar e resolver problemas de lentidão no Claude Code e no sistema. Determina se o gargalo é local (PC) ou remoto (API Claude) e sugere ações corretivas. ## Quando Usar - Usuário reclama que o Claude Code está lento ou travando - Troca de sessões de conversa demora para carregar - Respostas do Claude demoram muito - PC parece lento enquanto usa o Claude Code - Qualquer menção a performance, lag, lentidão ##

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Quando Usar
  6. 1. Diagnóstico Rápido (HealthCheck.Py)
  7. 2. Interpretar O Resultado
  8. 3. Ações Corretivas Automáticas
  9. 4. Monitor Contínuo (Opcional)
  10. 5. Benchmark Da Api Claude (Opcional)
  11. Thresholds De Referência
  12. Dicas Para O Usuário
  13. Dependências
  14. Best Practices
Ships with 4 files
  • scripts/api_bench.py
  • scripts/config.py
  • scripts/health_check.py
  • scripts/monitor.py
Commands it runs
python C:\Users\renat\skills\claude-monitor\scripts\health_check.py
python C:\Users\renat\skills\claude-monitor\scripts\health_check.py --browsers-detail
python C:\Users\renat\skills\claude-monitor\scripts\monitor.py --interval 30 --duration 300
python C:\Users\renat\skills\claude-monitor\scripts\api_bench.py
More from agentic-awesome-skills
All skills →
About this skill
What does the claude-monitor skill do?

Monitor de performance do Claude Code e sistema local. Diagnostica lentidao, mede CPU/RAM/disco, verifica API latency e gera relatorios de saude do sistema.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill claude-monitor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going