domain-3d

domain-3d is a skill for Claude Code, Codex from mxslr/mlcraft. It costs 117 tokens per session (450 once invoked), scanned A, original, MIT.

A guide for machine learning with three-dimensional data, especially point clouds made of points captured by scanners or LiDAR. It covers classification, segmentation, object detection, depth, and mesh analysis.

In plain words
What is it for?
Use it for indoor scans, autonomous-driving data, point-cloud classification, 3D semantic or instance segmentation, LiDAR object detection, and depth or mesh analysis.
Why use it?
It helps select a suitable 3D data representation and prevents inflated results from putting cropped parts of the same scene in both training and testing.

Skill for Claude CodeCodex

Part of the mlcraft plugin — 23 skills, 1 command, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/mxslr/mlcraft/domain-3d
Any agent
npx skills add mxslr/mlcraft --skill domain-3d
Clone the repo
git clone --depth 1 https://github.com/mxslr/mlcraft

Made for: Claude Code, Codex.

Or install mlcraft, the plugin that ships this one along with the rest of its 23 skills, 1 command, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for domain-3d

README.md
[![agentmods](https://agentmods.dev/badge/skills/mxslr/mlcraft/domain-3d.svg)](https://agentmods.dev/skills/mxslr/mlcraft/domain-3d)
Your own site
<a href="https://agentmods.dev/skills/mxslr/mlcraft/domain-3d"><img src="https://agentmods.dev/badge/skills/mxslr/mlcraft/domain-3d.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 450 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00117 $0.00450
Opus 5 $0.00059 $0.00225
Sonnet 5 $0.00023 $0.00090
Haiku 4.5 $0.00012 $0.00045

Measured 4d ago against content hash 3a24f6abd353, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

domain-3d scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/domain-3d/SKILL.md · 24 lines

What it actually says

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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 24 lines · 117 tokens per session scan A 3a24f6abd353

Subscribe to this mod's changes

domain-3d is a skill published in the GitHub repository mxslr/mlcraft (8 stars, last pushed 1mo ago), licensed MIT. It adds 117 tokens to every session and 450 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ml-for-aec

Computer vision for buildings, image-to-floorplan, generative ML models, performance prediction, structural analysis ML, energy prediction, natural language to design, and point cloud ML for AEC computational design.

Abhinavbwj/Claude-skills-for-Computational-Designers · 39 tokens

decompose-to-pipeline

Decompose a complex vision-and-reasoning requirement into the cheapest measurable pipeline. TRIGGER when: user asks to monitor/alert, analyze footage over time, combine perception with aggregation/reporting, determine whether something is feasible to detect (including sensor limits or smoldering), or replace repeated…

Borda/vision-delivery · 124 tokens

shumo-paper

全国大学生数学建模竞赛(国赛)全流程辅助:从题目分析、模型选择、数据预处理、模型建立求解、结果分析检验,到完整竞赛论文撰写与优化。覆盖"问题分析→建模→求解→检验→论文初稿→论文优化→摘要重写"全链路。当用户提到"数学建模"、"国赛"、"数模论文"、"建模问题求解"、"写建模论文"、"问题分析/模型选择/数据预处理/模型检验"、"摘要优化"、"问题重述"等时触发。.

thinker137/shumo-paper-skill · 147 tokens

init-physics-intern

Scaffold a PhysicsIntern research workspace in the current folder.

huggingface/physics-intern-claude-plugin · 18 tokens

ml-for-aec

Computer vision for buildings, image-to-floorplan, generative ML models, performance prediction, structural analysis ML, energy prediction, natural language to design, and point cloud ML for AEC computational design.

marcinfinitesimal533/Claude-skills-for-Computational-Designers · 39 tokens

esm

Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel…

synthetic-sciences/openscience · 86 tokens