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 ↗
⚠ インストールには open-source 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.