Dashboard
On this page 6
stacks-dashboard · Domain packages · model-invoked
The admin dashboard: pages, model management views, analytics widgets, commerce and content surfaces, deployment and queue monitoring, and the 250+ built-in components behind them.
Covers
dashboard system at storage/framework/defaults/.
Inside the skill
The sections an agent reads once the skill loads.
- Key Paths
- Dashboard Sections
- Dashboard Components (250+)
- Dashboard Actions
- Model Dashboard Integration
- Dashboard Development
- Gotchas
Where the code lives
- Dashboard components:
storage/framework/defaults/resources/components/Dashboard/ - Dashboard route views:
storage/framework/defaults/views/dashboard/ - Dashboard layouts:
storage/framework/defaults/views/dashboard/layouts/ - Dashboard actions:
storage/framework/defaults/app/Actions/Dashboard/ - Dashboard page endpoints:
storage/framework/defaults/routes/dashboard-api.ts - Dashboard navigation registry:
storage/framework/defaults/resources/functions/dashboard/sidebar.ts - Configuration:
config/ui.ts
Supporting files
Reference and scripts the skill reaches for on demand, rather than loading up front.
Related skills
Using it
This one is model-invoked. Your agent reaches for it on its own when the task matches, and you can also call it by name:
/stacks-dashboard
Source: stacks-dashboard/SKILL.md.
Shadow it for one project with app/Skills/stacks-dashboard/SKILL.md, then re-run
buddy setup:ai. See Writing your own.