GitHub
Skills harvested from GitHub repositories
14810 skills availablethreejs-lighting
import as THREE from "three"; // Basic lighting setup const ambientLight = new THREE.AmbientLight(0xffffff, 0.5); scene...
next-cache-components
Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. // next....
clerk-vue-patterns
SDK: @clerk/vue v2+ (Vue 3). For Nuxt, use clerk-nuxt-patterns. | Task | Reference | |------|-----------| | Composables:...
typescript-advanced-types
Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped typ...
pandas-data-analysis
Master data analysis with Pandas, the powerful Python library for data manipulation and analysis. Learn to clean, transf...
wp-wpcli-and-ops
Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, ...
wrangler
Your knowledge of Wrangler CLI flags, config fields, and subcommands may be outdated. Prefer retrieval over pre-training...
vite
Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation fro...
threejs-shaders
import as THREE from "three"; const material = new THREE.ShaderMaterial({ uniforms: { time: { value: 0 }, color: { valu...
react-three-fiber
React Three Fiber renderer for json-render. 19 built-in 3D components. | Entry Point | Exports | Use For | |------------...
flask-api-development
Overview When to Use Quick Start Reference Guides Best Practices Create efficient Flask APIs with blueprints for modular...
building-native-ui
Consult these resources as needed: references/ animations.md Reanimated: entering, exiting, layout, scroll-driv...
django-patterns
Production-grade Django architecture patterns for scalable, maintainable applications. Building Django web applications ...
prisma-postgres
Guidance for creating, managing, and integrating Prisma Postgres across interactive and programmatic workflows. Referenc...
threejs-animation
import as THREE from "three"; // Simple procedural animation const clock = new THREE.Clock(); function animate() { cons...
vue
Based on Vue 3.5. Always use Composition API with <script setup lang="ts">. Prefer TypeScript over JavaScript Prefer <sc...
use-dom
DOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enable...
wp-plugin-development
Use this skill for plugin work such as: creating or refactoring plugin structure (bootstrap, includes, namespaces/classe...
nestjs-best-practices
Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impac...
csharp-async
Your goal is to help me follow best practices for asynchronous programming in C#. Use the 'Async' suffix for all async m...
generating-sorbet
Generate or update Sorbet type signatures in separate .rbi files. Supports both full generation from scratch and partial...
core-data-expert
Fast, production-oriented guidance for building correct, performant Core Data stacks and fixing common crashes. Determin...
prisma-database-setup
Comprehensive guides for configuring Prisma ORM with various database providers. Reference this skill when: Initializing...
elevenlabs-music
Generate original music from text prompts via inference.sh CLI. Requires inference.sh CLI (belt). Install instructions b...