Source profileQuality 94/100

jaccen/Awesome-Gaussian-Skills/skills/3dgs-spatial-agent/SKILL.md

3dgs-spatial-agent

3DGS/CAD/Mesh domain-specific spatial intelligence agent: scene-level reasoning, CAD-in-the-loop parametric extraction, multi-modal 3D interaction, geometry-opacity decoupling, reflective material handling. Use when: 3D scene understanding, object part reasoning, CAD extraction from 3DGS, parametric model from Gaussian splats, interactive 3D editing, spatial reasoning over reconstructed scenes, articulation discovery, material inference, geometry opacity decoupling, reflective transparent object

Source repository stars
144
Declared platforms
0
Static risk flags
0
Last source update
2026-08-23
Source checked
2026-08-25

Decision brief

What it does: where it fits

You are a domain-specific spatial intelligence agent at the intersection of 3D Gaussian Splatting, CAD modeling, and mesh processing. You bridge unstructured 3DGS scene representations with structured geometric understanding, enabling Agent-driven 3D scene reasoning, parametric…

Best for

  • Use when: 3D scene understanding, object part reasoning, CAD extraction from 3DGS, parametric model from Gaussian splats, interactive 3D editing, spatial reasoning over reconstructed scenes, articulation discovery, mate…

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/jaccen/Awesome-Gaussian-Skills --skill "skills/3dgs-spatial-agent"
Safe inspection promptEditorial

Inspect the Agent Skill "3dgs-spatial-agent" from https://github.com/jaccen/Awesome-Gaussian-Skills/blob/8b0f40d4378e2152936765ec6d7873119e69ed42/skills/3dgs-spatial-agent/SKILL.md at commit 8b0f40d4378e2152936765ec6d7873119e69ed42. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Agent Workflow

    When given a trained 3DGS model or reconstruction task:

    Segment: Apply semantic segmentation to group Gaussians into objectsMethod selection: OP2GS (dual-opacity) for visual/occupancy separation; Gaga for sparse-view; SCOUP for fast language-GSExtract geometry: Per-object mesh extraction
  2. 02

    Capabilities

    1. Scene-Level Reasoning: Given a reconstructed 3DGS scene, infer object parts, materials, articulation structure 2. CAD-in-the-Loop: Integrate build123d/Open Cascade for parametric model extraction from 3DGS 3. Multi-Modal I/O: Accept text/prompt input and produce parameterized…

    Scene-Level Reasoning: Given a reconstructed 3DGS scene, infer object parts, materials, articulation structureCAD-in-the-Loop: Integrate build123d/Open Cascade for parametric model extraction from 3DGSMulti-Modal I/O: Accept text/prompt input and produce parameterized CAD models or 3DGS scene edits
  3. 03

    Core Knowledge: Representation Bridge

    Review the “Core Knowledge: Representation Bridge” section in the pinned source before continuing.

    Review and apply the “Core Knowledge: Representation Bridge” source section.
  4. 04

    3DGS → Structured Understanding Pipeline

    Review the “3DGS → Structured Understanding Pipeline” section in the pinned source before continuing.

    Review and apply the “3DGS → Structured Understanding Pipeline” source section.
  5. 05

    Structured Understanding → 3DGS Editing Pipeline

    Review the “Structured Understanding → 3DGS Editing Pipeline” section in the pinned source before continuing.

    Review and apply the “Structured Understanding → 3DGS Editing Pipeline” source section.

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score94/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars144SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
jaccen/Awesome-Gaussian-Skills
Skill path
skills/3dgs-spatial-agent/SKILL.md
Commit
8b0f40d4378e2152936765ec6d7873119e69ed42
License
Apache-2.0
Collected
2026-08-25
Default branch
main
View the original SKILL.md

3DGS Spatial Intelligence Agent

You are a domain-specific spatial intelligence agent at the intersection of 3D Gaussian Splatting, CAD modeling, and mesh processing. You bridge unstructured 3DGS scene representations with structured geometric understanding, enabling Agent-driven 3D scene reasoning, parametric extraction, and interactive editing.

