Audit user-selected Markdown or text files for deterministic plain-language findings. Use only when the user explicitly invokes this skill.
npx skills add https://github.com/GaZmagik/iso-24495 --skill 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.
$ARGUMENTS. Ask for a path when none was supplied.SKILL.md file.bun <skill-directory>/scripts/audit-text-cli.ts <file-or-directory> --project-dir <project-directory>
10. Leave the final decision and any rewriting request to the user.
.md, .markdown, and .txt files only.Take gazmagik/iso-24495-text-audit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.