oracle-domain-modelling

oracle-domain-modelling is a skill for Claude Code from martinffx/atelier. It costs 44 tokens per session (836 once invoked), scanned A, a copy of domain-modeling, MIT.

A method for defining the key terms, concepts, boundaries, and design decisions in a software project. It keeps this domain model in documents such as CONTEXT.md and architecture decision records.

In plain words
What is it for?
Use it to establish project vocabulary, explore edge cases, maintain a glossary, and document important domain or architecture decisions.
Why use it?
It reduces ambiguity when people or agents use the same words differently. Recording decisions as they are made gives later work a shared reference point.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the atelier plugin — 14 skills shipped together

Good fit Use it to establish project vocabulary, explore edge cases, maintain a glossary, and document important domain or architecture decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martinffx/atelier/oracle-domain-modelling
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.

Any agent
npx skills add martinffx/atelier --skill oracle-domain-modelling
Clone the repo
git clone --depth 1 https://github.com/martinffx/atelier

Made for: Claude Code.

Or install atelier, the plugin that ships this one along with the rest of its 14 skills.

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 oracle-domain-modelling

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinffx/atelier/oracle-domain-modelling/github.svg)](https://agentmods.dev/skills/martinffx/atelier/oracle-domain-modelling)
Your own site
<a href="https://agentmods.dev/skills/martinffx/atelier/oracle-domain-modelling"><img src="https://agentmods.dev/badge/skills/martinffx/atelier/oracle-domain-modelling/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for oracle-domain-modelling

Your own site · 80×15
<a href="https://agentmods.dev/skills/martinffx/atelier/oracle-domain-modelling"><img src="https://agentmods.dev/badge/skills/martinffx/atelier/oracle-domain-modelling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 836 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 84% copy Near-identical to another mod 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.00044 $0.00836
Opus 5 $0.00022 $0.00418
Sonnet 5 $0.00009 $0.00167
Haiku 4.5 $0.00004 $0.00084

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

Security

Grade A, and why

oracle-domain-modelling 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 9d 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.

Origin

This is a copy

84% identical to domain-modeling — 39 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/oracle-domain-modelling/SKILL.md · 88 lines

How it starts

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

Domain Modelling

Actively build and sharpen the project's domain model as you design. This is the active discipline — challenging terms, inventing edge-case scenarios, and writing the glossary and decisions down the moment they crystallise. (Merely reading CONTEXT.md for vocabulary is not this skill — that's a one-line habit any skill can do. This skill is for when you're changing the model, not just consuming it.)

File structure

Most repos have a single context:

/
├── CONTEXT.md
├── docs/
│   └── adr/
│       ├── 0001-event-sourced-orders.md
│       └── 0002-postgres-for-write-model.md
└── src/

If a CONTEXT-MAP.md exists at the root, the repo has multiple contexts. The map points to where each one lives:

/
├── CONTEXT-MAP.md
├── docs/
│   └── adr/                          ← system-wide decisions
├── src/
│   ├── ordering/
│   │   ├── CONTEXT.md
│   │   └── docs/adr/                 ← context-specific decisions
│   └── billing/
│       ├── CONTEXT.md
│       └── docs/adr/

Read docs/agents/domain.md when it exists to locate the configured domain documents. Create files lazily — only when you have something to write. If no CONTEXT.md exists, create one when the first term is resolved. If no docs/adr/ exists, create it when the first ADR is needed.

During the session

Challenge against the glossary

When the user uses a term that conflicts with the existing language in the relevant CONTEXT.md, call it out immediately. Resolve CONTEXT-MAP.md first when present:

"Your glossary defines 'cancellation' as X, but you seem to mean Y — which is it?"

Sharpen fuzzy language

When the user uses vague or overloaded terms, propose a precise canonical term:

"You're saying 'account' — do you mean the Customer or the User? Those are different things."

Discuss concrete scenarios

When domain relationships are being discussed, stress-test them with specific scenarios. Invent scenarios that probe edge cases and force the user to be precise about the boundaries between concepts.

Read the full file on GitHub · 88 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 88 lines · 44 tokens per session scan A d448c456e762

Subscribe to this mod's changes

oracle-domain-modelling is a skill published in the GitHub repository martinffx/atelier (45 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 836 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to domain-modeling, differing in 39 lines, and is treated as a copy.

Related

Other skills, from other repositories

shipkit-prompt-audit

Audit LLM prompt pipeline architecture — decomposition, parallelization, chain integrity, schema validation, fallback paths. Finds structural issues no linter catches.

stefan-stepzero/shipkit · 36 tokens

afc:resolve

Address LLM bot review comments on PR — fix valid issues, dismiss false positives.

jhlee0409/all-for-claudecode · 21 tokens

refactor

Guides a refactor, cleanup, or restructure with the right decomposition. Use when the user asks to refactor, simplify, extract, or modernize code.

code-yeongyu/oh-my-openagent · 36 tokens

work-with-pr

Full PR lifecycle in a fresh task-owned git worktree: implement via the ulw-loop skill with mandatory evidence-bound manual QA → reviewer-readable English PR → verification loop (CI + Cubic, where Cubic is skipped only when its quota is exhausted) → merge by default → worktree cleanup. Decomposes one task into the…

code-yeongyu/oh-my-openagent · 211 tokens

remove-ai-slops

Removes AI-generated code smells from branch changes or an explicit file list behind regression tests. Use when the user asks to clean up, deslop, or remove AI-slop patterns from recent changes.

code-yeongyu/oh-my-openagent · 45 tokens

review-work

Post-implementation gate review: run manual QA on the real surface yourself, then launch ONE gate reviewer (never a panel) to audit goal, constraints, code quality, security, missed context, and QA evidence. Use before a PR handoff or when the user explicitly asks to review completed work.

code-yeongyu/oh-my-openagent · 63 tokens