@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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spardutti/claude-skills",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "CLI to install Claude Code skills from the claude-skills collection",
5
5
  "type": "module",
6
6
  "bin": {