3dprint-oracle CLAUDE.md

3dprint-oracle CLAUDE.md is an instructions file for Claude Code from gregario/3dprint-oracle. It costs 280 tokens per session, scanned A, original, MIT.

A set of coding instructions for 3dprint-oracle, a service that searches 3D-printing filament information and material-science guidance.

In plain words
What is it for?
Use it when developing or updating 3dprint-oracle, refreshing its bundled filament database, or adding features to its TypeScript and MCP code.
Why use it?
It gives coding agents the project’s architecture, data sources, build rules, and test-first workflow so they can make changes consistently.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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/gregario/3dprint-oracle/claude-md
Clone the repo
git clone --depth 1 https://github.com/gregario/3dprint-oracle

Made for: Claude Code.

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 3dprint-oracle CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gregario/3dprint-oracle/claude-md.svg)](https://agentmods.dev/instructions/gregario/3dprint-oracle/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gregario/3dprint-oracle/claude-md"><img src="https://agentmods.dev/badge/instructions/gregario/3dprint-oracle/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 280 This file is loaded in full into every session.
When invoked 280 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.1 $0.00280 $0.00280
Opus 5 $0.00140 $0.00140
Sonnet 5 $0.00056 $0.00056
Haiku 4.5 $0.00028 $0.00028

Measured 5d ago against content hash d8e54210f97b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

3dprint-oracle 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 · 31 lines

What it actually says

3dprint-oracle

MCP server for 3D printing filament data and material science knowledge.

Stack Profiles

  • MCP stack profile: ../../stacks/mcp/
  • TypeScript stack profile: ../../stacks/typescript/

Read both stack profiles before writing any code.

Architecture

  • Embedded data: SpoolmanDB JSON ingested into SQLite at build time
  • Does NOT fetch at runtime: all data bundled in the npm package
  • Updates: Run npm run fetch-data to refresh from SpoolmanDB
  • Storage: SQLite with FTS5 for search
  • Knowledge layer: Curated material profiles and troubleshooting in data/knowledge/

Data Source

Filament data from SpoolmanDB (github.com/Donkie/SpoolmanDB, MIT license).

Data File

src/data/3dprint.sqlite is tracked in git (~1.4 MB) for Glama auto-rebuild compatibility. Glama clones the repo and runs the build inside its container — gitignored data files would not exist there, so the listing would show zero tools. Refresh the database via npm run fetch-data before publishing a new release.

Engineering

Uses Superpowers for engineering execution. Follow TDD workflow: write tests first, then implement.

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 · 31 lines · 280 tokens per session scan A d8e54210f97b

Subscribe to this mod's changes

3dprint-oracle CLAUDE.md is an instructions file published in the GitHub repository gregario/3dprint-oracle (1 stars, last pushed 4mo ago), licensed MIT. It adds 280 tokens to every session, about $0.0014 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 instructions, from other repositories

bio-gene-to-reference-tree copilot-instructions.md

Copilot instructions for Hongda-Zhao/bio-gene-to-reference-tree, a project described as: Auditable agent skill for resolving protein queries, selecting references, and planning reproducible phylogenetic trees.

Hongda-Zhao/bio-gene-to-reference-tree · 105 tokens

braina GEMINI.md

Instructions for brainets/braina, covering project: braina (brain interaction analysis), 1. project context & purpose, 2. commands, verify environment (all core dependencies) and run the verification test suite for frites + hoi.

brainets/braina · 1,269 tokens

research-automation CLAUDE.md

Instructions for lucafusarbassini/research-automation, covering ricet - research automation framework, project overview, claude-flow mcp, workflow habits and file organization.

lucafusarbassini/research-automation · 904 tokens

shannon-prover CLAUDE.md

Claude Code instructions for SkyShannonProver/shannon-prover, covering shannon prover: claude entry point, current boundary, easycrypt environment, eval safety and current documentation.

SkyShannonProver/shannon-prover · 586 tokens

SciCrucible CLAUDE.md

Claude Code instructions for Xinyang-Li666/SciCrucible, covering 科学知识库, 知识库结构, 可用命令, 项目目录 and 工作原则.

Xinyang-Li666/SciCrucible · 1,107 tokens

torchcell CLAUDE.md

Claude Code instructions for Mjvolk3/torchcell, covering vision -- the virtual cell (north star), for local configs, git worktrees, programming guide and provenance & reproducibility.

Mjvolk3/torchcell · 12,957 tokens