@sth87/shadcn-design-system 0.0.35 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -2
- package/dist/cjs/styles/index.css +1 -1
- package/dist/esm/styles/index.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,9 +5,27 @@ A modern, fully-typed React design system built on top of **shadcn/ui** with enh
|
|
|
5
5
|
[](https://www.npmjs.com/package/@sth87/shadcn-design-system)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
-
##
|
|
8
|
+
## 📚 Documentation
|
|
9
9
|
|
|
10
|
-
[
|
|
10
|
+
- 📖 **[Storybook](https://design-system-sth-kappa.vercel.app)** - Interactive component documentation
|
|
11
|
+
- 📦 **[NPM Package](https://www.npmjs.com/package/@sth87/shadcn-design-system)** - Latest package on npm
|
|
12
|
+
|
|
13
|
+
## 🤖 AI Skills
|
|
14
|
+
|
|
15
|
+
Add this design system skill to your AI Agent so it can automatically recognize components, props, and usage patterns:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npx skills add https://github.com/sonth87/design-system/tree/main/skills/shadcn-design-system --skill shadcn-design-system
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Once added, the AI Agent can:
|
|
22
|
+
- Know exactly how to import and use each component
|
|
23
|
+
- Generate code with correct props, types, and examples
|
|
24
|
+
- Understand design tokens, hooks, and utilities in this design system
|
|
25
|
+
|
|
26
|
+
> See full reference at [docs/SKILL.md](docs/SKILL.md)
|
|
27
|
+
|
|
28
|
+
---
|
|
11
29
|
|
|
12
30
|
## 📦 Installation
|
|
13
31
|
|