best▌
173 indexed skills · max 10 per page
vue-jsx-best-practices
hyf0/vue-skills · Frontend
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
email-best-practices
resend/email-best-practices · AI/ML
Comprehensive guidance for building deliverable, compliant, and user-friendly email systems. \n \n Covers authentication setup (SPF/DKIM/DMARC), spam troubleshooting, and deliverability best practices to prevent emails from landing in spam \n Includes templates and patterns for transactional emails (password resets, OTPs, confirmations) and marketing emails with proper consent workflows \n Provides compliance frameworks for CAN-SPAM, GDPR, and CASL regulations, plus double opt-in and suppression
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