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
best-practices
addyosmani/web-quality-skills · Productivity
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,
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