@spardutti/claude-skills 1.0.1 → 1.0.3
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ This will:
|
|
|
21
21
|
| `react-use-effect` | React 19 useEffect best practices and anti-patterns |
|
|
22
22
|
| `single-responsibility` | Single responsibility, file size limits, complexity rules |
|
|
23
23
|
| `react-query` | TanStack React Query with query-key-factory patterns |
|
|
24
|
+
| `tailwind-tokens` | Enforce Tailwind CSS design tokens — no arbitrary values when a token exists |
|
|
24
25
|
|
|
25
26
|
## What are Claude Code Skills?
|
|
26
27
|
|