Stats banner
valsecchi75 valsecchi75

Stats

Data community

Description

--- name: stats description: Pipeline metrics from logs — task count, rejection rates, skill usage, iterations. Answers "is the plugin actually helping?". --- # /stats Pipeline analytics from `logs/`. ## Usage ``` /stats — today (default) /stats --today /stats --week /stats --month /stats --all ``` ## Steps 1. Scan `logs/pipeline/*.md` files within the requested timeframe. 2. Scan `logs/errors/*.md` files for failure counts. 3. Parse structured entries per the format in `ski

Installation

Installs to ~/.claude/skills/valsecchi75-project-scaffolder-stats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/valsecchi75-project-scaffolder-stats && curl -fsSL https://raw.githubusercontent.com/valsecchi75/project-scaffolder/HEAD/commands/stats.md -o ~/.claude/skills/valsecchi75-project-scaffolder-stats/SKILL.md

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

Full documentation available on GitHub

View Source Repository