dashboard-conventions

dashboard-conventions is a skill for Claude Code from justnau1020/claude-os. It costs 30 tokens per session (296 once invoked), scanned A, original, Apache-2.0.

A set of frontend conventions for dashboards built with HTML, JavaScript, and CSS. It covers file structure, themes, API requests, loading and error states, polling, and responsive layouts.

In plain words
What is it for?
Use it when modifying dashboard pages, connecting them to APIs, adding themes, handling loading or errors, or supporting smaller screens.
Why use it?
It keeps dashboard changes consistent and makes common frontend behavior predictable.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it when modifying dashboard pages, connecting them to APIs, adding themes, handling loading or errors, or supporting smaller screens.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/justnau1020/claude-os/dashboard-conventions
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add justnau1020/claude-os --skill dashboard-conventions
Clone the repo
git clone --depth 1 https://github.com/justnau1020/claude-os

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dashboard-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/justnau1020/claude-os/dashboard-conventions/github.svg)](https://agentmods.dev/skills/justnau1020/claude-os/dashboard-conventions)
Your own site
<a href="https://agentmods.dev/skills/justnau1020/claude-os/dashboard-conventions"><img src="https://agentmods.dev/badge/skills/justnau1020/claude-os/dashboard-conventions/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dashboard-conventions

Your own site · 80×15
<a href="https://agentmods.dev/skills/justnau1020/claude-os/dashboard-conventions"><img src="https://agentmods.dev/badge/skills/justnau1020/claude-os/dashboard-conventions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 296 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00296
Opus 5 $0.00015 $0.00148
Sonnet 5 $0.00006 $0.00059
Haiku 4.5 $0.00003 $0.00030

Measured 11d ago against content hash f902c15d0917, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dashboard-conventions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/conventions/dashboard-conventions/SKILL.md · 33 lines

What it actually says

Dashboard Conventions

These conventions apply when working on the frontend/dashboard.

Architecture

  • No build step preferred: Vanilla HTML/JS/CSS served directly (if applicable)
  • Minimal dependencies: Prefer CDN-hosted libraries over npm packages where possible
  • Theme system: CSS custom properties for all colors, enabling dark/light theme support

Patterns

  • API calls: Use fetch() with proper error handling and auth headers
  • Polling: Configurable interval for real-time data updates (if not using WebSocket/SSE)
  • Responsive: Desktop-primary with responsive breakpoints for mobile
  • CSS variables: All theme colors defined as custom properties

File organization

  • One HTML file per page/view
  • Matching JS file for logic (e.g., dashboard.html + dashboard.js)
  • Shared styles in a common stylesheet, page-specific styles in dedicated files
  • Assets organized in dedicated directories (images, icons, fonts)

API Integration

  • All API calls go through a shared fetch wrapper that handles auth and errors
  • Loading states shown during API calls
  • Error states display actionable messages to users
  • Optimistic updates where appropriate, with rollback on failure
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 33 lines · 30 tokens per session scan A f902c15d0917

Subscribe to this mod's changes

dashboard-conventions is a skill published in the GitHub repository justnau1020/claude-os (3 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 30 tokens to every session and 296 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build landing pages, websites, dashboards, web components, or any frontend UI. Generates creative, polished code that avoids generic AI aesthetics.

tobihagemann/turbo · 48 tokens

chinese-web-themes

A collection of eight CSS themes for giving websites a Chinese-inspired visual style, with typography rules for Chinese text.

sanhuang520-ship-it/awesome-chinese-ai-tools · 79 tokens

design-preview

A method for turning an existing or proposed interface into a self-contained HTML preview that can be opened and checked in Chrome.

BackToCimaCoppi/Praxis · 84 tokens

uiuxdesign

UI/UX design quality across interfaces - visual design, UX review, accessibility audits, design systems, and design critique - plus modern web frontend implementation. Use for design-quality scoring and refactor loops, design reviews, style selection (40+ named styles), color palettes and font pairing by product type…

vanducng/skills · 136 tokens

opendesign

Generate polished single-file HTML design artifacts using the nexu-io/open-design catalog of production skills and brand-grade design systems. Use when the user asks to design, mock up, prototype, draft, build, or render a visual web artifact, chooses a brand/style direction, requests a deck/PPT, hero, section…

vanducng/skills · 116 tokens

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…

dxkjuanjuan/ui-forge · 90 tokens