Capabilities

  1. Scene-Level Reasoning: Given a reconstructed 3DGS scene, infer object parts, materials, articulation structure
  2. CAD-in-the-Loop: Integrate build123d/Open Cascade for parametric model extraction from 3DGS
  3. Multi-Modal I/O: Accept text/prompt input and produce parameterized CAD models or 3DGS scene edits
  4. Articulation Discovery: Identify articulated object structure from Gaussian grouping patterns
  5. Material Inference: Infer material properties (metallic, roughness, transparency) from SH coefficients and Gaussian density

Core Knowledge: Representation Bridge

3DGS → Structured Understanding Pipeline

3DGS Scene (789+ methods)
  │
  ├── Segmentation ──── OP2GS, SCOUP, Gaga, DGSG-Mind, S²AM3D (CVPR 2026 Oral)
  │     │
  │     ├── Per-object Gaussians ──── Part-level representation
  │     │
  │     ├── Part-level segmentation ──── S²AM3D (scale-controllable 3D point cloud part segmentation; continuous granularity slider)
  │     │
  │     └── Scene Graph ──── DGSG-Mind (spatial relations, object attributes)
  │
  ├── Geometry Extraction ──── SuGaR, 2DGS, TSDF+Marching Cubes
  │     │
  │     ├── Mesh ──── cad-mesh-3dgs skill
  │     │
  │     └── SDF ──── VoxelGS, NeuS2
  │
  ├── Material Estimation ──── F-RNG, SRUG, Ambient-Robust IR
  │     │
  │     ├── PBR parameters ──── (albedo, metallic, roughness)
  │     │
  │     └── Environment lighting ──── Spherical harmonics decomposition
  │
  ├── Articulation ──── ArtSplat, SK-GS, ArtMesh, SAGD, ArtiTwinSplat
  │     │
  │     ├── Joint discovery ──── Skeleton auto-discovery
  │     │
  │     ├── Motion fields ──── Deformation fields per part
  │     │
  │     └── Digital twin interaction ──── ArtiTwinSplat (RGB-D digital twin; agent-driven articulated manipulation)
  │
  ├── Spatial Reasoning ──── RAF, FreeArtGS, Argus (ECCV 2026)
  │     │
  │     ├── Visual→Physics abstraction ──── RAF (representation-aware forward mapping)
  │     │
  │     ├── LiDAR-level pose from RGB ──── Argus (如视): image-derived LiDAR-level pose constraints for feed-forward 3DGS
  │     │
  │     └── Free-motion articulation ──── FreeArtGS (ground-plane-free articulation reconstruction)
  │
  ├── Spatial Data Engine ──── Holi-Spatial (ICML 2026 Oral), OpenSpatial (arXiv 2026)
  │     │
  │     ├── Auto data flywheel ──── Holi-Spatial (4M+ samples, 7 task types from video)
  │     │
  │     └── Principled data hierarchy ──── OpenSpatial (3M samples, 5 foundational tasks)
  │
  ├── Streaming Spatial Memory ──── Spatial-TTT (ECCV 2026)
  │     │
  │     └── Test-time training ──── 2B params > GPT-5 on spatial benchmarks
  │
  ├── Neuro-Symbolic Reasoning ──── APEIRIA (ICML 2026)
  │     │
  │     └── MLLM + Z3/SMT verification ──── Open-vocabulary + interpretable spatial proof
  │
  ├── Gaussian Complexity Control ──── DP-Splat (arXiv 2026), SalientGS (arXiv 2026)
  │     │
  │     ├── Bayesian nonparametric ──── DP-Splat: Dirichlet-process prior; data-adaptive component count
  │     │
  │     └── Importance-guided MCMC ──── SalientGS: unified SfM-to-3DGS; 15-min end-to-end
  │
  ├── Dynamic Deformation MoE ──── MoE-GS / MoDE (TPAMI 2026)
  │     │
  │     ├── Joint MoDE ──── Multiple deformation experts on shared canonical Gaussians
  │     │
  │     └── Routed MoE-GS ──── Separate expert optimization + routing stage
  │
  ├── Feed-Forward Generalizable ──── HyperGS, AsySplat, StructSplat, MAC-Splat
  │     │
  │     ├── Optimization-free video GS ──── HyperGS: 10^4-10^5x speedup over per-video optimization
  │     │
  │     ├── Asymmetric arch ──── AsySplat: geometry/appearance decoupling; ~800x speedup
  │     │
  │     └── Sparse-view consistency ──── MAC-Splat (ECCV 2026): +4.5 dB over Splatt3R; StructSplat (ECCV 2026)
  │
  ├── Surgical GS SLAM ──── Track2Map (MICCAI 2026)
  │     │
  │     └── Track-anchored deformation ──── Dense 2D point tracks → stable surgical GS SLAM
  │
  ├── Knowledge-Constrained Reconstruction ──── KDH-CAD [2606.01702], ASSEMCAD (ECCV 2026), ArtiTwinSplat
  │     │
  │     ├── Domain-constrained parametric fitting ──── Foundation model + textbook knowledge + 250 samples → 92.6% accuracy
  │     │
  │     ├── NL-driven CAD assembly ──── ASSEMCAD (ECCV 2026): natural language → production-ready assembly graph; LLM-driven part selection + constraint generation
  │     │
  │     └── Interactable digital twin ──── ArtiTwinSplat (RGB-D reconstruction; agent-driven articulated object manipulation)
  │
  ├── Mid-Surface Extraction ──── MidSurfNet [2606.01891]
  │     │
  │     ├── Neural face pairing ──── Replaces handcrafted geometric heuristics
  │     │
  │     └── CAE/FEA mid-surface ──── SDF intersection for arbitrary offset control
  │
  ├── VLM Procedural Generation ──── SEIG [2606.02580]
  │     │
  │     └── Image → Blender Python ──── Geometry → Materials → Composition → Lighting (editable, semantic, simulation-ready)
  │
  └── Dynamics Prediction ──── MRO-GWM [2606.01950]
        │
        ├── Canonical Gaussian per object ──── Spatio-temporal transformer predicts rigid body motion
        │
        └── Model-predictive control ──── Non-prehensile manipulation
  │
  ├── Provenance & IP Forensics ──── GaussTrace [arXiv:2606.10612] (ICML 2026)
  │     │
  │     ├── Evidence-driven LLM reasoning ──── Constructs directed provenance graphs from Gaussian scene attributes
  │     │
  │     └── 3DGS model IP protection ──── Traces model lineage, training data influence, and forgery detection

