jexp

Classify Stats — Development skill for Claude Code

Development community

Render classification statistics (1/7/30/90 days, human vs agent pyramid + table).

How to install Classify Stats

Installs to ~/.claude/skills/jexp-classify-plugin-classify-stats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jexp-classify-plugin-classify-stats && curl -fsSL https://raw.githubusercontent.com/jexp/classify-plugin/HEAD/commands/classify-stats.md -o ~/.claude/skills/jexp-classify-plugin-classify-stats/SKILL.md

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

What Classify Stats does


description: Render classification statistics (1/7/30/90 days, human vs agent pyramid + table) argument-hint: [--project ] [--days 1,7,30,90]

Run the classify-plugin stats renderer and show its output verbatim:

node "${CLAUDE_PLUGIN_ROOT}/scripts/stats.js" $ARGUMENTS

If the user didn't pass a project filter, run it without arguments (all projects). Optionally also run `node "${CLAUDE_PLUGIN_ROOT}/scripts/stats.js" --list-projects` first so the user can see which proj

Alternatives in Development

  • Mempalace Mine — Mine projects and conversations into the MemPalace 58.6k ★
  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
  • Last30days Skill — Claude Code skill that researches any topic across Reddit + X from the last 30 days, then writes copy-paste-re 4.4k ★

Full documentation available on GitHub

View Source Repository