auto-backup: 2025-12-11 20:35:05 (68 files: +19 ~23 -25)
Generated by DSS Git Backup Hook
This commit is contained in:
1
dss-claude-plugin/.claude-plugin/commands
Symbolic link
1
dss-claude-plugin/.claude-plugin/commands
Symbolic link
@@ -0,0 +1 @@
|
||||
../commands
|
||||
16
dss-claude-plugin/.claude-plugin/marketplace.json
Normal file
16
dss-claude-plugin/.claude-plugin/marketplace.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "dss",
|
||||
"description": "Design System Server marketplace - tools for design token management and component analysis",
|
||||
"owner": {
|
||||
"name": "overbits",
|
||||
"email": "bruno@overbits.luz.uy"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "dss-claude-plugin",
|
||||
"source": "./",
|
||||
"description": "Design System Server (DSS) integration for Claude Code - Analyze, extract, and generate design system tokens and components",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dss-claude-plugin",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Design System Server (DSS) integration for Claude Code - Analyze, extract, and generate design system tokens and components",
|
||||
"author": {
|
||||
"name": "overbits",
|
||||
|
||||
1
dss-claude-plugin/.claude-plugin/servers
Symbolic link
1
dss-claude-plugin/.claude-plugin/servers
Symbolic link
@@ -0,0 +1 @@
|
||||
../servers
|
||||
@@ -1,22 +1,8 @@
|
||||
{
|
||||
"x-immutable-notice": {
|
||||
"protected": true,
|
||||
"reason": "MCP server configuration - maintains Claude Code integration stability",
|
||||
"lastModified": "2025-12-09",
|
||||
"bypassMethod": "Use 'DSS_IMMUTABLE_BYPASS=1 git commit' or commit message '[IMMUTABLE-UPDATE] reason'"
|
||||
},
|
||||
"mcpServers": {
|
||||
"dss": {
|
||||
"command": "python3",
|
||||
"args": ["${CLAUDE_PLUGIN_ROOT}/servers/dss-mcp-server.py"],
|
||||
"env": {
|
||||
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/..:${CLAUDE_PLUGIN_ROOT}",
|
||||
"DSS_HOME": "${CLAUDE_PLUGIN_ROOT}/../.dss",
|
||||
"DSS_DATABASE": "${CLAUDE_PLUGIN_ROOT}/../.dss/dss.db",
|
||||
"DSS_CACHE": "${CLAUDE_PLUGIN_ROOT}/../.dss/cache",
|
||||
"DSS_BASE_PATH": "${CLAUDE_PLUGIN_ROOT}/.."
|
||||
},
|
||||
"description": "Design System Server MCP server providing design token and component analysis tools"
|
||||
}
|
||||
"reason": "MCP server configuration is handled by setup-mcp.sh - see .claude/mcp.json",
|
||||
"lastModified": "2025-12-11",
|
||||
"note": "Plugin commands/skills work without MCP. Run ./scripts/setup-mcp.sh to configure DSS MCP server."
|
||||
}
|
||||
}
|
||||
|
||||
20
dss-claude-plugin/plugin.json
Normal file
20
dss-claude-plugin/plugin.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "dss-claude-plugin",
|
||||
"version": "1.0.1",
|
||||
"description": "Design System Server (DSS) integration for Claude Code - Analyze, extract, and generate design system tokens and components",
|
||||
"author": {
|
||||
"name": "overbits",
|
||||
"url": "https://github.com/overbits"
|
||||
},
|
||||
"homepage": "https://dss.overbits.luz.uy",
|
||||
"keywords": [
|
||||
"design-system",
|
||||
"tokens",
|
||||
"css",
|
||||
"scss",
|
||||
"tailwind",
|
||||
"figma",
|
||||
"storybook"
|
||||
],
|
||||
"commands": "./commands/"
|
||||
}
|
||||
Reference in New Issue
Block a user