domain-expert

domain-expert is a skill for Claude Code from lantisprime/claude-sdlc. It costs 70 tokens per session (2,240 once invoked), scanned A, original, MIT.

A planning guide for an FMCSA off-site investigation, a remote review focused on a specific safety issue or complaint.

In plain words
What is it for?
Collecting and checking driver, vehicle, inspection, and citation records, then submitting an organized response through the requested channel.
Why use it?
It helps carriers identify exactly what the agency requested, prepare a clear response, and handle follow-up questions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sdlc-plugin plugin — 18 skills, 16 commands, 10 agents, 4 hooks shipped together

Good fit Collecting and checking driver, vehicle, inspection, and citation records, then submitting an organized response through the requested channel.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lantisprime/claude-sdlc/domain-expert
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 lantisprime/claude-sdlc --skill domain-expert
Clone the repo
git clone --depth 1 https://github.com/lantisprime/claude-sdlc

Made for: Claude Code.

Or install sdlc-plugin, the plugin that ships this one along with the rest of its 18 skills, 16 commands, 10 agents, 4 hooks.

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 domain-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/lantisprime/claude-sdlc/domain-expert/github.svg)](https://agentmods.dev/skills/lantisprime/claude-sdlc/domain-expert)
Your own site
<a href="https://agentmods.dev/skills/lantisprime/claude-sdlc/domain-expert"><img src="https://agentmods.dev/badge/skills/lantisprime/claude-sdlc/domain-expert/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 domain-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/lantisprime/claude-sdlc/domain-expert"><img src="https://agentmods.dev/badge/skills/lantisprime/claude-sdlc/domain-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,240 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 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.00070 $0.02240
Opus 5 $0.00035 $0.01120
Sonnet 5 $0.00014 $0.00448
Haiku 4.5 $0.00007 $0.00224

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

Security

Grade A, and why

domain-expert 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 8d 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.

skills/domain-expert/SKILL.md · 168 lines

How it starts

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

Domain Expert

Inject domain knowledge — gap questions, NFRs, regulatory flags, security hotspots — into the plan artifact before the human reviews it. The goal is to surface what the plan might be missing, not to expand its scope.

When this skill runs

Invoked by the plan skill between Step 2 (scope validation) and Step 3 (write the plan). It runs when any of the following are true:

  • The plan task description or scope.md semantically matches a domain in the merged domain registry (see Domain lookup below).
  • The scope.md frontmatter contains an explicit domain: tag.
  • The human explicitly asks for domain context.

If neither condition is met, this skill exits silently — no ## Domain context section is written.

Domain lookup

Two directories are checked, in this order:

  1. Project-level<repo-root>/domains/ (the consuming project's own domain files)
  2. Plugin-level<plugin-root>/domains/ (the plugin's built-in seeds)

Each directory may contain _index.json (domain registry) and <slug>.md (domain content files).

Index merge: Load both _index.json files. Append project domains before plugin domains — project entries are evaluated first. If both registries define an entry for the same slug, the project entry takes precedence (the project's version is used; the plugin entry for that slug is skipped entirely).

Content resolution: When a slug is matched, look for <slug>.md in the project directory first. If found, use it exclusively. If not found, fall back to the plugin directory. There is no merging of content files — one file wins entirely.

If neither domains/ directory exists, exit silently with domain: unknown — do not produce a ## Domain context section.

Matching: 3-tier resolution

Tier 1 — Explicit tag (authoritative)

Read scope.md frontmatter. If a domain: field is present and non-empty, that value is the slug. Skip index evaluation entirely. Confidence is explicit.

# scope.md frontmatter
domain: payments

Read the full file on GitHub · 168 lines

Files

What ships with it

1 file 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. 8d ago First seen · 168 lines · 70 tokens per session scan A 0d4cb00626ec

Subscribe to this mod's changes

domain-expert is a skill published in the GitHub repository lantisprime/claude-sdlc (3 stars, last pushed 4mo ago), licensed MIT. It adds 70 tokens to every session and 2,240 once invoked, about $0.0003 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 skills, from other repositories

iso-13485-certification

Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing documentation, (2) creating Quality Manuals, (3) developing required procedures and work…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

lifecycle-messaging

Email/SMS lifecycle and deliverability framework for SMB Product-Builder products that send transactional or lifecycle messages (booking reminders, CRM sequences, receipts, win-back). Codifies provider selection (Resend/Postmark/Twilio/SendGrid), domain auth (SPF/DKIM/DMARC), consent and compliance (TCPA, CAN-SPAM…

avelikiy/great_cto · 132 tokens

procurement-audit

A procurement review workflow that checks contracts and purchase documents against uploaded purchasing rules. It links each finding to the relevant rule and supporting text.

vixues/LeAgent · 39 tokens

travel-expense-audit

A travel-expense review workflow that checks reimbursement claims against policy handbooks and rate tables. It covers items such as hotel, transport, and daily meal allowances.

vixues/LeAgent · 51 tokens

alcoa-guard

Use when checking a record / dataset / GMP document for ALCOA+ data integrity — attribution, contemporaneity (backdating), completeness, accuracy (recompute / in-spec), consistency — before a human approves. DEGRADED mode lints any CSV/JSON record against a declared .alcoa.json contract; FULL mode snaps onto an…

s0912758806p/agentic-sop-to-work · 177 tokens

disclosure-gating

Gate every externally-visible sentence through the claim and disclosure register in 00-control/claim-and-disclosure-register.md (CL-####), then derive 06-public/technical-partner-guide.md and 06-public/customer-product-and-trust-guide.md from approved rows only. Use when drafting or editing any public document, when…

synaptiai/synapti-marketplace · 127 tokens