Source profileQuality 95/100

jaccen/Awesome-Gaussian-Skills/skills/cad-mesh-3dgs/SKILL.md

cad-mesh-3dgs

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

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 senior researcher at the intersection of CAD/CAM, geometric processing, and neural rendering (3DGS/NeRF). You have deep knowledge of how structured geometric representations (B-rep, mesh, point cloud) relate to and can be converted to/from 3D Gaussian Splatting represe…

Best for

  • Use when: converting mesh to/from 3DGS, extracting surfaces from Gaussian splats, reverse engineering CAD from 3DGS, NL-driven CAD assembly, B-rep reconstruction, TetSphere physics simulation, mesh↔3DGS转换/CAD逆向/

Not for

  • 5.1 Mesh Extraction Quality Issues
  • 5.2 Mesh→3DGS Quality Issues

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/cad-mesh-3dgs"
Safe inspection promptEditorial

Inspect the Agent Skill "cad-mesh-3dgs" from https://github.com/jaccen/Awesome-Gaussian-Skills/blob/8b0f40d4378e2152936765ec6d7873119e69ed42/skills/cad-mesh-3dgs/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

    Capabilities

    Analyze mesh↔3DGS conversion methods and recommend the right approach

    Analyze mesh↔3DGS conversion methods and recommend the right approachGuide surface extraction from trained 3DGS modelsAdvise on CAD reverse engineering pipelines using 3DGS
  2. 02

    Section 0: SLAT — The Unified Conversion Framework

    v1.7.0 upgrade: This skill's conversion methods are now organized through the lens of SLAT (Structured LATent representation). See ../../references/slat-unified-representation.md for the full theoretical framework.

    v1.7.0 upgrade: This skill's conversion methods are now organized through the lens of SLAT (Structured LATent representation). See ../../references/slat-unified-representation.md for the full theoretical framework.Previously, this skill treated each conversion (Mesh→3DGS, 3DGS→Mesh, 3DGS→CAD, etc.) as an isolated pairwise problem with its own pipeline. SLAT reframes all conversions through a shared encode-decode pattern:The 41 methods in this skill's database are now classified into three SLAT categories:
  3. 03

    Why SLAT Replaces Pairwise Conversion Tables

    Previously, this skill treated each conversion (Mesh→3DGS, 3DGS→Mesh, 3DGS→CAD, etc.) as an isolated pairwise problem with its own pipeline. SLAT reframes all conversions through a shared encode-decode pattern:

    Previously, this skill treated each conversion (Mesh→3DGS, 3DGS→Mesh, 3DGS→CAD, etc.) as an isolated pairwise problem with its own pipeline. SLAT reframes all conversions through a shared encode-decode pattern:
  4. 04

    Conversion Through the SLAT Lens

    Review the “Conversion Through the SLAT Lens” section in the pinned source before continuing.

    Review and apply the “Conversion Through the SLAT Lens” source section.
  5. 05

    Method Classification Through SLAT

    The 41 methods in this skill's database are now classified into three SLAT categories:

    The 41 methods in this skill's database are now classified into three SLAT categories:Research direction: Upgrading Category A methods to Category C (introducing explicit SLAT intermediate) is an open, productive direction. When recommending methods, prefer Category B/C for multi-target conversions, Cate…

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 score95/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/cad-mesh-3dgs/SKILL.md
Commit
8b0f40d4378e2152936765ec6d7873119e69ed42
License
Apache-2.0
Collected
2026-08-25
Default branch
main
View the original SKILL.md

CAD & Mesh × 3DGS Bridge

You are a senior researcher at the intersection of CAD/CAM, geometric processing, and neural rendering (3DGS/NeRF). You have deep knowledge of how structured geometric representations (B-rep, mesh, point cloud) relate to and can be converted to/from 3D Gaussian Splatting representations. Help users navigate the mesh↔3DGS pipeline, design methods that combine CAD priors with 3DGS, and troubleshoot geometry-related issues in 3DGS reconstruction.

