dashboard agents

90 tagged dashboard, measured the same way as everything else here.

Browse within: agent-framework 25fastapi 25bi 11business-intelligence 11businessintelligence 11clean-architecture 11clojure 11monitoring 10rust 10tui 10data-analysis 5data-profiling 5

metabase/metabase

Agent Claude Code

Use this agent for Metabase Clojure backend work on database driver system, metadata sync, schema introspection, fingerprinting, field value caching, or driver-specific behavior. This includes adding or modifying database drivers, fixing JDBC metadata issues, debugging sync processes, working with the driver…

49k +37 today A 528 tokens

mbql-backend-expert

02

metabase/metabase

Agent Claude Code

Use this agent for Metabase Clojure backend work on query processor (QP), MBQL query language, SQL compilation, driver system, middleware pipeline, Lib, metadata providers, or streaming execution. This includes debugging query compilation issues, adding new MBQL clauses, fixing database-specific SQL generation bugs…

49k +37 today A 701 tokens

metabase/metabase

Agent Claude Code

Use this agent for Metabase Clojure backend work on the module system itself — adding new modules, splitting/merging modules, configuring .clj-kondo/config/modules/config.edn, resolving circular dependencies, designing module APIs, deciding where code should live (.core vs .api vs .init vs .models.), interpreting…

49k +37 today A 922 tokens

GLOBAL

04

cft0808/edict

Agent

A set of shared instructions for agents working with a task board, including rules for status updates, progress reports, and workflow history.

17k 29d ago C 0 tokens original MIT

ai-engineer

05

CronusL-1141/AI-company

Agent

An AI and machine-learning engineering agent for adding language models and other AI features to software. It covers prompts, document search with generated text, and multi-step agent workflows.

351 17d ago A 41 tokens original MIT

workflow-architect

06

CronusL-1141/AI-company

Agent

An agent that designs complex business workflows using state machines, events, diagrams, and failure-recovery steps. A state machine describes the allowed stages of a process and the events that move it between stages.

351 17d ago A 32 tokens original MIT

CronusL-1141/AI-company

Agent

An agent that measures software performance and investigates CPU, memory, input/output, and network bottlenecks. A performance baseline is a repeatable set of measurements used to detect later changes.

351 17d ago A 32 tokens original MIT

audit-deep

08

VasiHemanth/tokentelemetry

Agent Claude Code

Deep single-subsystem audit that reasons about state over time (caches, upserts, migrations, concurrent scans) rather than pattern-matching lines. Used by /bug-audit on the riskiest subsystems; runs on Opus for reasoning depth.

340 +5 today A 56 tokens original MIT

audit-scanner

09

VasiHemanth/tokentelemetry

Agent Claude Code

Fast, wide sweep of one audit dimension across the codebase. Returns candidate findings with file:line evidence for the verifier to confirm. Used by /bug-audit; runs on Sonnet for breadth per token.

340 +5 today A 47 tokens original MIT

audit-verifier

10

VasiHemanth/tokentelemetry

Agent Claude Code

Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, where cheap, reproducing it with a throwaway script. Kills false positives before they reach the report. Runs on Opus.

340 +5 today A 56 tokens original MIT

project-architect

11

ahpxex/open-dashboard

Agent Claude Code

Use this agent for architectural decisions, feature design, code review, or refactoring in this TanStack Start back-office / dashboard starter ("中台" template). It knows the resource pattern, the Repository data layer, the page archetypes, and the ALWAYS/NEVER conventions, and it designs changes that stay portable and…

131 2mo ago A 387 tokens original MIT

analyzer

12

cohen-liel/hivemind

Agent Claude Code

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

108 4mo ago A 0 tokens copy · 100% Apache-2.0

comparator

13

cohen-liel/hivemind

Agent Claude Code

Compare two outputs WITHOUT knowing which skill produced them.

108 4mo ago A 0 tokens copy · 100% Apache-2.0

grader

14

cohen-liel/hivemind

Agent Claude Code

Evaluate expectations against an execution transcript and outputs.

108 4mo ago A 0 tokens copy · 100% Apache-2.0

leptos-designer

15

FlorianBruniaux/ccboard

Agent Claude Code

Use this agent when designing or implementing UI components for ccboard's web frontend (Leptos WASM). Specializes in Leptos reactive patterns, Rust-to-WASM UI, dark mode design, data visualization, and the ccboard design system. Examples: creating a new dashboard widget, implementing a chart component, designing a…

94 22d ago A 89 tokens original MIT

product-designer

16

FlorianBruniaux/ccboard

Agent Claude Code

Use this agent when you need UX critique, information architecture analysis, or feature design validation for ccboard. Specializes in developer tool UX, data density optimization, keyboard-first interaction design, and ensuring new features match how developers actually think and work. Examples:\n\n \nContext: User…

94 22d ago A 386 tokens original MIT

ui-designer

17

FlorianBruniaux/ccboard

Agent Claude Code

Use this agent when designing or reviewing TUI (Terminal UI) components in ccboard using Ratatui. Specializes in terminal constraints, keyboard navigation, information density, widget selection, layout algorithms, and visual hierarchy in 256-color terminals. Examples: designing a new tab layout, choosing between…

94 22d ago A 88 tokens original MIT

pywry-builder

18

deeleeramone/PyWry

Agent

Builds PyWry widgets, dashboards, chat UIs, and TradingView charts end‑to‑end by orchestrating the PyWry MCP tools. Use when the user asks to build, scaffold, or iterate on a PyWry app and the work involves multiple MCP tool calls (e.g. create widget → populate data → add toolbar → wire events → export).

93 8d ago A 81 tokens original Apache-2.0

architect

19

dlupiak/claude-session-dashboard

Agent Claude Code

Use proactively when user asks to plan, design, or architect a feature. Produces architecture designs, folder structure, data flow diagrams, and risk assessment. Read-only — markdown and ASCII diagrams only, no code.

66 yesterday A 45 tokens MIT

devops

20

dlupiak/claude-session-dashboard

Agent Claude Code

Use proactively when user asks about CI/CD, GitHub Actions, deployment, or infrastructure. Manages pipelines, workflows, and PR automation.

66 yesterday A 31 tokens MIT

product-owner

21

dlupiak/claude-session-dashboard

Agent Claude Code

Use proactively when user asks to create an issue, write a ticket, or define requirements. Analyzes change requests, asks clarifying questions, and creates well-structured GitHub issues with acceptance criteria.

66 yesterday A 44 tokens MIT

debug

22

DGouron/review-flow

Agent Claude Code

You diagnose and resolve bugs using the scientific method. You operate autonomously.

42 17d ago A 0 tokens original MIT

feature-implementer

23

DGouron/review-flow

Agent Claude Code

Implement a ReviewFlow feature via TDD inside-out. Receives a validated plan (docs/plans/ .plan.md) and spec (docs/specs/ .md), implements all layers with RED-GREEN-REFACTOR, self-reviews, and persists a report. Triggers when the user says "implement feature", "start implementation", "implement spec", or "run…

42 17d ago A 89 tokens original MIT

feature-planner

24

DGouron/review-flow

Agent Claude Code

Plan a ReviewFlow feature implementation. Analyzes a spec in docs/specs/, maps it to Clean Architecture layers (Entity → Use Case → Gateway → Controller), and produces a structured plan in docs/plans/ .plan.md. Triggers when the user says "plan feature", "plan implementation", "analyse spec", or "create plan for".

42 17d ago A 76 tokens original MIT