audit-personas

audit-personas is a skill for Claude Code from InstituteforDiseaseModeling/idm_standards. It costs 97 tokens per session (1,730 once invoked), scanned A, original, MIT.

A documentation review guide for five audiences involved in IDM modeling projects, from policy-makers to people who build models. It checks whether each documentation section matches its intended readers.

In plain words
What is it for?
Use it when reviewing or writing an IDM project's README, tutorials, user guide, overview, or API documentation.
Why use it?
It helps prevent technical documentation from being too detailed for non-technical readers or too vague for people who use or extend the code.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the idm-standards plugin — 10 skills shipped together

Good fit Use it when reviewing or writing an IDM project's README, tutorials, user guide, overview, or API documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/institutefordiseasemodeling/idm_standards/audit-personas
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 InstituteforDiseaseModeling/idm_standards --skill audit-personas
Clone the repo
git clone --depth 1 https://github.com/InstituteforDiseaseModeling/idm_standards

Made for: Claude Code.

Or install idm-standards, the plugin that ships this one along with the rest of its 10 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 audit-personas

README.md
[![agentmods](https://agentmods.dev/badge/skills/institutefordiseasemodeling/idm_standards/audit-personas/github.svg)](https://agentmods.dev/skills/institutefordiseasemodeling/idm_standards/audit-personas)
Your own site
<a href="https://agentmods.dev/skills/institutefordiseasemodeling/idm_standards/audit-personas"><img src="https://agentmods.dev/badge/skills/institutefordiseasemodeling/idm_standards/audit-personas/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 audit-personas

Your own site · 80×15
<a href="https://agentmods.dev/skills/institutefordiseasemodeling/idm_standards/audit-personas"><img src="https://agentmods.dev/badge/skills/institutefordiseasemodeling/idm_standards/audit-personas.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,730 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.00097 $0.01730
Opus 5 $0.00048 $0.00865
Sonnet 5 $0.00019 $0.00346
Haiku 4.5 $0.00010 $0.00173

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

Security

Grade A, and why

audit-personas 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 12d 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.

idm_standards_plugin/skills/audit-personas/SKILL.md · 127 lines

How it starts

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

Persona documentation check

Skill version: 1.1_2026.07.21

IDM documentation targets five distinct personas, each with different technical backgrounds, needs, and decision-making contexts. Different sections of documentation serve different personas. This skill checks whether each documentation section is written appropriately for its intended audience.

Persona-to-section mapping

Doc section Target personas
Docs landing page / beginning of README.md policy-maker, policy-influencer (brief acknowledgment only — see below)
Rest of README.md model-user, model-extender, model-builder
Overview, case studies, etc. policy-influencer, model-user
Tutorials model-user, model-extender, model-builder
User guide model-extender, model-builder
API reference (docstrings) model-extender, model-builder

Policy-maker and policy-influencer are the lightest-touch personas in software documentation. They are not the target audience for docs sites — at most, the landing page or top of the README should give them one or two sentences of real-world policy relevance. Do not expect or recommend a dedicated section, case studies, track-record framing, or a reframed landing page for these two personas; that content belongs in dashboards, briefs, or the idmod.org website, not the docs site.

For technical projects without direct policy relevance, the docs landing page or beginning of the readme does NOT need to be accessible to policy-makers and policy-influencers, but should still be written in plain language where possible.

Workflow

Step 1: Identify which doc sections exist

Scan the project for documentation. Look for:

  • README.md (split mentally into the opening/landing section vs. the rest)
  • A docs site or docs/ folder containing overviews, case studies, tutorials, user guides, API reference
  • Docstrings in Python or R source files
  • Any mkdocs.yml or _quarto.yml that reveals doc structure

If the user has asked about a specific section, focus there. Otherwise, check all sections that exist.

Read the full file on GitHub · 127 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. 12d ago First seen · 127 lines · 97 tokens per session scan A 8cb1e3d90379

Subscribe to this mod's changes

audit-personas is a skill published in the GitHub repository InstituteforDiseaseModeling/idm_standards (2 stars, last pushed 3d ago), licensed MIT. It adds 97 tokens to every session and 1,730 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-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens