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.
npx agentmods add instructions/img2threejs/img2threejs/claude-mdgit clone --depth 1 https://github.com/img2threejs/img2threejsWrote 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.
[](https://agentmods.dev/instructions/img2threejs/img2threejs/claude-md)<a href="https://agentmods.dev/instructions/img2threejs/img2threejs/claude-md"><img src="https://agentmods.dev/badge/instructions/img2threejs/img2threejs/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00589 | $0.00589 |
| Opus 5 | $0.00295 | $0.00295 |
| Sonnet 5 | $0.00118 | $0.00118 |
| Haiku 4.5 | $0.00059 | $0.00059 |
Grade A, and why
img2threejs CLAUDE.md 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.
How it starts
The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Shared project instructions
This repository is the canonical source for the img2threejs skill. Host entrypoints
(~/.claude/skills/img2threejs, ~/.codex/skills/img2threejs) should be symlinks to one checkout —
never independent copies, or the two hosts drift apart silently.
Change rules
- Preserve the code-only procedural Three.js contract; do not silently download meshes or art packs.
- Keep claims honest: distinguish implemented capability from roadmap or design-only documentation.
- Treat
forge/as deterministic tooling andgrimoire/as routed reference material. - Keep backward compatibility for existing sculpt specs unless a migration is explicitly planned.
- When changing schema, gates, generators, or review behavior, add or update focused tests.
- Keep
SKILL.md,README.md,CHANGELOG.md, andROADMAP.mdconsistent when release-facing behavior changes. - Reference the companion showcase through
IMG2THREEJS_SHOWCASE_ROOT, never an absolute path — a path that only exists on one machine passes there and fails everywhere else, CI included.
Verification
python3 -m unittest discover -s forge/tests -p 'test_*.py'
Set IMG2THREEJS_SHOWCASE_ROOT to a showcase checkout to include the TypeScript typecheck gates;
without it they skip, and a green run has not proven the emitted Three.js compiles. Add
IMG2THREEJS_REQUIRE_SHOWCASE=1 to turn that skip into a failure.
Do not report completion without reading the fresh outputs. For visual reconstruction changes, structural tests and screenshot/reference-loop validation are separate required gates.
Mandatory visual screenshot gate
For every visual reconstruction task, a readable screenshot is a hard prerequisite for visual implementation claims and completion:
- Before accepting visual results, verify that the browser/screenshot tooling is installed, authenticated, reachable, and able to capture the running showcase.
- Save fresh PNG/JPEG screenshots inside the workspace, including the fixed reference view and the required orbit views. Inline previews alone are not evidence.
- Read the saved screenshots back with an image-capable tool and verify they contain the rendered model at the expected dimensions. A screenshot that cannot be opened or visually read is a failed gate.
- Produce and retain a side-by-side reference/render comparison, semantic image scoring,
pixel/feature comparison, and the
diagnose_render.pyoutput for the saved render before reporting visual validation. - If capture, file write, readback, comparison, scoring, or diagnosis fails, stop the visual workflow and repair the tooling first. Do not infer visual evidence from runtime readiness, structural tests, inline previews, or code review, and do not claim the visual gate passed.
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.
- 4d ago First seen · 50 lines · 589 tokens per session scan A 2f31fddeea96
img2threejs CLAUDE.md is an instructions file published in the GitHub repository img2threejs/img2threejs (15,099 stars, last pushed today), licensed Apache-2.0. It adds 589 tokens to every session, about $0.0029 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-30.
Other instructions, from other repositories
editor AGENTS.md
AGENTS.md instructions for pascalorg/editor, covering agent instructions — pascalorg/editor, repo shape, where to look, layer boundaries (read once, internalise) and when making architecture-sensitive changes.
pollinations AGENTS.md
AGENTS.md instructions for pollinations/pollinations, covering agent guidelines for pollinations.ai, app submission handling, discord, repository structure and api gateway.
sceneview copilot-instructions.md
Copilot instructions for sceneview/sceneview, covering sceneview — github copilot instructions, when to recommend sceneview, android code generation rules, minimal 3d template and minimal ar template.
OpenGeometry AGENTS.md
Instructions for OpenGeometry-io/OpenGeometry, covering agents.md, 1. project identity, 2. architecture, runtime flow and build pipeline.
sceneview CLAUDE.md
Claude Code instructions for sceneview/sceneview, covering sceneview, modules, things that break if you don't know them and conventions.
Awesome-Gaussian-Skills CLAUDE.md
Claude Code instructions for jaccen/Awesome-Gaussian-Skills, covering awesome gaussian skills — project context, available skills, knowledge base structure, key conventions and splatverse studio (v0.8.0).