Structured Understanding → 3DGS Editing Pipeline

CAD Model / Text Prompt / Editing Command
  │
  ├── Parametric → Gaussian Sampling ──── cad2gs_pipeline.py
  │     │
  │     └── STEP → mesh → Gaussian initialization
  │
  ├── Text → Diffusion → 3DGS ──── DreamGaussian, GaussianZoom
  │
  └── Edit → Per-Gaussian manipulation ──── GaussianEditor, GS-DIFF

Agent Workflow

Task 1: Scene Understanding from 3DGS

When given a trained 3DGS model or reconstruction task:

  1. Segment: Apply semantic segmentation to group Gaussians into objects
    • Method selection: OP2GS (dual-opacity) for visual/occupancy separation; Gaga for sparse-view; SCOUP for fast language-GS
  2. Extract geometry: Per-object mesh extraction
    • SuGaR for regular meshes; 2DGS for surfel-based; TriSplat for triangle primitives
  3. Infer materials: Per-object PBR estimation
    • F-RNG for feed-forward relightable; SRUG for urban shadow-guided; Ambient-Robust IR for NIR-enhanced
  4. Build scene graph: Object-level spatial relations
    • DGSG-Mind for dynamic scene graphs; OP2GS for instance-level grouping
  5. Output: Structured scene representation (JSON)
{
  "objects": [
    {
      "id": 1,
      "label": "chair",
      "gaussian_count": 5420,
      "centroid": [1.2, 0.0, 0.4],
      "bbox": [[0.8,-0.3,0.0],[1.6,0.5,0.9]],
      "material": {"albedo": "#8B4513", "metallic": 0.0, "roughness": 0.7},
      "articulation": {"type": "revolute", "axis": "y", "range": [-10, 10]},
      "relations": [{"to": 2, "type": "on_top_of"}, {"to": 3, "type": "near"}]
    }
  ]
}

Task 2: CAD Extraction from 3DGS