Capabilities

  • Analyze mesh↔3DGS conversion methods and recommend the right approach
  • Guide surface extraction from trained 3DGS models
  • Advise on CAD reverse engineering pipelines using 3DGS
  • Compare geometry quality across mesh, surfel, and Gaussian representations
  • Debug common issues in mesh-Gaussian hybrid methods
  • Evaluate B-rep / parametric reconstruction from images via 3DGS
  • Reason about conversions through the SLAT unified framework (encode-decode, not pairwise)

Section 0: SLAT — The Unified Conversion Framework

v1.7.0 upgrade: This skill's conversion methods are now organized through the lens of SLAT (Structured LATent representation). See ../../references/slat-unified-representation.md for the full theoretical framework.

Why SLAT Replaces Pairwise Conversion Tables

Previously, this skill treated each conversion (Mesh→3DGS, 3DGS→Mesh, 3DGS→CAD, etc.) as an isolated pairwise problem with its own pipeline. SLAT reframes all conversions through a shared encode-decode pattern:

Source Representation
       │
       ▼  ENCODE (lossy: captures what fits in sparse voxel grid)
┌──────────────────────┐
│   SLAT (Structured   │
│   LATent)            │
│                      │
│  Sparse voxel grid   │
│  Per-voxel features: │
│  - geometry          │
│  - appearance        │
│  - semantics         │
│  - deformation       │
└──────────────────────┘
       │
       ├── DECODE → 3D Gaussians (μ, Σ, α, SH)
       ├── DECODE → Mesh (vertices, faces)
       ├── DECODE → Radiance Field (MLP weights)
       └── DECODE → Parametric CAD (primitives, B-rep)

Conversion Through the SLAT Lens

ConversionSLAT PathEncoding LossDecoding Loss
Mesh → 3DGSMesh → SLAT → 3DGSMedium (no appearance in mesh)Low (3DGS is natural target)
3DGS → Mesh3DGS → SLAT → MeshLow (rich geometry)Medium (no view-dependent color)
3DGS → CAD3DGS → SLAT → CADHigh (no parametric structure)Low (primitives are simple)
Image → 3DGSImage → SLAT (generative) → 3DGSDepends on modelLow

Method Classification Through SLAT

The 41 methods in this skill's database are now classified into three SLAT categories:

CategoryDescriptionExamples
A: Direct PairwiseConverts directly, no intermediateSuGaR, mesh→Gaussian sampling
B: Implicit LatentUses undocumented intermediateNeuS2 (SDF as proto-latent), BrepGaussian
C: Explicit SLATUses formal structured latentTRELLIS (image→SLAT→multi-format)

Research direction: Upgrading Category A methods to Category C (introducing explicit SLAT intermediate) is an open, productive direction. When recommending methods, prefer Category B/C for multi-target conversions, Category A for single one-time conversions.

When to Apply SLAT Framework

ScenarioUse SLATUse Direct Pairwise
Convert to multiple target formats✅ Encode once, decode many❌ Redundant work
Need quantifiable conversion quality✅ Encoding + decoding loss budget❌ No unified metric
Designing a new conversion method✅ Theoretical grounding❌ Ad-hoc
Comparing conversion methods✅ Common latent for fair comparison❌ Different bases
Single one-time conversion❌ Overkill✅ Faster
Real-time conversion (< 1s)❌ Latent overhead✅ Direct is faster

Core Knowledge: Representation Spectrum

The Geometry Representation Landscape

SLAT note: The spectrum below is the surface view of representations. Under SLAT, all these formats are decodings of the same structured latent — the spectrum becomes a decode-target selector, not a set of isolated formats.

Structured ◄──────────────────────────────────────────► Unstructured
  │                                                            │
  B-rep ─── Mesh ─── Point Cloud ─── 3DGS ─── NeRF/MLP
  │           │           │              │            │
  │           │           │              │            │
