practices▌
172 indexed skills · max 10 per page
tamagui-best-practices
0xbigboss/claude-code · Frontend
Tamagui v1.x patterns beyond fundamentals: Config v4, compiler optimization, compound components, and gotchas.
nodejs-best-practices
sickn33/antigravity-awesome-skills · Backend
Node.js architecture and framework selection guidance based on deployment context and project requirements. \n \n Framework decision tree covers Hono (edge/serverless), Fastify (performance), NestJS (enterprise), and Express (legacy), with selection criteria tied to cold start time, ecosystem size, and team experience \n Covers layered architecture principles (controller, service, repository), async patterns (async/await vs Promise.all/allSettled), and centralized error handling with appropriate
email-and-password-best-practices
better-auth/skills · AI/ML
Email verification, password reset flows, and customizable password policies for Better Auth. \n \n Supports email verification with optional enforcement to block sign-in until verified, plus configurable token expiration and single-use reset tokens \n Password reset flows with built-in security: background email sending, timing attack prevention, dummy operations on invalid requests, and optional session revocation on reset \n Configurable password length limits (default 8–256 characters) and c
nix-best-practices
0xbigboss/claude-code · Productivity
Standard flake.nix structure:
clickhouse-best-practices
clickhouse/agent-skills · Productivity
28 ClickHouse best practices rules organized by schema design, query optimization, and data ingestion strategy. \n \n Covers three critical areas: primary key and data type selection (immutable design decisions), JOIN and query optimization, and insert batching with mutation avoidance \n Includes 28 rules prioritized by impact, with schema design and query optimization rules marked CRITICAL due to ClickHouse's columnar storage and sparse index mechanics \n Provides structured review procedures f
playwright-best-practices
0xbigboss/claude-code · Testing
When running Playwright tests from Claude Code or any CLI agent, always use minimal reporters to prevent verbose output from consuming the context window.
tanstack-integration-best-practices
deckardger/tanstack-agent-skills · Productivity
Architectural patterns for coordinating TanStack Query, Router, and Start across full-stack applications. \n \n Covers setup, data flow, caching, and SSR integration with 13 rules organized by priority and category \n Emphasizes loader-based data fetching with ensureQueryData, suspense queries in components, and server functions as query sources \n Provides unified caching and invalidation strategies to prevent duplication and ensure single source of truth \n Includes automatic SSR dehydration/h
sqlalchemy-alembic-expert-best-practices-code-review
wispbit-ai/skills · Productivity
Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code.
effect-best-practices
makisuo/skills · Productivity
$22
dart-best-practices
kevmoo/dash_skills · Productivity
Use this skill when: