study-dashboard

Solid

Audit an existing GIS dashboard (pages, layers, endpoints, freshness, performance, UX) into docs/DASHBOARD.md.

AI & Automation 8 stars 0 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
44
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

Run `stack-detect`, then map the dashboard: 1. **Pages/routes** — list each page/route, its purpose, and the component/controller behind it. 2. **Layers** — for each map layer: source (table/view/tile URL/file), CRS, simplification, style config location, visibility rules. 3. **Endpoints** — every API route the map calls; payload sizes (measure with curl or devtools), caching headers, auth. 4. **Data freshness** — how and when each layer updates (cron, ingest job, manual). 5. **Performance** — largest responses, slowest queries (`EXPLAIN`), missing indexes, per-request file reads, unbounded feature fetches. 6. **UX** — legend consistency, loading states, error handling, mobile layout, popup content, filter latency. 7. Write `docs/DASHBOARD.md` with a layer inventory table, endpoint table, and a prioritised fix list (impact × effort). Read-only unless the user asks for fixes.

Details

Author
Adilmunawar
Repository
Adilmunawar/ZD-claude-plugin
Created
6 days ago
Last Updated
4 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category