Parametric  Topology   Explicit      Explicit      Implicit
Curves+     +Vertex    +Attribute   +Density      +Continuous
Surfaces    +Faces     (μ,Σ,α,c)    Control
  │           │           │              │            │
  │           │           │              │            │
CAD/       Graphics/   LiDAR/       Neural       Volume
CAM         Gaming     SfM          Rendering    Rendering

Key Trade-offs Between Representations

AspectMesh (Triangulated)3DGS (Gaussians)B-rep (CAD)
TopologyExplicit (V,E,F)NoneExplicit (faces, edges, vertices)
SmoothnessDiscrete approx.Continuous (covariance)Exact (NURBS/analytic)
EditingHard (vertex-level)Medium (attribute-level)Easy (parametric)
RenderingRasterization/RTDifferentiable splattingRendering engines
From imagesMulti-View Stereo3DGS trainingReverse engineering
To imagesStandard pipelineDirect renderingCAD rendering
Thin structuresCan representBloated artifactsExact boundaries
File formatOBJ/PLY/STL/FBXPLY (custom)STEP/IGES/ Parasolid
Physical simReadyNeeds mesh extractionNative

Section 1: Mesh → 3DGS Conversion

1.1 Why Convert Mesh to Gaussians?

  • Add appearance modeling (view-dependent color via SH) to static meshes
  • Enable differentiable rendering for mesh optimization through images
  • Leverage 3DGS speed for real-time rendering of existing mesh assets
  • Bridge game engine / CAD pipelines with neural rendering

1.2 Conversion Pipeline

Mesh (OBJ/PLY) → Sample Points on Surface → Initialize Gaussians → Optimize
                        │                          │
                        │                          ├── μ: vertex positions
                        ├── Poisson disk sampling   ├── Σ: from face normals + area
                        ├── Vertex sampling         ├── α: 1.0 (on surface)
                        └── Edge-aware sampling     ├── SH: from mesh vertex colors
                                                   └── R, S: from face orientation

1.3 Initialization Strategies

StrategyDescriptionQualitySpeed
Vertex samplingOne Gaussian per vertexLow (undersampled)Fast
Face samplingUniform points per faceMediumMedium
Area-weighted samplingDensity ∝ face areaGoodMedium
Curvature-aware samplingMore points near high curvatureBestSlow
Poisson disk samplingBlue-noise distributionGoodMedium

1.4 Covariance Initialization from Mesh

Loaded on demand — See conversion-examples.md §1 for the Python implementation of covariance initialization from mesh faces (given a face with normal n and area A).

1.5 Known Issues in Mesh→3DGS

IssueSymptomFix
Floating artifactsGaussians drift off surfaceAdd normal consistency loss
Thick surfacesScale in normal direction too largeClamp normal scale to small value
Missing thin partsPruned during density controlReduce prune threshold for mesh-initialized
Color bleedingSH degree too high on flat surfacesStart with SH degree 0, increase gradually
Non-watertight meshHoles cause rendering gapsPre-process: fill holes with Poisson reconstruction

Section 2: 3DGS → Mesh Extraction

2.1 Why Extract Mesh from 3DGS?

  • Downstream applications require mesh (physical simulation, 3D printing, game engines)
  • CAD/CAM pipelines consume mesh or B-rep, not Gaussians
  • Industry formats (STEP, IGES, STL, OBJ) are mesh-based
  • Quantitative geometry evaluation (Chamfer Distance, F-Score) requires mesh

2.2 Extraction Methods Comparison

MethodVenueApproachSpeedQualityCode
SuGaRCVPR'24Regularized Gaussians → TSDF → Marching Cubes~1 minHighOpen
2DGSSIGGRAPH'242D oriented disks → Normal-guided extraction~30 minVery HighOpen
NeuS2ECCV'22SDF + volume rendering → Marching Cubes~2 hrsHighOpen
Marching GaussiansPreprintDirect isosurface from Gaussian opacity field~5 minMediumLimited
TSDF-3DGSVariousPer-Gaussian TSDF fusion → MC~2 minGoodVarious
Poisson 3DGSVariousRender depth multi-view → Poisson reconstruction~10 minMediumOpen

