jaccen/awesome-gaussian-skills — explained in plain English
Analysis updated 2026-05-18
Look up and compare 3D Gaussian Splatting research methods by category.
Load the included skills into Claude Code or a similar AI assistant to get built in 3DGS knowledge.
Use the AI agent skills to review 3DGS code for known bug patterns or design experiments.
| jaccen/awesome-gaussian-skills | boona13/crowds-system-js | devopssessionsjvr/agentic-ai-demo | |
|---|---|---|---|
| Stars | 45 | 43 | 47 |
| Language | HTML | HTML | HTML |
| Setup difficulty | easy | easy | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | researcher | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Awesome Gaussian Skills is a knowledge base and toolkit centered on a family of 3D computer graphics techniques called 3D Gaussian Splatting, or 3DGS. Gaussian Splatting is a method for reconstructing and rendering three dimensional scenes from photographs. Rather than using traditional geometric meshes, it represents a scene as a large cloud of tiny translucent blobs called Gaussians, which together approximate how light would look from any angle. Since the original method was published in 2023, hundreds of research variants have appeared, covering things like making the scenes smaller, faster, or able to handle moving objects. This project catalogs over 512 of those variants across 23 categories, from compression and speed improvements to applications in autonomous vehicle simulation, medical imaging, and avatar creation. Each entry links to the original research paper and, where available, the code. An interactive web explorer lets you search and filter the catalog without installing anything. Beyond the knowledge base, the project includes ten skills, structured instruction sets that can be loaded into AI coding assistants like Claude Code or similar tools. These skills give the AI assistant detailed built in knowledge about Gaussian Splatting research, letting it help you compare methods across multiple dimensions, review code for known bug patterns, design experiments, or produce structured summaries of new papers far more quickly than reading them manually. You would use this if you are a researcher or developer working with 3D scene reconstruction and want a comprehensive, up to date reference alongside AI agent tooling that understands the field. It requires no installation, the knowledge base is plain Markdown files.
A catalog of 500+ 3D Gaussian Splatting research methods plus AI agent skills for working with them.
Mainly HTML. The stack also includes Markdown, HTML.
Use freely for any purpose, including commercial use, as long as you keep the copyright and license notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.