Skip to content
Development
Skill

/domain-3d

Use for 3D and point cloud tasks: point cloud classification, 3D semantic or instance segmentation, 3D object detection from LiDAR, and depth or mesh analysis, including autonomous-driving and indoor-scan settings. Picks the right 3D backbone, representation, and scene-level

From plugin
mlcraft
823 skills1 agent1 command
Install
$ npx -y skills add mxslr/mlcraft --skill domain-3d --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/domain-3d

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use for 3D and point cloud tasks: point cloud classification, 3D semantic or instance segmentation, 3D object detection from LiDAR, and depth or mesh analysis, including autonomous-driving and indoor-scan settings. Picks the right 3D backbone, representation, and scene-level

SKILL.md

domain-3d.SKILL.md
name: domain-3d
description: "Use for 3D and point cloud tasks: point cloud classification, 3D semantic or instance segmentation, 3D object detection from LiDAR, and depth or mesh analysis, including autonomous-driving and indoor-scan settings. Picks the right 3D backbone, representation, and scene-level split and metric. Triggers on 'point cloud', '3D', 'LiDAR', 'mesh', 'depth', '3D detection', '3D segmentation', 'ScanNet', 'KITTI', 'ModelNet', 'autonomous driving perception'."

3D and Point Cloud - Method Selection

Choose a representation first: raw points, or sparse voxels for large scenes. Normalize and center the cloud.

Decision table

| Task | Recommended (recent, 2022-2025) | Notes | |---|---|---| | Point cloud classification | PointNeXt or Point Transformer v3; PointNet++ as a baseline | ModelNet-style. Metric is overall and mean-class accuracy. | | Semantic segmentation (indoor or outdoor) | Point Transformer v3 (SOTA 2024) or sparse convolution (MinkowskiNet) | ScanNet, S3DIS. Metric is mIoU. | | 3D object detection (driving) | sparse-voxel detectors (CenterPoint, VoxelNeXt) or transformer detectors | KITTI, nuScenes. Metric is mAP and NDS. | | Efficiency-critical or very large clouds | Point Mamba (linear-time, 2024-2025) or sparse convolution | trade a little accuracy for speed and memory. |

Cross-cutting practice

  • Augment with rotation, jitter, scaling, and random point dropout. Voxelize for large outdoor scenes.
  • Leakage: split by scene or scan, never by cropped block within the same scene.
  • Metrics: overall accuracy for classification, mIoU for segmentation, mAP and NDS for detection.
  • Explainability: per-point saliency; highlight the points that drove the prediction.
  • Improve accuracy: use `accuracy-improvement-loop`; evaluate with `rigorous-evaluation`.
Read more
Ships withmlcraft

A research-first AI/ML research-engineer workflow for Claude Code

Get the whole plugin

Other skills on mlcraft.