Agent skill
minion-metrics
View analytics and performance data for minions. Shows success rates, latency, and session history.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/minion-metrics-felixmanojh-minions-2
SKILL.md
Minion Metrics
View performance analytics for minion operations.
Command
source .venv/bin/activate && python scripts/minions.py --json metrics
What It Shows
- Total tasks and success rate
- Today's activity
- Performance by model
- Latency stats
- Recent sessions
Example Output
=== Minion Metrics ===
Total tasks: 47
Success rate: 91%
Today: 12 tasks
By model:
qwen2.5-coder:7b: 35 tasks, avg 4.2s
deepseek-coder:1.3b: 12 tasks, avg 2.1s
Recent:
20260112-143012: polish src/foo.py ✓
20260112-142856: sweep llm_gc/ ✓
Options
# Limit events
python scripts/minions.py --json metrics --limit 20
Data Location
Metrics stored at ~/.minions/metrics.json
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?