Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interstatHow this skill is triggered — by the user, by Claude, or both
Slash command
/interstat:reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the token efficiency report showing subagent type breakdown, top consumers, percentile analysis, and decision gate verdict.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Run the token efficiency report showing subagent type breakdown, top consumers, percentile analysis, and decision gate verdict.
Invoke when the user wants to see token consumption analysis or check the decision gate.
Arguments:
0 for all-time.DAYS="${args:-7}"
if [ "$DAYS" = "0" ]; then DAYS=9999; fi
bash ${CLAUDE_PLUGIN_ROOT}/scripts/report.sh $DAYS/interstat:interstat-analyze first