github-dashboard
GitHub repository analytics dashboard — stars, forks, contributors, issues, pull requests, recent activity, and top contributors. Use when the brief asks for a GitHub repo dashboard, open-source growth report, repository health page, or GitHub analytics view.
npx skills add nexu-io/open-design --skill github-dashboard --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.
# GitHub Dashboard Skill Create a single-screen GitHub repository analytics dashboard in the FlowAI / Soft Paper Workspace visual style: warm off-white canvas, white rounded panels, a fixed left sidebar, compact KPI cards, pastel pills, dense tables, and low-contrast hairlines. ## Resource map ``` github-dashboard/ ├── SKILL.md ├── example.html ← rendered reference dashboard └── references/ ├── template.html ← live-artifact-compatible HTML template ├── example-data.json ← normalized public GitHub data shape ├── artifact-example.json ← minimal live-artifact create input └── provenance-example.json ← safe source/provenance example ``` ## When to use this skill Use this when the user asks for a dashboard or report about a single GitHub repository, for example: - repository growth dashboard - open-source project health report - GitHub stars / forks / contributors analytics - issue and pull-request activity page - maintainer / contributor dashboard If the user asks for refreshability, source auditability, or scheduled updates, produce the live-artifact source set (`template.html`, `data.json`, `artifact.json`, `provenance.json`) and follow the `live-artifact` contract. If they only need
- Resource map
- When to use this skill
- Workflow
- Visual rules
- Self-check
What does the github-dashboard skill do?
GitHub repository analytics dashboard — stars, forks, contributors, issues, pull requests, recent activity, and top contributors. Use when the brief asks for a GitHub repo dashboard, open-source growth report, repository health page, or GitHub analytics view.
How do I install it?
Run `npx skills add nexu-io/open-design --skill github-dashboard --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 nexu-io/open-design, a repository with 83,577 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.