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.
npx skills add GaZmagik/iso-24495 --skill iso-24495-4git clone --depth 1 https://github.com/GaZmagik/iso-24495Wrote 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.
[](https://agentmods.dev/skills/gazmagik/iso-24495/iso-24495-4)<a href="https://agentmods.dev/skills/gazmagik/iso-24495/iso-24495-4"><img src="https://agentmods.dev/badge/skills/gazmagik/iso-24495/iso-24495-4/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.
<a href="https://agentmods.dev/skills/gazmagik/iso-24495/iso-24495-4"><img src="https://agentmods.dev/badge/skills/gazmagik/iso-24495/iso-24495-4.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.01185 |
| Opus 5 | $0.00034 | $0.00593 |
| Sonnet 5 | $0.00014 | $0.00237 |
| Haiku 4.5 | $0.00007 | $0.00119 |
Grade A, and why
iso-24495-4 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ISO/CD 24495-4 - Plain Language (Organisational Implementation) [PROVISIONAL DRAFT]
Provisional status: ISO 24495-4 is a Committee Draft (ISO/CD 24495-4) and is not yet published; its text is not public. This skill is original guidance based on the draft's public scope. It does not reproduce ISO text and its output is never a compliance statement. Expect revision when the standard is published.
Turns the agent from a copy editor into an implementation consultant. It assesses an organisation's capacity to produce plain language across governance, capability, process, measurement, and culture, rather than the quality of any single text.
Scope & Execution Boundaries
-
Activation Rules:
- Activate for: plain language gap analysis, maturity assessment, policy or style guide drafting, review workflow design, training planning, readiness for the future published standard.
- Never activate for: writing, rewriting, summarising, or reviewing an individual document. Those tasks belong to
iso-24495-1,-2,-3, and-5.
-
Confirmation Before Sweeps:
- Both audit scripts read many files. State which directory will be swept and get the user's confirmation before running either.
-
Evidence Primacy:
- Never assert a maturity level without evidence: a found artefact, a confirmed answer, or a measured count. Absent evidence scores as absent.
The Audit Workflow
Run the four steps in order. Each feeds the next.
- Sweep for process artefacts (primary):
- Run
bun scripts/audit-evidence-cli.ts <workspace-dir> --json evidence.json. - This detects the system: policy, review workflow, automated checks, training, glossary. It reads presence only; you evaluate the quality of what it finds.
- Run
- Audit the document corpus (secondary):
- Run
bun scripts/audit-corpus-cli.ts <corpus-dir> --json findings.json. - Output feeds the Measurement dimension only, as evidence of what the system produces. Text quality alone never raises a maturity level: excellent text can come from one unsupported expert, and flawed text can coexist with a strong process that is catching it.
- Run
- Interview the human (3 to 5 questions maximum):
- Use
references/interview-guide.md. Ask only what the file system cannot show (leadership, culture, training delivery). Record answers in theanswers.jsonstructure and cite evidence for eachtrue. - Score with
bun scripts/score-maturity-cli.ts answers.json --json maturity.json. Scoring is deterministic so levels cannot drift between sessions.
- Use
- Generate the gap report:
- Run
bun scripts/generate-report-cli.ts findings.json evidence.json maturity.json --state <dir>/state.json --out gap-report.md. - State is append-only; successive audits produce a trend table that proves or disproves progress. Store
state.jsonin the organisation's repository, not in the skill directory (installed skills may be read-only).
- Run
What ships with it
52 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.
- agents/openai.yaml 300 B
- assets/gap-report-template.md 1.3 KB
- references/evidence-map.md 1.4 KB
- references/interview-guide.md 1.4 KB
- references/maturity-model.md 2.7 KB
- scripts/audit-corpus-cli.ts 109 B runs code
- scripts/audit-corpus.ts 48 KB runs code
- scripts/audit-evidence-cli.ts 111 B runs code
- scripts/audit-evidence.ts 3.1 KB runs code
- scripts/generate-report-cli.ts 112 B runs code
- scripts/generate-report.ts 5.0 KB runs code
- scripts/lib/lexicon.ts 89 KB runs code
- scripts/lib/parse.ts 49 KB runs code
- scripts/lib/types.ts 1.6 KB runs code
- scripts/score-maturity-cli.ts 111 B runs code
- scripts/score-maturity.ts 2.3 KB runs code
- tests/audit-corpus.test.ts 25 KB runs code
- tests/audit-evidence.test.ts 1.4 KB runs code
- tests/behaviour-contract.test.ts 95 KB runs code
- tests/cli.test.ts 17 KB runs code
- tests/fixtures/answers.sample.json 880 B
- tests/fixtures/corpus/average-heavy.md 1.6 KB
- tests/fixtures/corpus/code-fenced.md 320 B
- tests/fixtures/corpus/dense-paragraphs.md 362 B
- tests/fixtures/corpus/good-policy.md 201 B
- tests/fixtures/corpus/headings-broken.md 115 B
- tests/fixtures/corpus/legalese-sample.md 226 B
- tests/fixtures/corpus/long-sentences.md 656 B
- tests/fixtures/difficult/every-rule.md 2.1 KB
- tests/fixtures/difficult/us-foia-statute.md 770 B
- tests/fixtures/known-good/consumer-rights.md 174 B
- tests/fixtures/known-good/govuk-universal-credit.md 1.1 KB
- tests/fixtures/known-good/international-english.md 206 B
- tests/fixtures/known-good/names-and-measures.md 161 B
- tests/fixtures/known-good/public-service.md 225 B
- tests/fixtures/known-good/SOURCES.md 3.7 KB
- tests/fixtures/known-good/technical-guide.md 208 B
- tests/fixtures/known-good/warning.md 127 B
- tests/fixtures/reference-blocks.ts 67 KB runs code
- tests/fixtures/repo-level0/docs/notes.md 81 B
- tests/fixtures/repo-level2/.github/PULL_REQUEST_TEMPLATE.md 69 B
- tests/fixtures/repo-level2/.github/workflows/text-lint.yml 179 B
- tests/fixtures/repo-level2/docs/plain-language-policy.md 109 B
- tests/fixtures/repo-level2/glossary.md 89 B
- tests/fixtures/repo-level2/training/introduction.md 96 B
- tests/generate-report.test.ts 2.2 KB runs code
- tests/reference/build-fixture.ts 8.1 KB runs code
- tests/reference/README.md 1.6 KB
- tests/reference/shapes.ts 6.4 KB runs code
- tests/robustness.test.ts 2.4 KB runs code
- tests/score-maturity.test.ts 1.4 KB runs code
- tests/text-audit.test.ts 9.3 KB runs code
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.
- 13d ago First seen · 73 lines · 69 tokens per session scan A fa96ce467a84
iso-24495-4 is a skill published in the GitHub repository GaZmagik/iso-24495 (171 stars, last pushed yesterday), licensed MIT. It adds 69 tokens to every session and 1,185 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-30.
Other skills, from other repositories
iso-24495
Use when text must be easy for its intended reader to find, understand, and act on — reports, emails, documentation, UI text, announcements, explanations, AI output that reads as dense or bureaucratic. Applies ISO 24495-1 plain language principles with dedicated technique layers for English and Traditional Chinese.…
radin-execute
Work through a project's whole backlog: prioritize every task, execute each via a sub-agent, commit after each. Use when the user wants the entire backlog processed ("work through my backlog"), not one named task. Delegates all implementation to sub-agents; clarifies ambiguity by asking the user rather than guessing.
radin-record
Log feedback, bugs, follow-ups, or ideas raised mid-session as structured backlog entries, so they survive past the conversation. Use for /radin-record, "log this to the backlog", "add as follow-up/bug/idea", "record what we just found", "note this for later", "add findings to backlog". Triggers even on vague asks…
radin-plan
Write a step-by-step implementation plan for one backlog entry, without touching code. Scope is one task (a title/keyword), not the whole backlog. Use for /radin-plan, "plan this backlog entry", "write a plan for X before we execute it". radin-execute delegates here for any entry too complex to implement directly.
radin-review
Run a thermo-nuclear code quality review over a scope (commit, PR, directory, or a range like "since yesterday"), triage the findings with the user, and log the ones they keep as backlog entries instead of printing to terminal. Use for /radin-review, "review and log to backlog", "audit this commit/PR/directory and…
radin-doctor
Check that radin's own install under /.claude is complete and its optional companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin installed correctly", "radin doctor", "verify radin install".