feat(marketplace): command consolidation + 8 new plugins (v8.1.0 → v9.0.0) [BREAKING]
Phase 1b: Rename all ~94 commands across 12 plugins to /<noun> <action> sub-command pattern. Git-flow consolidated from 8→5 commands (commit variants absorbed into --push/--merge/--sync flags). Dispatch files, name: frontmatter, and cross-reference updates for all plugins. Phase 2: Design documents for 8 new plugins in docs/designs/. Phase 3: Scaffold 8 new plugins — saas-api-platform, saas-db-migrate, saas-react-platform, saas-test-pilot, data-seed, ops-release-manager, ops-deploy-pipeline, debug-mcp. Each with plugin.json, commands, agents, skills, README, and claude-md-integration. Marketplace grows from 12→20. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,12 +10,12 @@ Add this snippet to your project's CLAUDE.md to enable viz-platform capabilities
|
||||
This project uses viz-platform for Dash Mantine Components dashboards.
|
||||
|
||||
### Available Commands
|
||||
- `/viz-component {name}` - Inspect DMC component props
|
||||
- `/viz-chart {type}` - Create Plotly charts (line, bar, scatter, pie, area, histogram, box, heatmap, sunburst, treemap)
|
||||
- `/viz-dashboard {template}` - Create layouts (basic, sidebar, tabs, split)
|
||||
- `/viz-theme {name}` - Apply a theme
|
||||
- `/viz-theme-new {name}` - Create custom theme
|
||||
- `/viz-theme-css {name}` - Export theme as CSS
|
||||
- `/viz component {name}` - Inspect DMC component props
|
||||
- `/viz chart {type}` - Create Plotly charts (line, bar, scatter, pie, area, histogram, box, heatmap, sunburst, treemap)
|
||||
- `/viz dashboard {template}` - Create layouts (basic, sidebar, tabs, split)
|
||||
- `/viz theme {name}` - Apply a theme
|
||||
- `/viz theme-new {name}` - Create custom theme
|
||||
- `/viz theme-css {name}` - Export theme as CSS
|
||||
|
||||
### MCP Tools Available
|
||||
- **DMC**: list_components, get_component_props, validate_component
|
||||
@@ -44,13 +44,13 @@ If using with data-platform, add this section:
|
||||
## Data + Visualization Workflow
|
||||
|
||||
### Data Loading (data-platform)
|
||||
- `/data-ingest {file}` - Load CSV, Parquet, or JSON
|
||||
- `/data-schema {table}` - View database schema
|
||||
- `/data-profile {data_ref}` - Statistical summary
|
||||
- `/data ingest {file}` - Load CSV, Parquet, or JSON
|
||||
- `/data schema {table}` - View database schema
|
||||
- `/data profile {data_ref}` - Statistical summary
|
||||
|
||||
### Visualization (viz-platform)
|
||||
- `/viz-chart {type}` - Create charts from loaded data
|
||||
- `/viz-dashboard {template}` - Build dashboard layouts
|
||||
- `/viz chart {type}` - Create charts from loaded data
|
||||
- `/viz dashboard {template}` - Build dashboard layouts
|
||||
|
||||
### Workflow Pattern
|
||||
1. Load data: `read_csv("data.csv")` → returns `data_ref`
|
||||
|
||||
Reference in New Issue
Block a user