Sheldon-desouza

Orch Stats — Development skill for Claude Code

Development community

Show orchestrator metrics — gate denials, routing mix by class and tier, spawns per session, clarify misses — from the local metrics log.

How to install Orch Stats

Installs to ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-stats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-stats && curl -fsSL https://raw.githubusercontent.com/Sheldon-desouza/claude-code-orchestrator/HEAD/commands/orch-stats.md -o ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-stats/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Orch Stats does


description: Show orchestrator metrics — gate denials, routing mix by class and tier, spawns per session, clarify misses — from the local metrics log. argument-hint: [--json] allowed-tools: Bash

Run `python3 "${CLAUDE_PLUGIN_ROOT}/scripts/stats.py" $ARGUMENTS` and present the output. The log is local (`~/.claude/orchestrator/metrics.jsonl`), never sent anywhere, and `ORCH_METRICS=0` turns it off.

If the log is empty, say that the plugin has not seen an orchestrated session yet on this

Alternatives in Development

  • Oob — Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to th 4.5k ★
  • Speckit.Clarify 2.3k ★
  • Skillforge — The ultimate meta-skill for generating best-in-class Claude Code skills 559 ★

Full documentation available on GitHub

View Source Repository