Sparkjs Skill
Description
Claude Code skill for SparkJS - 3D Gaussian Splat rendering library
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
sparkjs-skill
A [Claude Code](https://claude.ai/claude-code) skill that adds comprehensive knowledge of the [SparkJS](https://sparkjs.dev/) 3D Gaussian Splat rendering library.
Overview
SparkJS is a JavaScript library integrated with Three.js for rendering and manipulating 3D Gaussian Splats in web browsers. With this skill installed, Claude Code understands the full SparkJS API, design patterns, and optimization techniques, enabling accurate code generation and debugging.
Features Covered
- Full API for SparkRenderer / SplatMesh / PackedSplats / ExtSplats
- Loading splat files in
.ply,.spz,.splat,.ksplat,.sog,.radformats - SDF-based splat editing (sphere, box, plane, ellipsoid, cylinder, capsule, cone)
- Procedural splat generation (grid, text, image, particles)
- Level-of-Detail (LoD) streaming and tuning
- Dyno shader graph system (117+ stdlib functions reference included)
- SparkControls (FPS / pointer / gamepad / mobile touch)
- Per-platform performance optimization guide
Installation
Method 1: git clone (recommended)
mkdir -p ~/.claude/skills
git clone https://github.com/shi3z/sparkjs-skill.git ~/.claude/skills/sparkjs
Method 2: Per-project setup
Clone into your project's `.claude/skills/` directory to scope the skill to a specific project:
mkdir -p .claude/skills
git clone https://github.com/shi3z/sparkjs-skill.git .claude/skills/sparkjs
Method 3: Manual copy
Download `SKILL.md` and the `references/` directory, then place them at `~/.claude/skills/sparkjs/`:
~/.claude/skills/sparkjs/
├── SKILL.md
└── references/
├── dyno-api.md
└── spark-renderer-options.md
Updating
cd ~/.claude/skills/sparkjs && git pull
File Structure
sparkjs/
├── SKILL.md # Main skill definition
│ ├── Quick Start template
│ ├── Core API reference
│ ├── SDF editing & procedural generation
│ ├── LoD, pe
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11