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 を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.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プロジェクトに導入.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プロジェクトに導入.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-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-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 -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/spec/examples/create-prototype-dashboard⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
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.