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⚠ 安裝指令使用開源 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.