@spardutti/claude-skills 1.4.0 → 1.5.0

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,9 +28,12 @@ Together, these force Claude to explicitly evaluate and activate relevant skills
28
28
 
29
29
  | Skill | Description |
30
30
  |-------|-------------|
31
+ | `react-best-practices` | React 19 — component design, state management, performance, React 19 features, TypeScript integration |
31
32
  | `react-use-effect` | React 19 useEffect best practices and anti-patterns |
32
- | `single-responsibility` | Single responsibility, file size limits, complexity rules |
33
33
  | `react-query` | TanStack React Query with query-key-factory patterns |
34
+ | `tanstack-router-best-practices` | TanStack Router — file-based routing, type-safe navigation, loaders, search params, auth guards |
35
+ | `typescript-best-practices` | TypeScript 5.x — type design, type safety, generics, error handling, tsconfig |
36
+ | `single-responsibility` | Single responsibility, file size limits, complexity rules |
34
37
  | `tailwind-tokens` | Enforce Tailwind CSS design tokens — no arbitrary values when a token exists |
35
38
  | `drf-best-practices` | Django REST Framework — thin serializers, service layer, queryset optimization, object-level permissions |
36
39
  | `fastapi-best-practices` | FastAPI — async correctness, Pydantic validation, dependency injection, service layer, structured error handling |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spardutti/claude-skills",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "CLI to install Claude Code skills from the claude-skills collection",
5
5
  "type": "module",
6
6
  "bin": {