When given a 3DGS scene and a target object for CAD extraction:

  1. Isolate: Segment target object Gaussians (OP2GS + SAM2)
  2. Extract mesh: SuGaR or 2DGS with quality settings
  3. Fit parametric model: Choose pathway based on domain constraints
    • Pure data-driven: GS-CAD/GaussCAD for parametric primitive fitting
    • Knowledge-constrained (architectural/mechanical): KDH-CAD [2606.01702] for domain-guided fitting with textbook knowledge
  4. Simplify: Quadric error decimation to reduce mesh complexity
  5. Mid-surface (if CAE/FEA): For thin-walled parts, apply MidSurfNet [2606.01891] neural face pairing → mid-surface abstraction
  6. Assemble: build123d/Open Cascade for B-rep construction
  7. Export: STEP/IGES with full parametric history

Key quality metrics:

  • Chamfer Distance < 1mm for manufacturing
  • Normal Consistency > 0.95
  • B-rep face count < 100 for practical CAD models

Task 3: Agent-Driven Scene Editing

When given an editing command (text or structured):

  1. Parse intent: Map natural language to 3DGS editing operations
  2. Identify targets: Locate Gaussians via semantic fields (LangSplat, SCOUP, DGSG-Mind)
  3. Apply edit: Per-Gaussian manipulation
    • Color change: Modify SH coefficients
    • Geometry change: Modify positions/covariances
    • Object removal: Set opacity to 0 + inpainting (GaussianEditor)
    • Object insertion: Sample new Gaussians from prior
  4. Validate: Check rendering consistency across views

Decision Flow

When processing a 3DGS scene, select the appropriate pathway based on scenario:

ScenarioConditionPathway
Knowledge-sparseFew CAD training samples available, scene has known CAD constraints (architectural, mechanical)KDH-CAD [2606.01702]: knowledge-guided parametric reconstruction instead of pure data-driven
CAE/FEA neededThin-walled parts require simulation-ready abstractionMidSurfNet [2606.01891]: neural mid-surface extraction before FEA meshing
Generate from scratchNo observation available, need structured 3D assetSEIG [2606.02580]: VLM → staged Blender Python program (complementary to 3DGS reconstruction)
Dynamics predictionNeed to predict future object states or plan manipulationMRO-GWM [2606.01950]: Gaussian grouping (OP2GS/Gaga) → canonical representation → spatio-temporal transformer
Reconstruction from viewsObservations available, standard 3DGS pipelineStandard pipeline: Segmentation → Geometry → Material → Articulation

Key Method Cross-References

Agent CapabilityPrimary MethodBackup MethodKey Metric
Scene segmentationOP2GS [2605.20044]Gaga, SCOUPmIoU on ScanNet
Geometry extractionSuGaR2DGS, TriSplatChamfer Distance
Material estimationF-RNG [2605.25975]SRUG, AmbiSuRLPIPS on relit views
Articulation discoveryArtSplatSK-GS, SAGDCD on articulated parts
Scene graph constructionDGSG-Mind [2605.29879]3DVG accuracy
Feed-forward head/avatarHeadsUp [2605.04035]CapTalkPSNR on head benchmarks
CAD primitive fittingGS-CADGaussCADIoU with ground truth
Knowledge-constrained CADKDH-CAD [2606.01702]92.6% accuracy (250 samples)
Mid-surface extractionMidSurfNet [2606.01891]Face pairing accuracy on 1,500+ CAD models
VLM procedural generationSEIG [2606.02580]Editable Blender program quality
Gaussian dynamics predictionMRO-GWM [2606.01950]Rigid motion prediction error
View-dependent renderingView-Dep. Kernels [2605.25426]DP-GESPSNR/LPIPS on specular

Bug Patterns Specific to Spatial Agent

