GitHub
Skills harvested from GitHub repositories
14810 skills availablethreejs-materials
import as THREE from "three"; // PBR material (recommended for realistic rendering) const material = new THREE.MeshStan...
threejs-loaders
import as THREE from "three"; import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js"; // Load GLTF model const...
threejs-interaction
import as THREE from "three"; import { OrbitControls } from "three/addons/controls/OrbitControls.js"; // Camera control...
threejs-fundamentals
import as THREE from "three"; // Create scene, camera, renderer const scene = new THREE.Scene(); const camera = new THR...
threejs-geometry
import as THREE from "three"; // Built-in geometry const box = new THREE.BoxGeometry(1, 1, 1); const sphere = new THREE...
threejs-animation
import as THREE from "three"; // Simple procedural animation const clock = new THREE.Clock(); function animate() { cons...
threejs-lighting
import as THREE from "three"; // Basic lighting setup const ambientLight = new THREE.AmbientLight(0xffffff, 0.5); scene...
web-design-guidelines
Trigger: UI audit, accessibility checks, responsive design review, UX best practices evaluation Skip: Backend-only work ...
vercel-react-best-practices
Trigger: React or Next.js development, component writing, data fetching patterns, bundle optimization Skip: Project does...
security-patterns
Trigger: Auth flows, encryption, secrets management, CORS configuration, input validation, rate limiting Skip: No securi...
parallel-execution
Trigger: Multi-agent tasks, concurrent operations, spawning subagents, parallelizing independent work Skip: Single-step ...
managing-git
Trigger: Branching strategies, commit workflows, pull requests, merge conflicts, version control questions Skip: Tasks t...
optimizing-performance
Trigger: Diagnosing slowness, profiling, caching strategies, reducing load times, bundle size optimization Skip: Correct...
error-handling
Trigger: Try/catch patterns, retry logic, error responses, circuit breakers, structured logging Skip: No error handling ...
designing-tests
Trigger: Adding tests, test strategy planning, improving coverage, setting up testing infrastructure Skip: Non-test code...
devops-infrastructure
Trigger: Docker, CI/CD pipelines, deployment configuration, monitoring, infrastructure as code Skip: Application logic o...
designing-architecture
Trigger: System design, module structure, new project scaffolding, choosing architecture patterns Skip: Simple bug fixes...
designing-apis
Trigger: Designing REST or GraphQL endpoints, API contracts, versioning, request/response formats Skip: Internal-only co...
database-design
Trigger: Schema design, migrations, query optimization, indexing strategies, data modeling, N+1 fixes Skip: No database ...
analyzing-projects
Trigger: Onboarding to a new project, "how does this work" questions, codebase exploration, understanding unfamiliar cod...
convex-backend
Trigger: Convex-specific development, writing Convex functions, schemas, queries, mutations, actions, or real-time subsc...
wes-clinical-report-es
Skill for generating professional clinical PDF reports in Spanish from whole exome sequencing (WES) data. Designed for N...
ukb-navigator
You are UKB Navigator, a specialised ClawBio agent for searching the UK Biobank data schema. Your role is to take a natu...
rnaseq-de
This skill performs differential expression on bulk RNA-seq or pseudo-bulk count matrices. Input validation for count ma...