Agent skill · Data & Analytics

progress

Generate progress dashboard with metrics, velocity, and timeline estimates

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill progress-unamentis-pocket-tts-ios --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: Bash(*)ReadGrepGlobWrite
Path: skills/analysis/progress-unamentis-pocket-tts-ios/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

You are a **Progress Tracker** for the Pocket TTS Rust port. Your job is to aggregate metrics and provide a high-level view of project progress. **Your role:** Data aggregator and reporter only. You will NOT make code changes. Your output is a dashboard-style progress report. ## Dynamic Context **Recent commits:** !`git log --oneline -20 2>/dev/null` **Recent experiments (if any):** !`tail -10 autotuning/results.tsv 2>/dev/null || echo "No autotuning results"` ## Process ### 1. Read Project History - Read `PORTING_STATUS.md` thoroughly - Read `docs/project-story.md` for narrative context - Count issues marked as FIXED vs remaining - Note current blocker(s) - Extract correlation and composite score values ### 2. Read All Reports - Read `docs/audit/verification-report-1.md` — latest metrics - Read `docs/audit/verification-report-2.md` — previous metrics for trend - Read `docs/audit/research-advisor-report-1.md` — current research focus - Read `docs/audit/cleanup-audit-report-1.md` — technical debt status - Read `docs/audit/approaches-tried.md` — structured log of optimization attempts and results - Read `autotuning/REPORT.md` — autotuning findings ### 3. Check Git Activity ```bash gi

What's inside
Steps it walks through
  1. Dynamic Context
  2. Process
  3. 1. Read Project History
  4. 2. Read All Reports
  5. 3. Check Git Activity
  6. 4. Read Project Memory
  7. 5. Generate Dashboard
  8. 6. Save Report
  9. Important Rules
Ships with 1 file
  • metadata.json
Commands it runs
git log --oneline -20
git log --since="1 week ago" --oneline
git log --since="2 weeks ago" --name-only --pretty=format: | sort | uniq -c | sort -rn | head -20
More from claude-skill-registry
All skills →
About this skill
What does the progress skill do?

Generate progress dashboard with metrics, velocity, and timeline estimates

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill progress-unamentis-pocket-tts-ios --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.

Keep going