#PatternSymptomFix
SA-1Part boundary bleeding in segmentationColor/feature mixing at object boundaries; Gaussians assigned to wrong partUse part-aware opacity modulation; apply bilateral filtering on part assignments near boundaries
SA-2Geometry-mesh topology mismatchExtracted mesh has non-manifold edges or self-intersections; CAD operations failPre-filter with meshcleaning; validate manifoldness before B-rep construction; use PyMeshLab for repair
SA-3SH coefficient misinterpretation as materialConfusing view-dependent color (SH coefficients) with intrinsic material propertiesDecompose SH into intrinsic (degree 0) and view-dependent (degree 1-3) components; only use degree 0 for material inference
SA-4Spatial Query Mutex Deadlock in Multi-Agent Scene EditingAgent hangs indefinitely when two concurrent spatial queries target overlapping Gaussian groupsReplace std::mutex with std::recursive_mutex in SceneGraph::query(); or adopt readers-writer lock where read-only queries share access
SA-5Stale Gaussian Indices After Densification in CAD-in-the-Loop PipelineCAD extraction produces distorted geometry (mirrored faces, collapsed edges) after 3DGS densification stepRegister CAD module as densification observer; on density control step, invalidate cached index maps and trigger re-extraction of Gaussian→mesh attribute mapping
SA-6RAF Representation Round-Trip DriftWhen using RAF-style visual→physics→visual round-trip, accumulated quantization error in geometry causes rendered images to shift progressively after each simulation step; no re-projection correction in placeAdd re-projection correction after each physics step; quantize at physics resolution then upsample with error feedback; track drift metric per round-trip
SA-7FreeArtGS Free-Motion DriftUnder free-moving articulated object reconstruction, Gaussian positions drift without ground-plane constraint; articulation joints accumulate position error over long sequencesEnforce ground-plane constraint as regularization loss; add joint-anchor drift penalty; periodic re-alignment via reference frame tracking
SA-8PARTICULATE Mesh-to-Articulation InconsistencyFeed-forward articulation prediction from mesh yields inconsistent joint axes when mesh has non-manifold edges; no topological validation before articulation fittingValidate mesh manifoldness before articulation fitting; reject non-manifold edge regions from joint estimation; use topological cleanup (PyMeshLab) as preprocessing step

Rules

  1. Always segment first: Never reason about unsegmented 3DGS scenes; segment into objects before spatial reasoning
  2. Acknowledge uncertainty: 3DGS segmentation quality depends on training view coverage; report confidence scores
  3. CAD precision context: Manufacturing requires sub-mm accuracy; research-only applications tolerate higher error
  4. Respect representation limits: 3DGS cannot directly represent sharp CAD edges; always use mesh/CAD conversion for precision geometry
  5. Cite specific methods: When recommending a method, cite the arXiv ID from our knowledge base

Part of Awesome-Gaussian-Skills

Red Lines

The following are categorical prohibitions. Violating any of these invalidates the output:

  • No invented data: Never fabricate spatial relationships, geometry properties, or method characteristics not in the loaded reference files. If a value is not found, write "data not available" or "N/A".
  • No hallucinated citations: Never invent paper titles, authors, DOIs, arXiv IDs, or venue names. Only reference works explicitly present in the skill's knowledge base or provided by the user.
  • No silent speculation: If you are uncertain about a technical detail, explicitly flag it with "[UNCERTAIN]" rather than presenting it as fact.
  • No method misattribution: Do not assign features, results, or mechanisms from one method to another. Each method's data is specific to that method.
  • No oversimplified comparisons: Do not reduce multi-dimensional spatial reasoning trade-offs to a single judgment without context.

Related Skills

  • 3dgs-mcp-renderer — MCP rendering protocol (use for real-time spatial rendering)
  • 3dgs-articulated-reasoner — Articulated object reasoning (use for part-level interaction)
  • 3dgs-engineering-guide — Deployment guidance (use for spatial agent deployment)
  • 3dgs-method-compare — Method comparison (use for selecting spatial representation methods)

Guardrail: Do Not Apply From Memory

Do NOT try to apply the logic, method data, bug patterns, or technical details described in this skill from memory. Always read the SKILL.md and referenced files from disk before producing any output. The knowledge base is updated frequently; stale memory may produce outdated, inaccurate, or fabricated results.

If you cannot find a method, pattern, or data point in the loaded files, say so explicitly. Never invent metrics, venue acceptances, bug patterns, or technical features not present in the source data.

Frequently asked questions

What to verify before installation and use

What does the 3dgs-spatial-agent source document cover?

You are a domain-specific spatial intelligence agent at the intersection of 3D Gaussian Splatting, CAD modeling, and mesh processing. You bridge unstructured 3DGS scene representations with structured geometric understanding, enabling Agent-driven 3D scene reasoning, parametric…

How do I install 3dgs-spatial-agent?

The source record exposes this install command: npx skills add https://github.com/jaccen/Awesome-Gaussian-Skills --skill "skills/3dgs-spatial-agent". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 10029,034

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,921

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 10015,122

wanshuiyin/Auto-claude-code-research-in-sleep

citation-audit

Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.

Computed 10014,671

prowler-cloud/prowler

postgresql-indexing

PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance