best▌
173 indexed skills · max 10 per page
postgresql-expert-best-practices-code-review
wispbit-ai/skills · Productivity
Simple, pragmatic, opinionated. Only what matters for writing production-grade PostgreSQL queries.
angular-best-practices-signalstore
alfredoperez/angular-best-practices · Productivity
NgRx SignalStore rules for signal-based local and feature state management. Use with the core angular-best-practices skill for comprehensive Angular coverage.
sass-best-practices
mindrally/skills · Productivity
You are an expert in Sass (the indented syntax), CSS architecture, and maintainable stylesheet development.
pocketbase-best-practices
greendesertsnow/pocketbase-skills · Productivity
42 rules across 8 categories for PocketBase v0.36+, prioritized by impact.
tamagui-best-practices
0xbigboss/claude-code · Frontend
Tamagui v1.x patterns beyond fundamentals: Config v4, compiler optimization, compound components, and gotchas.
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