{"id":"f0086215-4d3a-4e00-9148-4b0d38e916fd","shortId":"pzSQkd","kind":"skill","title":"dashboard","tagline":"Admin / analytics dashboard in a single HTML file. Fixed left sidebar,\ntop bar with user/search, main grid of KPI cards and one or two charts.\nUse when the brief asks for a \"dashboard\", \"admin\", \"analytics\", or\n\"control panel\" screen.","description":"# Dashboard Skill\n\nProduce a single-screen admin / analytics dashboard.\n\n## Workflow\n\n1. **Read the active DESIGN.md** (injected above). Colors, typography, spacing,\n   component styling all come from it. Do not invent new tokens.\n2. **Classify** what the dashboard monitors (sales, traffic, usage, incidents,\n   ops, etc.) from the brief. Generate specific, plausible metric names and\n   values — no \"Metric A / Metric B\" placeholders.\n3. **Lay out** the required regions:\n   - **Left sidebar** (220–260px): brand mark at top, 6–8 nav links with\n     icons, active state uses the DS accent.\n   - **Top bar**: page title on the left, search input + user avatar / status\n     on the right.\n   - **Main**:\n     - Row 1: 3–4 KPI cards (label + big number + delta vs. prior period).\n     - Row 2: one primary chart (full width or 2/3) — render as an inline SVG\n       line / bar / area chart drawn from real-looking numbers.\n     - Row 3: one secondary chart or table (recent events, top items, etc.).\n4. **Write** one self-contained HTML document:\n   - `<!doctype html>` through `</html>`, CSS in one inline `<style>` block.\n   - CSS Grid for the overall layout; Flexbox inside cards.\n   - Semantic HTML: `<aside>`, `<header>`, `<main>`, `<section>`.\n   - Tag each logical region with `data-od-id=\"slug\"` for comment mode.\n5. **Charts**: inline SVG only, no JS libraries. A line chart is ~10 lines of\n   `<polyline>` with a subtle area fill. A bar chart is N `<rect>`s with\n   DS-accent fill. Label axes lightly (muted text, smaller scale).\n6. **Self-check**:\n   - Every color comes from DESIGN.md tokens.\n   - Accent used at most twice (sidebar active + one chart highlight).\n   - Sidebar + top bar are sticky; main scrolls independently.\n   - Density matches the DS mood — airy DSes get more padding, dense DSes\n     (trading, crypto) tighten rows.\n\n## Output contract\n\nEmit between `<artifact>` tags:\n\n```\n<artifact identifier=\"dashboard-slug\" type=\"text/html\" title=\"Dashboard Title\">\n<!doctype html>\n<html>...</html>\n</artifact>\n```\n\nOne sentence before the artifact, nothing after.","tags":["dashboard","open","design","nexu-io","agent-skills","ai-agents","ai-design","byok","claude","claude-code-for-design","claude-design","coding-agents"],"capabilities":["skill","source-nexu-io","skill-dashboard","topic-agent-skills","topic-ai-agents","topic-ai-design","topic-byok","topic-claude","topic-claude-code-for-design","topic-claude-design","topic-coding-agents","topic-design-systems","topic-design-tools","topic-desktop-app","topic-figma-alternative"],"categories":["open-design"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/nexu-io/open-design/dashboard","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add nexu-io/open-design","source_repo":"https://github.com/nexu-io/open-design","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 36607 github stars · SKILL.md body (2,084 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-11T06:52:18.979Z","embedding":null,"createdAt":"2026-05-01T18:52:31.821Z","updatedAt":"2026-05-11T06:52:18.979Z","lastSeenAt":"2026-05-11T06:52:18.979Z","tsv":"'1':52,144 '2':73,157 '2/3':164 '220':109 '260px':110 '3':101,145,181 '4':146,192 '6':115 '8':116 'accent':126 'activ':55,121 'admin':2,35,48 'analyt':3,36,49 'area':172 'ask':31 'avatar':137 'b':99 'bar':14,128,171 'big':150 'brand':111 'brief':30,87 'card':21,148 'chart':26,160,173,184 'classifi':74 'color':59 'come':65 'compon':62 'contain':197 'control':38 'css':201 'dashboard':1,4,34,41,50,77 'delta':152 'design.md':56 'document':199 'drawn':174 'ds':125 'etc':84,191 'event':188 'file':9 'fix':10 'full':161 'generat':88 'grid':18 'html':8,198 'icon':120 'incid':82 'inject':57 'inlin':168,204 'input':135 'invent':70 'item':190 'kpi':20,147 'label':149 'lay':102 'left':11,107,133 'line':170 'link':118 'look':178 'main':17,142 'mark':112 'metric':91,96,98 'monitor':78 'name':92 'nav':117 'new':71 'number':151,179 'one':23,158,182,194,203 'op':83 'page':129 'panel':39 'period':155 'placehold':100 'plausibl':90 'primari':159 'prior':154 'produc':43 'read':53 'real':177 'real-look':176 'recent':187 'region':106 'render':165 'requir':105 'right':141 'row':143,156,180 'sale':79 'screen':40,47 'search':134 'secondari':183 'self':196 'self-contain':195 'sidebar':12,108 'singl':7,46 'single-screen':45 'skill':42 'skill-dashboard' 'source-nexu-io' 'space':61 'specif':89 'state':122 'status':138 'style':63 'svg':169 'tabl':186 'titl':130 'token':72 'top':13,114,127,189 'topic-agent-skills' 'topic-ai-agents' 'topic-ai-design' 'topic-byok' 'topic-claude' 'topic-claude-code-for-design' 'topic-claude-design' 'topic-coding-agents' 'topic-design-systems' 'topic-design-tools' 'topic-desktop-app' 'topic-figma-alternative' 'traffic':80 'two':25 'typographi':60 'usag':81 'use':27,123 'user':136 'user/search':16 'valu':94 'vs':153 'width':162 'workflow':51 'write':193","prices":[{"id":"c4f22985-26e3-446e-8bf9-dcbfccdff70c","listingId":"f0086215-4d3a-4e00-9148-4b0d38e916fd","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"nexu-io","category":"open-design","install_from":"skills.sh"},"createdAt":"2026-05-01T18:52:31.821Z"}],"sources":[{"listingId":"f0086215-4d3a-4e00-9148-4b0d38e916fd","source":"github","sourceId":"nexu-io/open-design/dashboard","sourceUrl":"https://github.com/nexu-io/open-design/tree/main/skills/dashboard","isPrimary":false,"firstSeenAt":"2026-05-01T18:52:31.821Z","lastSeenAt":"2026-05-11T06:52:18.979Z"},{"listingId":"f0086215-4d3a-4e00-9148-4b0d38e916fd","source":"skills_sh","sourceId":"nexu-io/open-design/dashboard","sourceUrl":"https://skills.sh/nexu-io/open-design/dashboard","isPrimary":true,"firstSeenAt":"2026-05-07T20:42:35.693Z","lastSeenAt":"2026-05-07T22:41:41.095Z"}],"details":{"listingId":"f0086215-4d3a-4e00-9148-4b0d38e916fd","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"nexu-io","slug":"dashboard","github":{"repo":"nexu-io/open-design","stars":36607,"topics":["agent-skills","ai-agents","ai-design","byok","claude","claude-code-for-design","claude-design","coding-agents","design-systems","design-tools","desktop-app","figma-alternative","generative-ai","hermes-agent","local-first","nextjs","no-code","prototyping","ui-generator","vibe-coding"],"license":"apache-2.0","html_url":"https://github.com/nexu-io/open-design","pushed_at":"2026-05-11T06:48:43Z","description":"🎨 Local-first, open-source alternative to Anthropic's Claude Design. ⚡ 19 Skills · ✨ 71 brand-grade Design Systems 🖼 Generate web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Runs on Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen / Copilot / Hermes / Kimi CLI.","skill_md_sha":"fd66edffbafab30e16c02d05a845c8deba99269a","skill_md_path":"skills/dashboard/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/nexu-io/open-design/tree/main/skills/dashboard"},"layout":"multi","source":"github","category":"open-design","frontmatter":{"name":"dashboard","description":"Admin / analytics dashboard in a single HTML file. Fixed left sidebar,\ntop bar with user/search, main grid of KPI cards and one or two charts.\nUse when the brief asks for a \"dashboard\", \"admin\", \"analytics\", or\n\"control panel\" screen."},"skills_sh_url":"https://skills.sh/nexu-io/open-design/dashboard"},"updatedAt":"2026-05-11T06:52:18.979Z"}}