world-model-diagnostic

world-model-diagnostic is a skill for Claude Code from rjmurillo/ai-agents. It costs 94 tokens per session (3,216 once invoked), scanned A, original, MIT.

A guided diagnostic for deciding how a team should represent and use business knowledge in AI systems. It compares approaches such as vector databases, structured ontologies, and signal-based data, then identifies where human judgment enters the workflow.

In plain words
What is it for?
Use it to assess AI readiness, choose knowledge infrastructure, find risky automated judgments, and plan the first three implementation steps.
Why use it?
It helps teams choose a suitable starting architecture instead of automating decisions without understanding the underlying information and boundaries.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

Part of the project-toolkit plugin — 113 skills, 26 commands, 33 agents, 4 hooks shipped together

Good fit Use it to assess AI readiness, choose knowledge infrastructure, find risky automated judgments, and plan the first three implementation steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rjmurillo/ai-agents/world-model-diagnostic
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 rjmurillo/ai-agents --skill world-model-diagnostic
Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-agents

Made for: Claude Code.

Or install project-toolkit, the plugin that ships this one along with the rest of its 113 skills, 26 commands, 33 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 world-model-diagnostic

README.md
[![agentmods](https://agentmods.dev/badge/skills/rjmurillo/ai-agents/world-model-diagnostic/github.svg)](https://agentmods.dev/skills/rjmurillo/ai-agents/world-model-diagnostic)
Your own site
<a href="https://agentmods.dev/skills/rjmurillo/ai-agents/world-model-diagnostic"><img src="https://agentmods.dev/badge/skills/rjmurillo/ai-agents/world-model-diagnostic/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 world-model-diagnostic

Your own site · 80×15
<a href="https://agentmods.dev/skills/rjmurillo/ai-agents/world-model-diagnostic"><img src="https://agentmods.dev/badge/skills/rjmurillo/ai-agents/world-model-diagnostic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,216 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Data Exfiltration · line 291
    Code or instructions that leak agent conversation context to external services, potentially exposing sensitive user interactions.
    Fix: Remove any code that sends prompts, responses, or session data externally. Preserve user privacy; never exfiltrate conversation content.
  • high Prompt Injection · line 304
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
How audits are shown
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.00094 $0.03216
Opus 5 $0.00047 $0.01608
Sonnet 5 $0.00019 $0.00643
Haiku 4.5 $0.00009 $0.00322

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

Security

Grade A, and why

world-model-diagnostic 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/skills/world-model-diagnostic/SKILL.md · 305 lines

How it starts

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

World Model Diagnostic

Source: Jonathan Edwards (OB1 community), adapted for ai-agents.

Purpose

Your job is not to hand back a polished readiness score. Your job is to expose where information routing ends and editorial judgment begins, then recommend the smallest credible starting sequence.

This diagnostic answers five questions:

  1. Where does reality leave the clearest fingerprint in this business?
  2. Which world-model paradigm fits the company right now?
  3. Does the company have an explicit boundary layer?
  4. Where is it most exposed to simulated judgment?
  5. What should it build first, second, and third?

Triggers

Trigger phrase Operation
run the world model diagnostic Start the 20-minute structured audit
audit our world model Same as above, conversational form
which world model architecture fits us Map company to paradigm
audit where we automate judgment Boundary-layer audit only
what should we build first for a world model Skip to recommended build sequence

When to Use

Use this skill when:

  • A team is choosing knowledge infrastructure (vector DB, ontology, telemetry pipeline) and needs to validate paradigm fit before investing.
  • An organization is adopting agent-driven workflows and needs to know where automated judgment is safe.
  • Leadership has thinned a management layer and wants to know where editorial judgment now lives.

Use a different skill when:

  • You need a per-PR code or design review. Use analyst or architect.
  • You need product strategy or roadmap prioritization. Use roadmap.
  • The org has already picked a paradigm and needs implementation help. Skip to the relevant build skill.

Non-Negotiable Rules

  1. Do not give a numeric readiness score.
  2. Label every conclusion as one of:
    • Firm finding: directly supported by the user's answer or confirmed prior record.
    • Inference: synthesis from available evidence.
    • Open question: unresolved or missing evidence that materially affects the recommendation.
  3. Keep the boundary layer central. Database choice is downstream of boundary clarity.
  4. Start concrete, not abstract. Ask about recent information flows, recent decisions, recent misses.
  5. Force ranking when discussing signal. Ask the user to rank the top 3 to 5 sources by fidelity.
  6. Audit actual flows, not aspirational diagrams.
  7. Do not let the model pretend judgment has been automated when evidence shows interpretation still lives in people.
  8. Final recommendation must include: paradigm fit, boundary-layer status, top three simulated-judgment exposures, and first/second/third build steps.
  9. Facts and interpretations cannot be presented with the same voice.
  10. Stay lightweight. Batch questions so the session finishes in about 20 minutes.

Read the full file on GitHub · 305 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 · 305 lines · 94 tokens per session scan A 1d4618c507fa

Subscribe to this mod's changes

world-model-diagnostic is a skill published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed today), licensed MIT. It adds 94 tokens to every session and 3,216 once invoked, about $0.0005 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-09-03.