skills/threlte/SKILL.md
Routes Threlte questions to exact, commit-pinned docs paths and practical workflows. Use when helping with setup, debugging, or architecture across @threlte/core, @threlte/extras, @threlte/gltf, @threlte/rapier, @threlte/theatre, @threlte/xr, @threlte/flex, and @threlte/studio.
npx skillsauth add kjanat/skills threlteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use for Threlte docs routing and implementation guidance.
https://threlte.xyz/https://github.com/threlte/threlteapps/docs at commit ebb4f7e28ee4db71d19109656cba80fb10eabe2cWhat does user need?
├─ Concepts, onboarding, architecture
│ └─ Use Learn track first
│ (getting-started -> basics -> advanced)
│
└─ Exact API, props, hooks, components, plugins
└─ Use Reference track first
(core -> extras -> gltf -> rapier -> theatre -> xr -> flex -> studio)
@threlte/core first unless user explicitly asked package-specific topic.references/examples.md or examples/ mirror.references/gotchas.md before deep dives.references/package-cheatsheet.md.references/routing-map.md.references/workflows.md.references/gotchas.md.| Task | Files to read |
| ---------------------------- | ----------------------------------------------------------------------------- |
| New to Threlte | SKILL.md -> references/package-cheatsheet.md -> references/workflows.md |
| Route docs quickly | SKILL.md -> references/routing-map.md |
| Pull exact snippet | references/examples.md -> examples/ |
| Fix broken scene/render loop | references/workflows.md -> references/gotchas.md |
| Choose package | references/package-cheatsheet.md |
| Verify source/freshness | references/source-index.md |
| File | Purpose |
| ---------------------------------- | ---------------------------------- |
| references/routing-map.md | Intent -> exact docs paths |
| references/workflows.md | Top implementation/debug workflows |
| references/examples.md | Commit-pinned exact snippets |
| references/gotchas.md | High-frequency failure patterns |
| references/package-cheatsheet.md | Package selection and entry docs |
| references/source-index.md | Canonical sources and commit pin |
development
Use this skill whenever the user is designing, building, scaffolding, reviewing, or debugging Go-based reverse proxy or HTTP edge infrastructure, especially when they mention statute, config-as-code proxies, building an nginx replacement in Go, networking topology, TLS termination, load balancing, HTTP/2, HTTP/3, QUIC, ACME, upstream pools, middleware chains, or graceful shutdown. Trigger this skill even when the user does not explicitly name statute but is clearly working on a Go HTTP server, edge proxy, or networking infrastructure problem where the resulting artefact will be a compiled binary rather than a runtime-configured server. Also trigger when the user asks for explanations of networking protocols (HTTP/1.1, HTTP/2, HTTP/3, WebSockets, gRPC, TLS) in the context of building or operating a proxy, or when they ask about Go net/http pitfalls, transport tuning, or production-grade server defaults.
testing
Comprehensive lightning physics knowledge base derived from Rakov & Uman (2003) "Lightning: Physics and Effects". Covers discharge types, current parameters, leader/return-stroke physics, cloud electrification, protection, detection systems, atmospheric effects, and quantitative reference data. Use when answering questions about lightning physics, electromagnetic fields, thunderstorm electricity, lightning protection, or atmospheric electrical phenomena.
development
Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.
development
Configure Docker service containers (Redis, PostgreSQL, etc.) as sidecar services in GitHub Actions workflows for integration testing. Use when adding databases, caches, or message queues to CI workflows, or debugging service container networking and health checks.