# Dashboard

> Generates and displays the status of all tracked projects with commentary

- Skill: `kursku/dashboard` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kursku/dashboard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kursku/dashboard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kursku (https://skillmd.com/u/kursku)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kursku/dashboard

---


# Dashboard

1. **Generate** the dashboard by running:
```bash
node ~/.claude/plugins/*/scripts/generate-dashboard.js
```

2. **Read** the generated file at `~/PROJECTS.md`

3. **Present** a commented summary covering:
   - How many projects are active (have a STATUS block configured)
   - Which have high priority but no recent activity (stalled)
   - Which project has the most pending tasks
   - Suggestion of which project deserves attention now, with a 1-line justification

