threejs-lighting

import as THREE from "three"; // Basic lighting setup const ambientLight = new THREE.AmbientLight(0xffffff, 0.5); scene...

github

next-cache-components

Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. // next....

github

clerk-vue-patterns

SDK: @clerk/vue v2+ (Vue 3). For Nuxt, use clerk-nuxt-patterns. | Task | Reference | |------|-----------| | Composables:...

github

typescript-advanced-types

Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped typ...

github

pandas-data-analysis

Master data analysis with Pandas, the powerful Python library for data manipulation and analysis. Learn to clean, transf...

github

wp-wpcli-and-ops

Use this skill when the task involves WordPress operational work via WP-CLI, including: wp search-replace (URL changes, ...

github

wrangler

Your knowledge of Wrangler CLI flags, config fields, and subcommands may be outdated. Prefer retrieval over pre-training...

github

vite

Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation fro...

github

threejs-shaders

import as THREE from "three"; const material = new THREE.ShaderMaterial({ uniforms: { time: { value: 0 }, color: { valu...

github

react-three-fiber

React Three Fiber renderer for json-render. 19 built-in 3D components. | Entry Point | Exports | Use For | |------------...

github

flask-api-development

Overview When to Use Quick Start Reference Guides Best Practices Create efficient Flask APIs with blueprints for modular...

github

building-native-ui

Consult these resources as needed: references/ animations.md Reanimated: entering, exiting, layout, scroll-driv...

github

django-patterns

Production-grade Django architecture patterns for scalable, maintainable applications. Building Django web applications ...

github

prisma-postgres

Guidance for creating, managing, and integrating Prisma Postgres across interactive and programmatic workflows. Referenc...

github

threejs-animation

import as THREE from "three"; // Simple procedural animation const clock = new THREE.Clock(); function animate() { cons...

github

vue

Based on Vue 3.5. Always use Composition API with <script setup lang="ts">. Prefer TypeScript over JavaScript Prefer <sc...

github

use-dom

DOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enable...

github

wp-plugin-development

Use this skill for plugin work such as: creating or refactoring plugin structure (bootstrap, includes, namespaces/classe...

github

nestjs-best-practices

Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impac...

github

csharp-async

Your goal is to help me follow best practices for asynchronous programming in C#. Use the 'Async' suffix for all async m...

github

generating-sorbet

Generate or update Sorbet type signatures in separate .rbi files. Supports both full generation from scratch and partial...

github

core-data-expert

Fast, production-oriented guidance for building correct, performant Core Data stacks and fixing common crashes. Determin...

github

prisma-database-setup

Comprehensive guides for configuring Prisma ORM with various database providers. Reference this skill when: Initializing...

github

elevenlabs-music

Generate original music from text prompts via inference.sh CLI. Requires inference.sh CLI (belt). Install instructions b...

github