Files
leo-claude-mktplace/plugins/viz-platform/commands/viz-dashboard.md
lmiranda 4ba38eb620 refactor: update internal command references in all plugin files
Updated:
- projman: 4 commands + 4 skills + integration snippet
- git-flow: 4 commands + 3 skills + integration snippet
- pr-review: 1 command cross-reference
- cmdb-assistant: 1 command + 1 skill
- data-platform: 8 commands + integration snippet
- viz-platform: 11 commands + integration snippet
- contract-validator: 1 command + 1 skill + 1 agent

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 21:16:00 -05:00

42 lines
932 B
Markdown

---
description: Create a dashboard layout with the layout-builder agent
---
# Viz Dashboard
## Skills to Load
- skills/mcp-tools-reference.md
- skills/layout-templates.md
## Visual Output
```
+------------------------------------------------------------------+
| VIZ-PLATFORM - Dashboard Builder |
+------------------------------------------------------------------+
```
Create a dashboard layout with filters, grids, and sections.
## Usage
```
/viz-dashboard {template}
```
## Arguments
- `template` (optional): basic, sidebar, tabs, split
## Agent Mapping
Activates **layout-builder** agent which orchestrates:
- `layout_create` - Create base layout structure
- `layout_add_filter` - Add filter components
- `layout_set_grid` - Configure responsive grid
## Related Commands
- `/viz-breakpoints {layout}` - Configure responsive breakpoints
- `/viz-chart {type}` - Add charts to layout