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.
npx agentmods add agents/promptclickrun/power-agents-blueprint/dashboard-developergit clone --depth 1 https://github.com/promptclickrun/power-agents-blueprintWrote 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.
[](https://agentmods.dev/agents/promptclickrun/power-agents-blueprint/dashboard-developer)<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>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.
| Model | Per session | Once 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 |
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.
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:
-
VIEWBOX:
viewBox="0 0 1400 1200"(adjust height to fit content) -
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> -
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"torx="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 - Each tier: semi-transparent background rect (
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.
- 4d ago First seen · 198 lines · 100 tokens per session scan A f254ba158d4f
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.