gsd-stats
Display project statistics — phases, plans, requirements, git metrics, and timeline
npx skills add majiayu000/claude-skill-registry --skill gsd-stats --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
<objective> Display comprehensive project statistics including phase progress, plan execution metrics, requirements completion, git history stats, and project timeline. </objective> <!-- Workflow content (was: stats.md) --> <purpose> Display comprehensive project statistics including phases, plans, requirements, git metrics, and timeline. </purpose> <required_reading> Read the skill content below before starting. </required_reading> <process> <step name="gather_stats"> Gather project statistics: ```bash STATS=$(node "$GSD_TOOLS" stats json) if [[ "$STATS" == @file:* ]]; then STATS=$(cat "${STATS#@file:}"); fi ``` Extract fields from JSON: `milestone_version`, `milestone_name`, `phases`, `phases_completed`, `phases_total`, `total_plans`, `total_summaries`, `percent`, `plan_percent`, `requirements_total`, `requirements_complete`, `git_commits`, `git_first_commit_date`, `last_activity`. </step> <step name="present_stats"> Present to the user with this format: ``` # 📊 Project Statistics — {milestone_version} {milestone_name} ## Progress [████████░░] X/Y phases (Z%) ## Plans X/Y plans complete (Z%) ## Phases | Phase | Name | Plans | Completed | Status | |-------|------|-------|--------
if [[ "$STATS" == @file:* ]]; then STATS=$(cat "${STATS#@file:}"); fiWhat does the gsd-stats skill do?
Display project statistics — phases, plans, requirements, git metrics, and timeline
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gsd-stats --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
