Agent skill · Data & Analytics

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.

nexu95,528★ · +2,037/wk · 5 repos on radarProfile →
claude-codecodexcursorApache-2.0
Install
npx skills add nexu-io/open-design --skill github-dashboard --agent claude-code

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

Facts
Files in the skill folder: 7
SKILL.md size: 7 KB
Bundled scripts: none
Path: design-templates/github-dashboard/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 83,577 · +1,339 this week
Language: TypeScript
Read our review of the source →

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

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Resource map
  2. When to use this skill
  3. Workflow
  4. Visual rules
  5. Self-check
Ships with 6 files
  • example.html
  • references/README.md
  • references/artifact-example.json
  • references/example-data.json
  • references/provenance-example.json
  • references/template.html
More from open-design
All skills →
About this skill
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.

Keep going