From f5f243c65a216354e5ecfabea29f412e86c7f130 Mon Sep 17 00:00:00 2001 From: MC Dean Date: Sat, 7 Mar 2026 20:47:40 +0000 Subject: [PATCH] Add plugin.json for design systems Initial creation of plugin.json for design systems. --- design-systems/.claude-plugin/plugin.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 design-systems/.claude-plugin/plugin.json diff --git a/design-systems/.claude-plugin/plugin.json b/design-systems/.claude-plugin/plugin.json new file mode 100644 index 0000000..1fac026 --- /dev/null +++ b/design-systems/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "design-systems", + "version": "1.0.0", + "description": "Build, document, and maintain scalable design systems — from tokens and components to accessibility and theming.", + "author": { + "name": "MC Dean", + "url": "https://marieclairedean.substack.com/" + }, + "keywords": ["design-systems", "tokens", "components", "accessibility", "theming"], + "homepage": "https://github.com/Owl-Listener/designer-skills", + "license": "MIT" +}