Stats
Actions
Tags
How 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.
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 firstnpx claudepluginhub mistakeknot/interagency-marketplace --plugin interstatCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.