Web & Frontendlow risk

create-prototype-dashboard

Create a polished operations dashboard prototype with dense KPIs, status tables, and a focused command-center layout.

nexu-io/open-design·plugins/spec/examples/create-prototype-dashboard/SKILL.md
60/ 100Recommendation

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a codex -y
Personal installation~/.agents/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a codex -g -y
Manual folder.agents/skills/create-prototype-dashboardOfficial docs ↗
Project installation.claude/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a claude-code -y
Personal installation~/.claude/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a claude-code -g -y
Manual folder.claude/skills/create-prototype-dashboardOfficial docs ↗
Project installation.agents/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a github-copilot -y
Personal installation~/.copilot/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a github-copilot -g -y
Manual folder.agents/skills/create-prototype-dashboardOfficial docs ↗
Project installation.agents/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a cursor -y
Personal installation~/.cursor/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a cursor -g -y
Manual folder.agents/skills/create-prototype-dashboardOfficial docs ↗
Project installation.agents/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a gemini-cli -y
Personal installation~/.gemini/skills/create-prototype-dashboard
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/spec/examples/create-prototype-dashboard -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/create-prototype-dashboard
Manual folder.agents/skills/create-prototype-dashboardOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# Example Ops Dashboard

Use this plugin when the user wants a realistic product, operations, or customer-success dashboard prototype.

## Workflow

1. Identify the operator role, the key decisions they need to make, and the time window.
2. Build a single-file HTML artifact with a persistent navigation rail, KPI row, primary chart area, and action table.
3. Use real-looking labels and numbers instead of placeholders.
4. Check that the layout works at laptop width and that tables remain readable.
5. Return `index.html` as the primary artifact.

## Quality Checks

- The dashboard is useful for scanning and repeated work.
- The main action table has status, owner, priority, and next step columns.
- Text stays inside compact controls and cards.
- No external network assets are required.