progress
SolidShow reading and writing progress dashboard — how many sources read, chapters completed, word counts, and coverage gaps.
AI & Automation 28 stars
3 forks Updated 4 days ago MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /progress — Progress Dashboard Skill
## Purpose
Display a comprehensive dashboard of reading and writing progress: source counts by status, chapter word counts versus targets, and coverage gaps. Use to get a quick overview of the thesis project state.
## Trigger Words
This skill activates on: `progress`, `dashboard`, `status`, `how far`, `/progress`.
## Workflow
1. **Count reading notes by status.** Scan all `*_NOTES.md` files in `literature/reading_notes/` using Glob. For each file, extract the `Status` field and tally counts for `reading`, `completed`, and `integrated`.
2. **Count chapter word counts.** For each file in `chapters/`, count words (split on whitespace, exclude Markdown syntax markers like `#`, `|`, `---`). Compare against target word counts if a configuration file or chapter metadata specifies them. If no target is specified, use 5,000 words per chapter as the default.
3. **Calculate coverage per chapter.** Use the same logic as `/map` -- count how many sources are mapped to each chapter via the `Relevance` and `Thesis Connections` fields in notes files.
4. **Output the dashboard.**
## Output Format
```
## Progress Dashboard -- {YYYY-MM-DD}
### Reading: {completed + integrated}/{total} sources completed
| Status | Count |
|--------|-------|
| Reading | {N} |
| Completed | {N} |
| Integrated | {N} |
| **Total** | **{N}** |
### Writing: {total_words}/{target_words} words ({pct}%)
| Chapter | Title | Words | Target | % | Status |
|---------|-----...
Details
- Author
- yha9806
- Repository
- yha9806/academic-writing-toolkit
- Created
- 4 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
progress
Show the learner's tutor dashboard — courses, mastery map, streak, due reviews, weak spots, and recommended next step. Use when the user asks how they're doing, where they left off, or for their learning progress/stats.
0 Updated 1 weeks ago
kubilaiswf Code & Development Listed
status
Project dashboard, progress, what's done, what's next. Keywords: status, progress, dashboard, where am I, what's done, what's left, what's next, overview
2 Updated today
jvalin17 AI & Automation Solid
kata-progress
Use when the user asks for Kata project status, milestone progress, task progress, or execution state.
61 Updated 3 days ago
gannonh