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/ 100推荐值

导入这个 Skill

选择你的 coding agent,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.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
导入个人环境~/.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
手动放置目录.agents/skills/create-prototype-dashboardOfficial docs ↗
导入当前项目.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
导入个人环境~/.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
手动放置目录.claude/skills/create-prototype-dashboardOfficial docs ↗
导入当前项目.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
导入个人环境~/.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
手动放置目录.agents/skills/create-prototype-dashboardOfficial docs ↗
导入当前项目.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
导入个人环境~/.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
手动放置目录.agents/skills/create-prototype-dashboardOfficial docs ↗
导入当前项目.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
导入个人环境~/.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
手动放置目录.agents/skills/create-prototype-dashboardOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
# 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.