next-best-practices

Apply these rules when writing or reviewing Next.js code. See file-conventions.md for: Project structure and special fil...

github

fastapi-templates

Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices fo...

github

best-practices

Always consult better-auth.com/docs for code examples and latest API. --- Install: npm install better-auth Set env vars:...

github

accessibility

Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable ...

github

wordpress-router

Use this skill at the start of most WordPress tasks to: identify what kind of WordPress codebase this is (plugin vs them...

github

kotlin-tooling-cocoapods-spm-migration

Migrate Kotlin Multiplatform projects from kotlin("native.cocoapods") to swiftPMDependencies {} DSL. Kotlin: 2.4.0-Beta2...

github

deno-typescript

You are an expert in Deno and TypeScript development with deep knowledge of building secure, modern applications using D...

github

generating-sorbet-inline

Generate or update Sorbet type signatures using sig {} blocks directly in Ruby source files. Supports both full generati...

github

expo-tailwind-setup

This guide covers setting up Tailwind CSS v4 in Expo using react-native-css and NativeWind v5 for universal styling acro...

github

clerk-swift

This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current Clerk...

github

web-perf

Your knowledge of web performance metrics, thresholds, and tooling APIs may be outdated. Prefer retrieval over pre-train...

github

clerk-expo-patterns

SDK: @clerk/expo v3+. Requires Expo 53+, React Native 0.73+. | Task | Reference | |------|-----------| | Persist tokens ...

github

ruby

Opinionated Ruby conventions and idioms for writing idiomatic Ruby 3.x+ code. Focuses on patterns agents miss by default...

github

pydantic

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performa...

github

clerk-react-patterns

This skill covers @clerk/react for Vite/CRA SPAs. For Next.js use clerk-nextjs-patterns. For TanStack Start use clerk-ta...

github

deno-deploy

This skill provides guidance for deploying applications to Deno Deploy. This skill applies only to Deno Deploy questions...

github

emailAndPassword

Enable email/password: emailAndPassword: { enabled: true } Configure emailVerification.sendVerificationEmail Add sendRes...

github

clerk-nextjs-patterns

Version: Check package.json for the SDK version — see clerk skill for the version table. Core 2 differences are noted in...

github

seo

Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page ...

github

frontend-design

This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics....

github

zod

Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, priorit...

github

android-testing-unit

Use this skill when the request is about: android unit test strategy, test viewmodel reducer android, repository unit te...

github

threejs-materials

import as THREE from "three"; // PBR material (recommended for realistic rendering) const material = new THREE.MeshStan...

github

threejs-textures

import as THREE from "three"; // Load texture const loader = new THREE.TextureLoader(); const texture = loader.load("te...

github