practices▌
172 indexed skills · max 10 per page
vue-router-best-practices
hyf0/vue-skills · Frontend
Vue Router 4 patterns, navigation guards, and route-lifecycle best practices. \n \n Covers five navigation guard patterns including async/await handling, deprecated next() function migration, infinite redirect loops, and param-change detection \n Addresses route-lifecycle gotchas like stale data when navigating between same routes and event listener cleanup on component unmount \n Includes guidance on beforeRouteEnter guard limitations, component instance access, and param-triggered navigation b
organization-best-practices
better-auth/skills · Productivity
Multi-tenant organization setup with member management, role-based access control, and team support via Better Auth. \n \n Configure organizations with customizable creation rules, membership limits, and ownership constraints; creators automatically receive the owner role \n Manage members and invitations with email delivery, expiration windows, and shareable invitation URLs; support multiple roles per member \n Define custom roles and permissions with dynamic access control; check permissions s
content-modeling-best-practices
sanity-io/agent-toolkit · Marketing
Structured content modeling guidance for schema design, reusability, and multi-channel delivery. \n \n Covers core principles: treating content as data rather than pages, maintaining single sources of truth, designing for future channels, and optimizing for editor workflows \n Includes decision frameworks for references versus embedded objects, separation of concerns, and content reuse patterns \n Provides taxonomy and classification guidance for flat, hierarchical, and faceted approaches \n App
logging-best-practices
boristane/agent-skills · Productivity
Structured logging pattern using wide events for comprehensive request-level debugging and analytics. \n \n Consolidates all request context into a single JSON event per service, emitted at completion, rather than scattering log lines throughout handlers \n Emphasizes high cardinality fields (user IDs, request IDs) and high dimensionality (many fields per event) to enable flexible querying and correlation across services \n Requires business context in every event: subscription tier, cart value,
seo-aeo-best-practices
sanity-io/agent-toolkit · Marketing
Comprehensive SEO and AEO optimization guidance covering metadata, structured data, EEAT, and AI-readiness. \n \n Covers both traditional search engine optimization (SEO) and AI answer engine optimization (AEO) across Google, ChatGPT, Perplexity, and similar platforms \n Includes technical SEO essentials: metadata, Open Graph tags, sitemaps, robots.txt, hreflang, and international SEO configuration \n Provides JSON-LD structured data patterns for Article, FAQ, Breadcrumb, and Product schemas \n
manimce-best-practices
adithya-s-k/manim_skill · Productivity
Best practices and patterns for Manim Community Edition, the Python animation engine for mathematical visualizations. \n \n Covers Scene structure, mobject types, 15+ animation classes, and LaTeX/MathTex rendering with color control \n Includes 3D support via ThreeDScene, camera manipulation, updaters with ValueTracker, and coordinate systems (Axes, NumberPlane) \n Provides organized rule files for core concepts, text/math, styling, positioning, timing, and CLI usage with quality flags \n Includ
vue-best-practices
vuejs-ai/skills · Frontend
Standard Vue 3 workflow with Composition API, <script setup> , and TypeScript as the default approach. \n \n Requires confirming project architecture upfront and reading core references on reactivity, SFCs, component data flow, and composables before implementation \n Enforces minimal source state with ref / reactive , deriving everything possible with computed , and keeping templates declarative \n Mandates component splitting when responsibilities exceed one clear purpose, with entry/root
better-auth-security-best-practices
better-auth/skills · Productivity
better-auth-security-best-practices
vue-pinia-best-practices
vuejs-ai/skills · Frontend
Vue Pinia state management patterns, store setup guidance, and reactivity best practices. \n \n Covers store initialization, DevTools integration, and SSR considerations for setup stores \n Addresses common reactivity pitfalls including destructuring breaks and method binding issues in templates \n Provides patterns for ephemeral state like filters, URL synchronization, and production app conventions \n References specific error scenarios with linked solutions for quick troubleshooting \n
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