dashboard-layout

dashboard-layout is a command for coding agents from Adityaraj0421/naksha-studio. It costs 37 tokens per session (1,629 once invoked), scanned A, original, MIT.

A command that designs and builds a complete dashboard layout in production-ready HTML and CSS. A dashboard is a screen that brings together metrics, charts, tables, navigation, and filters.

In plain words
What is it for?
Use it for SaaS, e-commerce, fintech, healthcare, engineering, marketing, and other dashboards with KPI cards, charts, data tables, filters, responsive layouts, or dark mode.
Why use it?
It removes the need to assemble common dashboard pieces and responsive behavior from scratch. It can adapt the layout to analytics, operational, executive, admin, reporting, or monitoring work.

Command

Part of the naksha-studio plugin — 47 commands, 7 agents shipped together

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.

agentmods
npx agentmods add commands/adityaraj0421/naksha-studio/dashboard-layout
Clone the repo
git clone --depth 1 https://github.com/Adityaraj0421/naksha-studio

Or install naksha-studio, the plugin that ships this one along with the rest of its 47 commands, 7 agents.

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-layout

README.md
[![agentmods](https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/dashboard-layout.svg)](https://agentmods.dev/commands/adityaraj0421/naksha-studio/dashboard-layout)
Your own site
<a href="https://agentmods.dev/commands/adityaraj0421/naksha-studio/dashboard-layout"><img src="https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/dashboard-layout.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00037 $0.01629
Opus 5 $0.00018 $0.00814
Sonnet 5 $0.00007 $0.00326
Haiku 4.5 $0.00004 $0.00163

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

Security

Grade A, and why

dashboard-layout 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 5d 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.

commands/dashboard-layout.md · 190 lines

How it starts

The opening of the file, as written. The whole thing — 190 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/dashboard-layout

Design a complete dashboard: sidebar navigation, KPI row, chart areas, filter bar, and data tables. Outputs production-ready HTML/CSS with responsive behavior and dark mode support.

Usage: /dashboard-layout <description>

Examples:

  • /dashboard-layout SaaS analytics dashboard with MRR, churn, active users
  • /dashboard-layout e-commerce admin: orders, revenue, inventory, customer table
  • /dashboard-layout monitoring dashboard for API performance metrics --style dark-tech
  • /dashboard-layout --type executive weekly business review for C-suite

Process

1. Parse the Request

Extract from $ARGUMENTS:

  • Dashboard type: analytics | operational | executive | admin | reporting | monitoring
  • Domain: SaaS, e-commerce, fintech, healthcare, engineering, marketing, etc.
  • KPI metrics: Extract 3–6 headline metrics from the description
  • Style: --style dark-tech (default for monitoring), --style minimal, --style corporate
  • Type flag: --type executive adjusts information density and layout
  • Dark flag: --dark renders dark-first

2. Select Dashboard Pattern

Apply the dashboard type pattern from the Dashboard Architect reference:

Type Primary layout Density Key emphasis
analytics Sidebar + wide charts + KPI row Medium Time-series charts, period comparison
operational Dense grid + real-time indicators High Status badges, alert log, gauges
executive Spacious, large typography Low Headline KPIs, sparklines, trend arrows
admin Table-heavy + sidebar High CRUD tables, filters, bulk actions
monitoring Full-width timeline + alert panel High Color-coded status, incident feed

3. Define Information Hierarchy

Establish the three-level hierarchy:

Level 1 — KPI Cards (top): 3–5 metrics that answer the core question

  • For each KPI: label, current value, unit, trend vs previous period, optional sparkline

Read the full file on GitHub · 190 lines

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. 5d ago First seen · 190 lines · 37 tokens per session scan A ae1296f3ecbb

Subscribe to this mod's changes

dashboard-layout is a command published in the GitHub repository Adityaraj0421/naksha-studio (316 stars, last pushed 2mo ago), licensed MIT. It adds 37 tokens to every session and 1,629 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-30.