2.3 SuGaR Pipeline (Recommended)

Trained 3DGS
    │
    ├── Step 1: Regularize Gaussians
    │   ├── Add normal consistency loss
    │   └── Constrain Gaussians near surface
    │
    ├── Step 2: Extract TSDF
    │   ├── Rasterize Gaussian opacity to depth + normal maps
    │   ├── Multi-view TSDF fusion (VolumetricFusion)
    │   └── TSDF volume at target resolution (256³ or 512³)
    │
    └── Step 3: Marching Cubes
        ├── Extract triangle mesh from TSDF
        └── Optional: mesh simplification / texturing

2.4 2DGS Pipeline (Best Geometry)

Images + SfM
    │
    ├── Train 2DGS (oriented disks instead of 3D Gaussians)
    │   ├── Disks align to surface normals
    │   └── Better surface constraint by construction
    │
    └── Extract mesh
        ├── Sample points on disk centers
        ├── Estimate normals from disk orientations
        └── Poisson surface reconstruction

2.5 Geometry Quality Evaluation

After extraction, evaluate mesh quality:

MetricToolWhat It Measures
Chamfer Distance (CD)Open3D / PyTorch3DAverage distance to GT mesh
F-Score @ thresholdCustomPrecision-recall of surface points
Normal ConsistencyOpen3DAngle between estimated and GT normals
Mesh watertightnessPyMeshLab / TrimeshWhether mesh is manifold + closed
Edge ratioPyMeshLabTriangle quality (ideal = equilateral)

Loaded on demand — See conversion-examples.md §2 for the Python implementation of Chamfer Distance and F-Score evaluation.

Section 3: Mesh-Adsorbed & Hybrid Representations

3.1 Why Hybrid?

Pure 3DGS: great rendering, poor topology/geometry. Pure mesh: great topology, limited appearance/real-time rendering. Hybrid: best of both worlds.

3.2 Key Hybrid Methods

MaGS (Mesh-adsorbed Gaussian Splatting) — ICCV 2025

AspectDetail
Core ideaGaussians "adsorbed" onto mesh vertices, mesh guides Gaussian placement
AdvantageMesh provides topology + deformation handle; Gaussians provide appearance
RenderingGaussian splatting with mesh-based culling and sorting
DeformationDeform mesh → Gaussians follow automatically
Best forAnimated/ deformable objects, physical simulation + neural rendering

UniMGS (Unified Mesh and 3DGS) — AAAI 2026

AspectDetail
Core ideaSingle-pass rasterization for both mesh and Gaussians
AdvantageUnified rendering pipeline, proxy-based deformation
Key innovationEliminates redundant computation in separate mesh + GS pipelines
Best forReal-time applications needing both mesh and appearance

2DGS (2D Gaussian Splatting) — SIGGRAPH 2024

AspectDetail
Core ideaReplace 3D anisotropic Gaussians with 2D oriented disks
AdvantageDisks naturally constrain to surface, enabling direct mesh extraction
Trade-offTraining is more expensive, more prone to VRAM issues
Best forTasks requiring high-quality mesh output

3.3 When to Use Hybrid vs Pure

Use CaseRecommendationReason
Novel view synthesis onlyPure 3DGSFastest, highest visual quality
Need mesh for 3D printing2DGS or SuGaRBest geometry extraction
Animated character + real-time renderMaGSDeformation follows mesh
CAD reverse engineeringBrepGaussian + meshStructured output needed
Game asset pipelineUniMGSUnified single-pass rendering
Large-scale scene (city)Pure 3DGS + post-extractionScalability

Section 4: CAD Reverse Engineering with 3DGS

4.1 The CAD RE Pipeline

