Files
dss/dss-claude-plugin/.claude-plugin/plugin.json
Bruno Sarlo 4de266de61
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
Revert "chore: Remove dss-claude-plugin directory"
This reverts commit 72cb7319f5.
2025-12-10 15:54:39 -03:00

21 lines
482 B
JSON

{
"name": "dss-claude-plugin",
"version": "1.0.0",
"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/"
}