@spardutti/claude-skills 1.3.0 → 1.4.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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,6 +32,11 @@ Together, these force Claude to explicitly evaluate and activate relevant skills
|
|
|
32
32
|
| `single-responsibility` | Single responsibility, file size limits, complexity rules |
|
|
33
33
|
| `react-query` | TanStack React Query with query-key-factory patterns |
|
|
34
34
|
| `tailwind-tokens` | Enforce Tailwind CSS design tokens — no arbitrary values when a token exists |
|
|
35
|
+
| `drf-best-practices` | Django REST Framework — thin serializers, service layer, queryset optimization, object-level permissions |
|
|
36
|
+
| `fastapi-best-practices` | FastAPI — async correctness, Pydantic validation, dependency injection, service layer, structured error handling |
|
|
37
|
+
| `security-practices` | Web security — OWASP Top 10 prevention, input validation, auth, SQL injection, XSS, CSRF, secure defaults |
|
|
38
|
+
| `alembic-migrations` | Alembic — naming conventions, autogenerate review, data migration safety, downgrades, production deployment |
|
|
39
|
+
| `testing-best-practices` | Testing — Arrange-Act-Assert, factory-based test data, test isolation, mocking boundaries, pyramid-balanced coverage |
|
|
35
40
|
|
|
36
41
|
## GitHub Authentication
|
|
37
42
|
|