Add plugin.json for design systems

Initial creation of plugin.json for design systems.
This commit is contained in:
MC Dean 2026-03-07 20:47:40 +00:00 committed by GitHub
parent d298d6ba5f
commit f5f243c65a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}