@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 CHANGED
@@ -5,9 +5,27 @@ A modern, fully-typed React design system built on top of **shadcn/ui** with enh
5
5
  [![npm version](https://img.shields.io/npm/v/@sth87/shadcn-design-system.svg)](https://www.npmjs.com/package/@sth87/shadcn-design-system)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
- ## Storybook
8
+ ## 📚 Documentation
9
9
 
10
- [https://design-system-sth-kappa.vercel.app/](https://design-system-sth-kappa.vercel.app/)
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