GitHub
Skills harvested from GitHub repositories
14810 skills availablenext-best-practices
Apply these rules when writing or reviewing Next.js code. See file-conventions.md for: Project structure and special fil...
fastapi-templates
Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices fo...
best-practices
Always consult better-auth.com/docs for code examples and latest API. --- Install: npm install better-auth Set env vars:...
accessibility
Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable ...
wordpress-router
Use this skill at the start of most WordPress tasks to: identify what kind of WordPress codebase this is (plugin vs them...
kotlin-tooling-cocoapods-spm-migration
Migrate Kotlin Multiplatform projects from kotlin("native.cocoapods") to swiftPMDependencies {} DSL. Kotlin: 2.4.0-Beta2...
deno-typescript
You are an expert in Deno and TypeScript development with deep knowledge of building secure, modern applications using D...
generating-sorbet-inline
Generate or update Sorbet type signatures using sig {} blocks directly in Ruby source files. Supports both full generati...
expo-tailwind-setup
This guide covers setting up Tailwind CSS v4 in Expo using react-native-css and NativeWind v5 for universal styling acro...
clerk-swift
This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current Clerk...
web-perf
Your knowledge of web performance metrics, thresholds, and tooling APIs may be outdated. Prefer retrieval over pre-train...
clerk-expo-patterns
SDK: @clerk/expo v3+. Requires Expo 53+, React Native 0.73+. | Task | Reference | |------|-----------| | Persist tokens ...
ruby
Opinionated Ruby conventions and idioms for writing idiomatic Ruby 3.x+ code. Focuses on patterns agents miss by default...
pydantic
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performa...
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...
deno-deploy
This skill provides guidance for deploying applications to Deno Deploy. This skill applies only to Deno Deploy questions...
emailAndPassword
Enable email/password: emailAndPassword: { enabled: true } Configure emailVerification.sendVerificationEmail Add sendRes...
clerk-nextjs-patterns
Version: Check package.json for the SDK version — see clerk skill for the version table. Core 2 differences are noted in...
seo
Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page ...
frontend-design
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics....
zod
Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, priorit...
android-testing-unit
Use this skill when the request is about: android unit test strategy, test viewmodel reducer android, repository unit te...
threejs-materials
import as THREE from "three"; // PBR material (recommended for realistic rendering) const material = new THREE.MeshStan...
threejs-textures
import as THREE from "three"; // Load texture const loader = new THREE.TextureLoader(); const texture = loader.load("te...