Physical Object
    │
    ├── 3D Scanning (LiDAR / Photogrammetry)
    │       │
    │       ▼
    │   Images / Point Cloud
    │       │
    │       ├── 3DGS Training → High-fidelity appearance model
    │       │
    │       ├── Mesh Extraction (SuGaR / 2DGS)
    │       │       │
    │       │       ▼
    │       │   Triangle Mesh
    │       │       │
    │       │       ├── Mesh simplification
    │       │       ├── Mesh segmentation
    │       │       ├── Primitive fitting (planes, cylinders, cones)
    │       │       │
    │       │       ▼
    │       │   B-rep / Parametric CAD
    │       │       │
    │       │       ▼
    │       │   STEP / IGES File
    │       │
    │       └── Direct B-rep extraction (BrepGaussian)
    │
    └── CAD Model Ready for Manufacturing

4.2 BrepGaussian (CVPR 2026) — Direct CAD from Images

AspectDetail
ProblemTraditional RE: mesh → B-rep is a two-stage process with error accumulation
InnovationGaussian Splatting + B-rep reconstruction in a unified framework
B-rep componentsTrimmed surfaces (NURBS), edges (curves), vertices
Key mechanismGaussians provide dense geometric prior; B-rep extraction constrained by Gaussian geometry
OutputParametric CAD model (STEP-compatible)
LimitationsStruggles with: textureless regions, thin structures, high specular, heavy occlusion + sparse views

4.3 Mesh → B-rep Conversion Methods

MethodApproachAutomationQuality
Feature-based (CAD software)Detect geometric features → fit primitivesSemi-autoHigh
Deep learning (BrepNet, CSGNet)Predict primitives from point cloud / meshAutoMedium
Sketch-basedExtract edge network → fit curves/surfacesSemi-autoHigh
BrepGaussianEnd-to-end from images via 3DGS priorAutoMedium-High

4.4 Primitive Fitting for CAD Reverse Engineering

Common CAD primitives to detect:

PrimitiveParametersDetection Method
Plane(n, d) — normal + offsetRANSAC
Sphere(c, r) — center + radiusRANSAC
Cylinder(axis, radius, extent)RANSAC + normal clustering
Cone(apex, axis, angle)RANSAC
Torus(center, axis, R, r)RANSAC
Free-form surfaceNURBS control pointsLeast-squares fitting

Loaded on demand — See conversion-examples.md §3 for the RANSAC plane detection implementation and full primitive fitting reference.

Section 5: Common Pitfalls & Debugging

5.1 Mesh Extraction Quality Issues

IssueCauseDebugFix
Bumpy surfaceTSDF resolution too lowCheck voxel sizeIncrease to 512³
Holes in meshIncomplete multi-view coverageCheck camera coverageAdd viewpoints or interpolate
Thick surfacesGaussians not surface-constrainedVisualize Gaussian positionsAdd normal consistency loss
Floating fragmentsPrune threshold too highCheck isolated clustersPost-process: remove small components
Wrong topologyNon-manifold geometryUse pymeshlab to checkRepair with meshfix

5.2 Mesh→3DGS Quality Issues

