3d-resources CLAUDE.md

3d-resources CLAUDE.md is an instructions file for coding agents from devanshutak25/3d-resources. It costs 1,067 tokens per session, scanned A, original, CC0-1.0.

Project instructions for a 3D resources repository, including its required project guide, data rules, vocabulary, validation checks, and writing style.

In plain words
What is it for?
Use them when adding or editing 3D resource entries, checking allowed tags, validating files, or updating the project's documented structure and build process.
Why use it?
They keep entries consistent with the repository's schema and ensure the project guide stays current after changes.

Instructions file

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 instructions/devanshutak25/3d-resources/claude-md
Clone the repo
git clone --depth 1 https://github.com/devanshutak25/3d-resources

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 3d-resources CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/devanshutak25/3d-resources/claude-md.svg)](https://agentmods.dev/instructions/devanshutak25/3d-resources/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/devanshutak25/3d-resources/claude-md"><img src="https://agentmods.dev/badge/instructions/devanshutak25/3d-resources/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,067 This file is loaded in full into every session.
When invoked 1,067 The same file — it is already loaded in full.
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.01067 $0.01067
Opus 5 $0.00534 $0.00534
Sonnet 5 $0.00213 $0.00213
Haiku 4.5 $0.00107 $0.00107

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

Security

Grade A, and why

3d-resources 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 5d 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.

CLAUDE.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

3d_resources — project rules

project.md (MANDATORY)

Read project.md at the start of every session. It is the master guide: filesystem map, data model, build pipeline, rules, pending tasks, design style. Treat it as authoritative when any other doc disagrees.

Update project.md after every change. If filesystem layout, rules, goals, vocab, build steps, design conventions, or pending tasks shift, edit project.md in the same change. Stale project.md is a bug.

Controlled vocabulary (entry tags)

Source of truth: schema/vocab.yml + schema/entry.schema.json.

Rule: When adding/editing entries, only use values that already exist in the vocab for these tag groups:

  • license (closed enum)
  • entry_type (closed enum)
  • tags.workflow (closed enum)
  • tags.output (closed enum)
  • tags.platform (closed enum)
  • tags.skill (closed enum)

tags.tech is freeform but curated — prefer existing values; new ones produce warnings, not errors.

Never invent new values for closed enums. If an entry seems to need one (e.g. product-design, print, visionos, tracking, rotoscoping), do NOT add it silently to vocab.yml or entry.schema.json. Instead:

  1. Map to the closest existing value (e.g. product-designproduct-viz, tracking/rotoscopingcompositing), OR drop the tag if no good fit.
  2. Ask the user if a genuinely new category is needed before extending the vocab.

CI runs node scripts/validate.js — closed-enum violations exit 1 and block merge.

Validation

Run node scripts/validate.js after any data edit. Must show ✓ Validation passed. before commit.

Writing style (user-facing text)

Applies to: data/**/*.yml (descriptions, titles, readme_tags), template strings in scripts/render.js, scripts/build-html.js, scripts/build-section-pages.js, scripts/build-feed.js, scripts/build-llms-txt.js, scripts/build-og-images.js, and any other surface a site visitor reads.

Rules:

  1. No em-dashes (). Ever. In titles, use : . In prose, use . (period + capitalize next word) or , depending on context. The OG-image splitter (build-og-images.js) keys on : for two-line layout — don't reintroduce em-dashes.
  2. No AI tells. Banned words/phrases: comprehensive, robust, powerful, seamless(ly), leverage(s/d) (use "use"), utilize(s/d/ing) (use "use"), cutting-edge, state-of-the-art, the ultimate, game-changing, unleash. Banned trailing phrases: and more, and beyond, and so much more.
  3. No marketing adjective stacks ("fast, free, and powerful"). One concrete attribute beats three vague ones.
  4. Caveman lite for descriptions. Terse, factual, 1 sentence preferred. State what it is and what it does. Drop hype.
  5. Internal docs/memory/CLAUDE.md/comments are exempt. Em-dashes and informal hedging are fine there.

Read the full file on GitHub · 72 lines

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. 5d ago First seen · 72 lines · 1,067 tokens per session scan A 7fbcd919b73e

Subscribe to this mod's changes

3d-resources CLAUDE.md is an instructions file published in the GitHub repository devanshutak25/3d-resources (932 stars, last pushed 2d ago), licensed CC0-1.0. It adds 1,067 tokens to every session, about $0.0053 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.