progress
Generate progress dashboard with metrics, velocity, and timeline estimates
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
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
- Dynamic Context
- Process
- 1. Read Project History
- 2. Read All Reports
- 3. Check Git Activity
- 4. Read Project Memory
- 5. Generate Dashboard
- 6. Save Report
- Important Rules
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
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.
