mcpbeat Sign in

Iso 24495 Text Audit Agent Skill

Audit user-selected Markdown or text files for deterministic plain-language findings. Use only when the user explicitly invokes this skill.

2k tokens
context cost
the whole folder, loaded on every use
4
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
109
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/GaZmagik/iso-24495 --skill iso-24495-text-audit

What comes with it

4 966 bytes besides the instruction
agents/openai.yaml
scripts/audit-text-cli.ts
scripts/audit-text.ts

The instruction itself

3 sections, as written by the author

ISO 24495 Text Audit

Audit only the path the user selects. Report mechanical findings so the user can decide whether the text suits its readers and purpose.

Workflow

  • Read the path from $ARGUMENTS. Ask for a path when none was supplied.
  • Resolve the audit script relative to this SKILL.md file.
  • State the selected file or directory before running the script.
  • Treat an explicitly supplied directory as approval to read that directory.
  • Ask before expanding the audit beyond the supplied path.
  • Run the script with Bun:
bun <skill-directory>/scripts/audit-text-cli.ts <file-or-directory> --project-dir <project-directory>
  • Report every finding with its file, line, rule, and explanation.
  • Report skipped or unreadable entries. Never treat an incomplete audit as clean.
  • Explain that findings are mechanical proxies, not an ISO judgement.

10. Leave the final decision and any rewriting request to the user.

Boundaries

  • Read .md, .markdown, and .txt files only.
  • Do not follow a selected or nested symbolic link or directory junction. Report each one as skipped.
  • Do not alter the selected text unless the user separately requests changes.
  • Do not create a report file unless the user requests one and names its location.
  • Do not describe zero findings as proof that text is valid, compliant, or suitable.
  • Use the relevant sector skill when interpreting findings in legal, technical, scientific, or designed documents.

How to use it

Copy the folder

Take gazmagik/iso-24495-text-audit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.