Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
- Remove legacy admin-ui/js/ vanilla JS components - Add .dss/ directory with core tokens, skins, themes - Add Storybook configuration and generated stories - Add DSS management scripts (dss-services, dss-init, dss-setup, dss-reset) - Add MCP command definitions for DSS plugin - Add Figma sync architecture and scripts - Update pre-commit hooks with documentation validation - Fix JSON trailing commas in skin files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1.5 KiB
1.5 KiB
name, description, arguments
| name | description | arguments | |||||||
|---|---|---|---|---|---|---|---|---|---|
| dss-setup | Complete DSS setup - MCP config, init, and start servers |
|
DSS Setup Command
Complete DSS environment setup including MCP configuration, initialization, and development servers.
Usage
/dss-setup [--reset] [--skip-servers]
What This Does
-
Generate MCP Config
- Creates
.mcp.jsonwith absolute paths - Configures DSS MCP server connection
- Creates
-
Check Dependencies
- Python venv setup
- Node modules installation
-
Initialize DSS (calls dss-init.sh)
- Directory structure
- Database initialization
- Target analysis (admin-ui, storybook)
- Token structure
- Hash manifest
-
Start Servers
- admin-ui on port 3456
- Storybook on port 6006
Instructions for Claude
When the user runs this command:
-
Execute:
scripts/dss-setup.sh [flags] -
After completion, remind user to restart Claude Code to load MCP server
Flags
--reset: Clear all DSS data first (fresh start)--skip-servers: Don't start development servers
Services
| Service | Port | URL |
|---|---|---|
| admin-ui | 3456 | http://localhost:3456 |
| Storybook | 6006 | http://localhost:6006 |
Logs
/tmp/dss-admin-ui.log/tmp/dss-storybook.log
Related Commands
/dss-init- Initialize DSS structure only/dss-reset- Reset to clean state/dss-figma- Sync tokens from Figma