GitHub
Skills harvested from GitHub repositories
14810 skills availableclerk-android
This skill implements Clerk in native Android projects by following current clerk-android SDK and docs patterns. Activat...
migrate-to-vinext
vinext reimplements the Next.js API surface on Vite. Existing app/, pages/, and next.config.js work as-is — migration is...
clerk-astro-patterns
SDK: @clerk/astro v3+. Requires Astro 4.15+. | Task | Reference | |------|-----------| | Configure middleware | referenc...
rails-tdd-slices
Use this skill when the hardest part of the task is deciding where TDD should start. Core principle: Start at the highes...
fluentui-blazor
This skill teaches how to correctly use the Microsoft.FluentUI.AspNetCore.Components (version 4) NuGet package in Blazor...
dotnet-upgrade
name: "Project Classification Analysis" prompt: "Identify all projects in the solution and classify them by type (.NET F...
threejs-postprocessing
import as THREE from "three"; import { EffectComposer } from "three/addons/postprocessing/EffectComposer.js"; import { ...
gsap-scrolltrigger
Apply when implementing scroll-driven animations: triggering tweens/timelines on scroll, pinning elements, scrubbing ani...
reference-compiler-cli
The packages/compiler-cli package contains the Angular Compiler (Ivy), often referred to as ngtsc. It is a wrapper aroun...
wp-performance
Use this skill when: a WordPress site/page/endpoint is slow (frontend TTFB, admin, REST, WP-Cron) you need a profiling p...
python-patterns
Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. Writing new ...
upgrading-expo
./references/new-architecture.md -- SDK +53: New Architecture migration guide ./references/react-19.md -- SDK +54: React...
cloudflare-deploy
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then loa...
threejs-geometry
import as THREE from "three"; // Built-in geometry const box = new THREE.BoxGeometry(1, 1, 1); const sphere = new THREE...
organization
Add organization() plugin to server config Add organizationClient() plugin to client config Run npx @better-auth/cli mig...
hono
Build Hono web applications. This skill provides inline API knowledge for AI. Use npx hono request to test endpoints. If...
aspnet-core
Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features...
terraform-module-library
Production-ready Terraform module patterns for AWS, Azure, GCP, and OCI infrastructure. Create reusable, well-tested Ter...
expo-api-routes
Use API routes when you need: Server-side secrets — API keys, database credentials, or tokens that must never reach the ...
android-kotlin-core
Use this skill when the request is about: kotlin cleanup in android app, convert verbose android java-style kotlin, seal...
containerize-aspnetcore
Containerize the ASP.NET Core (.NET) project specified in the settings below, focusing exclusively on changes required f...
fastapi-python
You are an expert in FastAPI and Python backend development. Write concise, technical responses with accurate Python exa...
reference-core
This document outlines the architecture and mental model for packages/core, the heart of the Angular framework. packages...
minimal-api-file-upload
File upload endpoints in ASP.NET Core minimal APIs (.NET 8+) Handling IFormFile or IFormFileCollection parameters When y...