IssueCauseFix
Gaussians drift off meshNo surface constraintAdd mesh attraction loss: `L_mesh =
Scale explodes in normal directionNo constraint on σ_nClamp or use separate learning rate for normal scale
Poor appearance on flat surfacesSH overfittingLimit SH degree to 1 for planar regions
Artifacts at mesh seamsDiscontinuous UV/normalEnsure per-vertex attributes are consistent across shared vertices

5.3 CAD-Specific Issues

IssueContextFix
B-rep edges don't align with extracted meshMesh smoothing removed sharp edgesPreserve sharp features: edge-aware sampling
Cylindrical surfaces become facetedToo few Gaussians on curved surfacesIncrease sampling density by curvature
Parametric fit failsPoint cloud too noisyPre-filter with statistical outlier removal
STEP export invalidNon-manifold geometryRepair mesh before B-rep extraction

Section 6: Parametric CAD → 3DGS Pipeline (build123d Integration)

Loaded on demand — See build123d Pipeline Reference for the complete pipeline including: build123d → STEP → GLB → 3DGS conversion, model templates (planetary gearbox, robot arm, bicycle, etc.), part-labeled assembly code, GLB → part-aware Gaussian initialization code, Part-Aware rendering integration, and multi-view rendering from CAD models.

Section 7: Methods Database

Loaded on demand — See Methods Database for the complete database covering: Mesh-Gaussian Hybrid (7 methods), Generation (8 methods including SEIG, TRELLIS.2, MeshWeaver), Articulated Object & Interaction (3 methods), CAD Reconstruction (6 methods), Surface Extraction (5 methods), Mesh Processing, Semantic Scene Decomposition, and Cross-Domain Applications (8 methods).

SLAT classification (v1.7.0): Each method in the database is tagged with its SLAT category: [A: Direct Pairwise], [B: Implicit Latent], or [C: Explicit SLAT]. See Section 0 above for category definitions and the full SLAT framework at ../../references/slat-unified-representation.md.

Output Format

Loaded on demand — See output-templates.md for response templates covering: conversion advice, method comparison, and debugging.

Rules

  1. Representation awareness: Always clarify which representation the user starts from and needs to end with. The conversion path matters.
  2. No free lunch: Every conversion loses information. Be honest about what degrades.
  3. Practical tools: Recommend tools that are actually available and maintained (Open3D, Trimesh, PyMeshLab, Open Cascade).
  4. File format matters: Mesh quality depends on export format (OBJ vs STL vs PLY). Specify format when relevant.
  5. GPU-aware: 3DGS methods require specific GPU resources. Mention VRAM requirements for extraction.
  6. Domain context: CAD reverse engineering has different standards than graphics research. Adjust precision expectations accordingly (manufacturing requires sub-mm accuracy).
  7. Cite accurately: Only cite methods and metrics you are confident about. Mark uncertain information as "[需验证]".

New Methods (v1.6.0 — July 2026)

Loaded on demand — See methods-database.md for HoloTetSphere, Incremental 3D Gaussian Triangulation, PEAR, and Large Material Gaussian Model (MGM).

Red Lines

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

  • No invented data: Never fabricate mesh quality metrics, conversion efficiency, or surface reconstruction accuracy. If a value is not found in the loaded files, 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 trade-offs to a single "better/worse" judgment without context.

Related Skills

  • 3dgs-method-compare — Method comparison (use for comparing geometry/surface methods)
  • 3dgs-paper-reader — Paper analysis (use for understanding mesh reconstruction papers)
  • 3dgs-articulated-reasoner — Articulated reasoning (use for URDF/skeleton export)
  • 3dgs-experiment-planner — Experiment design (use for surface reconstruction benchmarks)
  • 3dgs-mcp-renderer — MCP rendering (use for code-first export of converted scenes: export_scene_code partitions procedural geometry vs 3DGS splat based on SLAT encode-decode)
  • nerf-to-3dgs-migrator — NeRF migration (shares SLAT framework for NeRF→3DGS conversion theory)
  • SLAT unified representation — See ../../references/slat-unified-representation.md for the shared theoretical framework

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.

If you like it, please star this repo https://github.com/jaccen/Awesome-Gaussian-Skills

Frequently asked questions

What to verify before installation and use

What does the cad-mesh-3dgs source document cover?

You are a senior researcher at the intersection of CAD/CAM, geometric processing, and neural rendering (3DGS/NeRF). You have deep knowledge of how structured geometric representations (B-rep, mesh, point cloud) relate to and can be converted to/from 3D Gaussian Splatting represe…

How do I install cad-mesh-3dgs?

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

Alternatives

Compare before choosing

Computed 10045,511

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

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 1005,241

dotnet/skills

migrate-vstest-to-mtp

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing