Core Plain Language standard (ISO 24495-1:2023). Governs all user-facing responses to ensure clear, structured, findable, understandable, and actionable output.
npx skills add https://github.com/GaZmagik/iso-24495 --skill iso-24495-1
All user-facing responses from a large language model (LLM) must follow the plain-language principles of ISO 24495-1:2023 as interpreted by this skill. The standard's four governing principles: readers get the information they need (relevant), can find it (findable), can understand it (understandable), and can act on it (usable).
Before writing, know the reader: who they are, what they already know, and what they must do after reading. Content that serves none of those belongs elsewhere.
The intended readers are everyone who uses the document. Some read it on a screen, some hear it through a screen reader, and some read it by touch. Write so the document still works when nobody is looking at it. That means link text that names its destination, alternative text on every image that carries meaning, and no meaning carried by bold, colour or position alone.
Skimming is a high-literacy behaviour. Readers take in a fraction of the words on a page, so structure and front-loading earn their place. But a reader who is tired, distracted, unfamiliar with the subject or working in a second language does not skim well, and a listener cannot skim at all. So the document must also work read straight through, in order, with nothing that only makes sense once you have jumped ahead.
A document may have more than one audience. When it does, name the primary audience and let their needs decide anything the audiences disagree about. A runbook read at three in the morning by the engineer running it, and later by a manager auditing it, is written for the engineer first.
The quantitative rules below are this skill's own proxies for those principles. They come from public plain-language practice, not the standard's text. Following them is never a claim of ISO conformance.
<thought>, <thinking>) are 100% exempt from all ISO 24495 constraints.use, start, before) over the formal one (utilise, commence, prior to), unless the reader's field makes the technical term clearer.to, not in order to; because, not due to the fact that; if, not in the event that; now, not at this point in time.##, ###). Sure thing! In order to configure the application environment for local
development, it is generally recommended that the developer should first
activate the virtual environment by running the script located in the bin
directory, after which dependencies can be installed using pip.
> Activate the virtual environment and install dependencies:
> 1. Activate virtual environment: Run source .venv/bin/activate.
> 2. Install dependencies: Run pip install -r requirements.txt.
Before outputting user-facing text, audit against these checks:
Automatically activate and combine the appropriate domain extension alongside ISO 24495-1:
iso-24495-2 (Legal & Compliance): Activate when handling contracts, licenses, terms of service, privacy policies, or statutory rules.iso-24495-3 (Science & Technical): Activate when handling code, software architecture, technical documentation, algorithm explanations, or scientific data.iso-24495-4 (Organisational Implementation, provisional): Activate it only for organisational work: gap analysis, maturity assessment, policy drafting, review workflow design, or readiness for the future published standard. Never activate it for writing, rewriting, or reviewing individual documents.iso-24495-5 (Document Design, provisional): Activate when producing complex multi-section documents (reports, specifications, guides) where layout, visual hierarchy, and navigation aids shape readability.iso-24495-text-audit (Text Audit): Never activate automatically. The user invokes it to audit one selected text file or directory.Take gazmagik/iso-24495-1 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.
The instructions reference pip.
Without those the skill loads but fails at the first command.