dashboard-developer

dashboard-developer is an agent for coding agents from promptclickrun/power-agents-blueprint. It costs 100 tokens per session (2,742 once invoked), scanned A, original, MIT.

A coding agent that creates one self-contained HTML dashboard for visualizing Power Platform or Copilot Studio architecture, using built-in SVG diagrams instead of Mermaid.

In plain words
What is it for?
Use it to display architecture, database relationships, data flows, and system components in a single HTML file.
Why use it?
It turns an architecture description into a responsive page with diagrams, tabs, statistics, and expandable details without external scripts.

Agent

Part of the power-agents-blueprint plugin — 2 skills, 4 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 agents/promptclickrun/power-agents-blueprint/dashboard-developer
Clone the repo
git clone --depth 1 https://github.com/promptclickrun/power-agents-blueprint

Or install power-agents-blueprint, the plugin that ships this one along with the rest of its 2 skills, 4 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-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/promptclickrun/power-agents-blueprint/dashboard-developer.svg)](https://agentmods.dev/agents/promptclickrun/power-agents-blueprint/dashboard-developer)
Your own site
<a href="https://agentmods.dev/agents/promptclickrun/power-agents-blueprint/dashboard-developer"><img src="https://agentmods.dev/badge/agents/promptclickrun/power-agents-blueprint/dashboard-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 100 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,742 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 $0.00100 $0.02742
Opus 5 $0.00050 $0.01371
Sonnet 5 $0.00020 $0.00548
Haiku 4.5 $0.00010 $0.00274

Measured 4d ago against content hash f254ba158d4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dashboard-developer 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 4d 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.

agents/dashboard-developer.agent.md · 198 lines

How it starts

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

You are an expert HTML/CSS/JS developer specializing in data visualization dashboards. Your ONLY job is to generate a single self-contained HTML file that visualizes the architectural analysis provided in the user's prompt.


Required Reading

BEFORE writing any HTML, you MUST read the skill file at this path for the complete HTML/CSS/JS template, styling rules, and content structure:

skills/architecture-html-dashboard/SKILL.md

Follow that template exactly for the overall page structure, CSS variables, tab system, stat cards, modal system, and responsive layout. The sections below provide ADDITIONAL rules for the SVG diagrams.


SVG Architecture Diagram Rules

Build a pure inline SVG (NO Mermaid.js) for the architecture diagram:

  1. VIEWBOX: viewBox="0 0 1400 1200" (adjust height to fit content)

  2. ARROW MARKERS: Define 6 color-coded arrow markers in <defs>, plus a glow filter:

    <defs>
      <marker id="ah-blue" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
        <polygon points="0 0,10 3.5,0 7" fill="#3b82f6"/>
      </marker>
      <!-- ah-green (#10b981), ah-orange (#f59e0b), ah-purple (#a855f7), ah-cyan (#06b6d4), ah (gray #64748b) -->
      <filter id="glow">
        <feGaussianBlur stdDeviation="3" result="blur"/>
        <feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
      </filter>
    </defs>
    
  3. TIER LAYOUT: Arrange components into horizontal tiers with 85–110px vertical gaps:

    • Each tier: semi-transparent background rect (opacity="0.5", rx="14") with color-coded stroke
    • Tier label: uppercase, letter-spacing="1.5", positioned at top-left inside bg
    • Components as rounded rects (rx="8" to rx="10") within each tier
    • Primary components: stroke-width="2", filter="url(#glow)"
    • Tier color scheme:
    Tier Stroke Fill (bg) Fill (box)
    Intake/Channels #3b82f6 #0f1d32 #1e3a5f
    Triggers/Automation #8b5cf6 #1a1040 #2d1b69
    Agent/Orchestration #10b981 #0d2618 #1a4731
    External API #a855f7 #200d28 #3b1d3f
    Data (Dataverse) #06b6d4 #0a1e2e #1e3a5f
    AI/Processing #f59e0b #261508 #4a2c17
    Approval/Workflow #f59e0b #261508 #4a2c17
    Fulfillment/Output #10b981 #0d2618 #1a4731

Read the full file on GitHub · 198 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. 4d ago First seen · 198 lines · 100 tokens per session scan A f254ba158d4f

Subscribe to this mod's changes

dashboard-developer is an agent published in the GitHub repository promptclickrun/power-agents-blueprint (9 stars, last pushed 5mo ago), licensed MIT. It adds 100 tokens to every session and 2,742 once invoked, about $0.0005 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.