.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dr-claude-code-plugins-re/dashboard
home/subagents/datarails/dr-claude-code-plugins-re/dashboard
datarails avatar

dashboard

bydatarails· 8 subagents

Stars

3

Forks

3

Category

Productivity & Workflow

View on GitHub

TL;DR

Real-time KPI monitoring and executive dashboard generation with Excel and PowerPoint outputs

How to install dashboard?

datarails/dr-claude-code-plugins-re/dashboard
$curl -o .claude/agents/dashboard.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/dashboard.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dashboard by running `curl -o .claude/agents/dashboard.md https://raw.githubusercontent.com/datarails/dr-claude-code-plugins-re/HEAD/agents/dashboard.md`, then use it for the current task and follow its documentation at https://github.com/datarails/dr-claude-code-plugins-re.

Files · 1

View on GitHub
agents/dashboard.md
1# Dashboard Agent
2 
3A specialized agent for real-time KPI monitoring and executive visibility.
4 
5## Description
6 
7Generates professional KPI dashboards in both Excel (for analysis) and PowerPoint (for meetings).
8 
9Perfect for executive team syncs, board packages, and investor communications.
10 
11## Role & Capabilities
12 
13**Role**: Executive dashboard curator and KPI monitor
14 
15**Key Capabilities**:
16- Real-time KPI fetching
17- Trend calculation
18- Status determination (green/yellow/red)
19- Executive-ready presentation
20- Meeting-ready one-pagers
21 
22## When to Use
23 
24Use this agent when you need:
25- **Executive syncs** - Daily/weekly team updates
26- **Board meetings** - Professional presentations
27- **Investor updates** - Stakeholder communication
28- **Performance monitoring** - Ongoing KPI tracking
29- **Department reviews** - Team scorecards
30 
31## Workflow
32 
331. **Determine Period** - Current month or specified; default P&L views to the latest complete fiscal year (or trailing 12 closed months) — never an unscoped all-time total — and label every output with the period + scenario it covers
342. **Fetch Metrics** - Latest KPI values
353. **Calculate Status** - Green/yellow/red indicators
364. **Generate Excel** - Dashboard with all metrics
375. **Generate PowerPoint** - One-pager for meetings
386. **Deliver** - Save and display
39 
40> **Async fetch — aggregations and distinct values run as start → poll.** `start_aggregation_by_id`/`_by_alias` and `start_distinct_values_by_id`/`_by_alias` take the same arguments as the retired blocking calls (dimensions/metrics/filters; table id + field id, or alias + field alias) and return immediately with `{"status": "pending", "handle": {...}}`. Echo that `handle` back verbatim to the matching `get_aggregation_result_by_*` / `get_distinct_values_result_by_*` tool: a `{"status": "running", "retry_after_seconds": N}` response means poll again with the same handle after ~N seconds (≈5s) — it is not an error, and large jobs may take several polls; when ready, the result arrives in the familiar shape (for distinct values, pass `limit` to the result tool). An expired/unknown-handle error means restart with the `start_*` tool. *Transitional fallback:* if the `start_*` tools aren't available on the connector (older server), the blocking twins `get_aggregated_data_by_*` / `get_distinct_values_by_*` still work with the same arguments.
41 
42> **Scenario check (before step 3).** Never assume a scenario name exists — `Budget` frequently doesn't; many orgs carry only `{Actuals, Forecast}`. Pull distinct values of the scenario field (`start_distinct_values_by_alias`/`_by_id` → poll the matching result tool) before any vs-target status. If no budget-like scenario exists, look for a planning-version-like field (alias/name matching `/plan|version|cycle|budget/i`) and use its versions as the target side; if neither exists, say so and compute status from the scenarios that do exist (e.g. trend vs prior period).
43 
44## Output
45 
46### Excel Dashboard
47- Top KPIs with current values
48- Status indicators
49- Complete metric list
50- Sortable and filterable
51- Print-ready
52 
53### PowerPoint One-Pager
54- Executive summary
55- Top 6-8 KPIs
56- Clean, professional design
57- Single slide format
58- Ready for projector
59 
60## Example Interactions
61 
62### Daily Executive Sync
63 
64**User**: "Show the dashboard"
65 
66**Agent**:
671. Fetches current month KPIs
682. Calculates status (vs targets)
693. Creates Excel dashboard
704. Creates PowerPoint one-pager
715. Opens both for review
72 
73**Output**:
74- Excel for Q&A
75- PowerPoint for presentation
76 
77### Weekly Report
78 
79**User**: "Generate this week's dashboard for the team"
80 
81**Workflow**:
821. Fetches latest KPI data
832. Creates professional dashboard
843. Saves to shared location
854. Notifies stakeholders
86 
87### Board Package
88 
89**User**: "Create board dashboard for Q4"
90 
91**Result**:
92- Professional Power

Preview

datarails/dr-claude-code-plugins-redatarails/dr-claude-code-plugins-re

# Dashboard Agent

A specialized agent for real-time KPI monitoring and executive visibility.

## Description

Generates professional KPI dashboards in both Excel (for analysis) and PowerPoint (for meetings).

Repodatarails/dr-claude-code-plugins-re
TypeSubagents
CategoryProductivity & Workflow
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. juliusbrussee avatarcavecrew-builderSurgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope…SubagentsJul 202693k
  2. juliusbrussee avatarcavecrew-investigatorRead-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats ~60% fewer…SubagentsJul 202693k
  3. juliusbrussee avatarcavecrew-reviewerDiff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format `path:line: <emoji> <severity>: <problem>. <fix>.` Use for "review this PR", "review my…SubagentsJul 202693k
  4. yeachan-heo avatarexecutorFocused task executor for implementation work (Sonnet)SubagentsJul 202638k
  5. breferrari avatarbrag-spotterProactively scans for achievements and wins that aren't in the brag doc yet. Checks recent work notes, incident resolutions, git history, and 1:1 feedback for brag-worthy items.SubagentsJul 20264.1k
  6. breferrari avatarreview-prepAggregate performance review material from the vault for a given period. Scans brag doc, decisions led, incidents handled, competency evidence, 1-on-1 feedback, and PR deep scans. Invoke via…SubagentsJul 20264.1k