Agent skill
runtime-diagnostics
Run local system diagnostics and model benchmarks across CPU, memory, GPU, NPU, Docker, and Kubernetes; use when asked to benchmark, health-check, or collect environment diagnostics, and store a summary in memory.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/runtime-diagnostics
SKILL.md
Runtime Diagnostics
Use this skill to collect a consistent diagnostics snapshot with timeouts and safe fallbacks.
Workflow
- Run the diagnostics script:
python skills/automation/runtime-diagnostics/scripts/diagnostics.py --runs 1
- If Docker or CIM access fails, rerun with elevated permissions.
- Share the JSON output summary and note any failures/timeouts.
- The script stores a semantic memory entry with the full context.
Notes
- The script times out Kubernetes queries; it will record errors instead of hanging.
- If sentence-transformers or embedding backends are missing, the benchmark can still run.
- Use
--runs 3for a deeper model benchmark (slower).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?