tag

practices

172 indexed skills · max 10 per page

skills (172)

scipy-best-practices

mindrally/skills · Productivity

0

Expert guidelines for SciPy development, focusing on scientific computing, optimization, signal processing, and statistical analysis.

best-practices

skillcreatorai/ai-agent-skills · Productivity

0

Transform prompts by adding what Claude needs to succeed.

api-security-best-practices

sickn33/antigravity-awesome-skills · Backend

0

Comprehensive guide to securing APIs through authentication, authorization, input validation, rate limiting, and vulnerability protection. \n \n Covers five core security areas: JWT/OAuth authentication, role-based access control, input validation with parameterized queries, rate limiting with Redis, and DDoS protection via security headers \n Includes practical code examples for token generation, refresh flows, SQL injection prevention, XSS sanitization, and tiered rate limiting by user tier \n

vue-testing-best-practices

vuejs-ai/skills · Frontend

0

Comprehensive testing guidance for Vue.js projects covering unit, component, and end-to-end testing. \n \n Addresses 11 common testing challenges including async handling, composable testing, Pinia store setup, Suspense components, and Teleport queries \n Recommends Vitest for unit and component testing, Playwright for end-to-end testing, and Vue Test Utils for component interaction \n Covers testing patterns like black-box component approaches, snapshot test pitfalls, and browser vs. Node.js ru

supabase-postgres-best-practices

sickn33/antigravity-awesome-skills · Productivity

0

Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.

typescript-best-practices

0xbigboss/claude-code · Backend

0

TypeScript patterns for type-first development, making illegal states unrepresentable, and exhaustive handling. \n \n Use discriminated unions, branded types, and const assertions to encode business rules in the type system and prevent invalid states at compile time \n Validate at system boundaries with Zod schemas as single source of truth; infer TypeScript types automatically to keep types and validation in sync \n Enforce exhaustive handling with never checks in switch statements and default

shopware6-best-practices

bartundmett/skills · Productivity

0

Comprehensive best practices guide for Shopware 6.6+ development, designed for AI agents and LLMs helping agency developers. Contains 77 rules across 22 categories, prioritized by impact to guide automated refactoring and code generation.

convex-best-practices

waynesutton/convexskills · Productivity

0

Production-ready Convex patterns for function organization, validation, query optimization, TypeScript safety, and error handling. \n \n Covers five core areas: function organization by domain, argument and return type validation, indexed query patterns, ConvexError handling, and write conflict avoidance through idempotent mutations \n Enforces code quality via @convex-dev/eslint-plugin with four rules covering function syntax, validators, table IDs, and runtime imports \n Includes complete CRUD

best-practices

addyosmani/web-quality-skills · Productivity

0

Modern web development standards covering security, compatibility, and code quality patterns. \n \n Enforces HTTPS, Content Security Policy, and security headers to prevent XSS, clickjacking, and mixed-content vulnerabilities \n Addresses browser compatibility through proper doctype, charset, viewport configuration, and feature detection instead of user-agent sniffing \n Covers deprecated APIs (document.write, synchronous XHR, Application Cache) with modern replacements (dynamic script loading,

vue-jsx-best-practices

hyf0/vue-skills · Frontend

0

Vue JSX syntax patterns and migration guidance from React JSX. \n \n Covers attribute naming differences between Vue and React JSX (e.g., class vs className ) \n Includes JSX plugin configuration for Vue projects \n Provides reference material for migrating existing React JSX code to Vue or resolving attribute type errors \n

prevpage 17 / 18next