threejs-materials

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

github

threejs-loaders

import as THREE from "three"; import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js"; // Load GLTF model const...

github

threejs-interaction

import as THREE from "three"; import { OrbitControls } from "three/addons/controls/OrbitControls.js"; // Camera control...

github

threejs-fundamentals

import as THREE from "three"; // Create scene, camera, renderer const scene = new THREE.Scene(); const camera = new THR...

github

threejs-geometry

import as THREE from "three"; // Built-in geometry const box = new THREE.BoxGeometry(1, 1, 1); const sphere = new THREE...

github

threejs-animation

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

github

threejs-lighting

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

github

web-design-guidelines

Trigger: UI audit, accessibility checks, responsive design review, UX best practices evaluation Skip: Backend-only work ...

github

vercel-react-best-practices

Trigger: React or Next.js development, component writing, data fetching patterns, bundle optimization Skip: Project does...

github

security-patterns

Trigger: Auth flows, encryption, secrets management, CORS configuration, input validation, rate limiting Skip: No securi...

github

parallel-execution

Trigger: Multi-agent tasks, concurrent operations, spawning subagents, parallelizing independent work Skip: Single-step ...

github

managing-git

Trigger: Branching strategies, commit workflows, pull requests, merge conflicts, version control questions Skip: Tasks t...

github

optimizing-performance

Trigger: Diagnosing slowness, profiling, caching strategies, reducing load times, bundle size optimization Skip: Correct...

github

error-handling

Trigger: Try/catch patterns, retry logic, error responses, circuit breakers, structured logging Skip: No error handling ...

github

designing-tests

Trigger: Adding tests, test strategy planning, improving coverage, setting up testing infrastructure Skip: Non-test code...

github

devops-infrastructure

Trigger: Docker, CI/CD pipelines, deployment configuration, monitoring, infrastructure as code Skip: Application logic o...

github

designing-architecture

Trigger: System design, module structure, new project scaffolding, choosing architecture patterns Skip: Simple bug fixes...

github

designing-apis

Trigger: Designing REST or GraphQL endpoints, API contracts, versioning, request/response formats Skip: Internal-only co...

github

database-design

Trigger: Schema design, migrations, query optimization, indexing strategies, data modeling, N+1 fixes Skip: No database ...

github

analyzing-projects

Trigger: Onboarding to a new project, "how does this work" questions, codebase exploration, understanding unfamiliar cod...

github

convex-backend

Trigger: Convex-specific development, writing Convex functions, schemas, queries, mutations, actions, or real-time subsc...

github

wes-clinical-report-es

Skill for generating professional clinical PDF reports in Spanish from whole exome sequencing (WES) data. Designed for N...

github

ukb-navigator

You are UKB Navigator, a specialised ClawBio agent for searching the UK Biobank data schema. Your role is to take a natu...

github

rnaseq-de

This skill performs differential expression on bulk RNA-seq or pseudo-bulk count matrices. Input validation for count ma...

github