montology CLAUDE.md

Repository instructions for Montology, a tool that maintains a shared vocabulary for a monorepo, meaning one repository containing multiple related projects or packages.

In plain words
What is it for?
Use them when changing Montology’s ontology database, scanner, generator, command-line tool, plugin, or launcher.
Why use it?
They keep the repository’s terminology, structure, generated files, and validation rules consistent during development.

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/shinyobjectz/montology/claude-md
Clone the repo
git clone --depth 1 https://github.com/shinyobjectz/montology
Per session 444 This file is loaded in full into every session.
When invoked 444 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.00444 $0.00444
Opus 5 $0.00222 $0.00222
Sonnet 5 $0.00089 $0.00089
Haiku 4.5 $0.00044 $0.00044

Measured yesterday against content hash a552d6c4fd87, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

montology 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 yesterday.

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 · 37 lines

What it actually says

montology — repo instructions

Public repo, shinyobjectz/montology. Also mounted as a submodule of the private socialite repo — never assume socialite's code or vocabulary is reachable from here; this repo stands alone.

What this is: the ontology context layer for any monorepo — a vocabulary as a database, enforced against the code by a tree-sitter scan. Nothing else. The marketing era ended at the marketing-era tag; do not resurrect it here.

The shape

  • .monty/core — workspace discovery (walk up for .monty, like git).
  • .monty/onto — the database: word / doctrine / overload / gen_runs. Montology's own words are authored ONLY in seed.py (just seed).
  • .monty/scan — the multiast layer: tree-sitter declarations per language, the lint (collision / code-resolution / drift), candidates mining, ast-grep invoked for structural search.
  • .monty/gensync (deterministic render of the words skill), gen_word (atomic-tier drafts under law), lint (the drift gate + the no-prompt ban).
  • .monty/climonty; .plugin/ — the Agent Plugins face; npm/ — the launcher.

Ground rules

  • Dogfood: this repo is itself a montology workspace. monty onto check <name> before naming anything; just check runs monty lint, so a collision or a stale words skill fails the build here too.
  • Prose is rendered, never authored. .claude/skills/words/SKILL.md is GENERATED (monty sync); hand edits are lost and lint catches them.
  • Errors are data with the repair attached. A word means one thing. Vendors are not vocabulary.
  • This repo is public: nothing tenant-specific, nothing credentialed, nothing from socialite's private tree crosses into it.
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. yesterday First seen · 37 lines · 444 tokens per session scan A a552d6c4fd87

Subscribe to this mod's changes

montology CLAUDE.md is an instructions file published in the GitHub repository shinyobjectz/montology (1 stars, last pushed 7d ago), licensed Apache-2.0. It adds 444 tokens to every session, about $0.0022 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