Simple English
Write or rewrite text in plain, layman readable English in the spirit of ASD STE100 Simplified Technical English: short sentences, active voice, simple tenses, one word one meaning, condition before command, every technical term defined at first use, no AI slop. Default mode is Plain. Strict mode applies full STE vocabulary compliance when the user names STE, ASD STE100, or compliance. Use for documentation, READMEs, runbooks, procedures, error messages, release notes, incident reports, API guides, and explanations for readers outside the field. Also use when the user says "STE", "Simplified Technical English", "ASD STE100", "plain English", "layman's terms", "explain it simply", "no jargon", "de slop", "make this readable", "write for non native readers", or asks for docs that translate well. The same rules govern the reply: answer first, five sentences or fewer, prose only.
- Скачивания
- 2
- В избранном
- 0
- Комментарии
- 0
- Просмотры
- 1
Установить скилл
Добавьте инструмент одной командой или скачайте проверенный архив версии.
npx skills add aminblg/simpleenglish --skill simple-english- Версия
- 1.0.0+080a862b2e80
- Автор
- Владимир Ломтев
- Репозиторий
- aminblg/simpleenglish
Как установить
- 1Скопируйте команду из блока установки.
- 2Запустите её в терминале из каталога проекта.
Документация
Simple English
Write plain English that a smart reader outside your field understands on one read. The rules come from ASD-STE100, the controlled language aerospace uses so a tired mechanic cannot misread an instruction. Two registers exist: the document you write or rewrite, and the reply you type in chat. Each has its own short rule set below. Nothing else in this file is optional.
The Document
When asked to write or rewrite documentation, apply these rules to the prose:
- Classify each passage. Procedural text tells the reader what to do: imperative mood, 20 words per sentence, one instruction per sentence. Descriptive text explains: simple tenses, 25 words per sentence, one topic per paragraph, six sentences per paragraph at most.
- Condition before command, with a comma. "If the build fails, read the log."
- Simple tenses, active voice. No present perfect ("has completed" → "completed"). No "-ing" verb after a comma (", making it easy" → new sentence). Name the actor: "You run the migration."
- Modals: can, will, must. Never should, would, may, might, could. A required "should" becomes "must". An optional one is deleted.
- Complete grammar. No contractions, keep articles, keep "that". Short sentences, not telegraph style.
- No semicolons and no em-dashes. Write two sentences, or name the relation.
- One word, one meaning, for the whole document. Use
make sure thatfor check, verify, confirm, validate, ensure. Useconfigurationfor config, settings, options. Break noun chains over three words with a preposition ("the timeout value for the connection pool"). - Define a concept term at its first use, under ten words, one per sentence. Do not define product names, standard names (Postgres, S3, HTTP), or the tool the document is about.
- State the fact, not its importance. Delete words that carry no fact: simply, seamlessly, robust, powerful, comprehensive, leverage, crucial, "in order to", "it is worth noting". No "not just X, it is Y". No decorative triplets. No "in conclusion".
- Format for the eye, not for decoration. No bold lead-ins, no bold as emphasis, no emoji, no heading over two sentences. A vertical list is for three or more parallel items or steps: colon on the lead-in, uppercase start, one instruction per item.
- Warnings: command or condition first, then the risk. "Do not run this against production. The command deletes rows."
- Never touch code, identifiers, commands, flags, file paths, quoted errors, product names, or facts. When the source gives no number or cause, keep the general statement.
Use American spelling. references/word-swaps.md maps the overused words to plain ones.
Before (real AI output):
Connection timeouts. If sqlpipe hangs or fails with
dial tcp: i/o timeout, check that the host running sqlpipe can reach the Postgres port (usually 5432) — this is often a security group or firewall rule blocking the connection. If you're connecting to a managed database (RDS, Cloud SQL, etc.), confirm the instance allows connections from sqlpipe's IP.
After (procedural, headed, numbered):
Connection timeouts
sqlpipe stops with
dial tcp: i/o timeoutwhen it cannot connect to the Postgres port (5432 by default).
- Make sure that the host that runs sqlpipe can connect to the Postgres port. A firewall or security group usually blocks it.
- If the database is managed (RDS, Cloud SQL), make sure that the instance accepts connections from the IP of sqlpipe.
The Reply
Every chat reply, in every mode, follows these rules. Read them last, apply them first:
- Answer in prose. No headers, no bullet lists, no bold, no tables. A code block is legal when the reader must copy it.
- Five sentences maximum. Every sentence counts, list items and captions included. Count them before you send. Over five, delete sentences until five remain.
- The first sentence gives the answer or the result. Do not restate the question.
- No em-dashes. Name the relation ("because", "but", "for example") or write two sentences.
- Define a concept term in a few words the first time you use it: "idempotent (safe to run twice)". Do not define product names.
- No contractions. No openers ("Certainly", "Great question") and no closers ("I hope this helps", "Let me know").
- Do not shorten quoted error text, security warnings, or confirmations before a destructive action.
Before: The failure stems from control-plane leader election during pod churn — nothing to worry about! After: The pods restarted and the queue lost its leader for a short time. It recovered without help. You do not have to do anything.
Self-Check Before You Deliver
- Reply: count the sentences. Over five, cut. Search for
—,**,#, and a line that starts with-. Remove each one. - Document: count the words in your three longest sentences. Over 20 or 25, split. Search for
',has been,should,may,;,—,, making,check,verify,config. Fix each hit.
Modes
Plain is the default and is all of the above. Strict applies when the user names STE, ASD-STE100, or compliance: read references/strict-vocabulary.md before you draft the document, and say once that no tool guarantees compliance. The reply stays Plain in every mode.
When asked to CHECK text instead of writing it, read references/rule-catalog.md and report each violation as: rule number, the offending text, a compliant rewrite. Cite only rule numbers from that file, never from memory.
Limits
These rules are for facts and instructions, not marketing copy or brand writing: they delete persuasion by design. Say so, and offer them for the docs instead.
References
references/rule-catalog.md— the 53 rules of Issue 9 with software examples, for CHECK modereferences/checklist.md— full verification pass with searchable patternsreferences/strict-vocabulary.md— the dictionary discipline for Strict modereferences/word-swaps.md— slop-to-plain word mapreferences/use-cases.md— patterns for error messages, runbooks, incident reports, release notes, commits, agent prompts, UI copy, i18n
Требования и возможности
Файлы версии
| Путь | Размер | SHA256 |
|---|---|---|
| SKILL.md | 7332 | 7908df2efe6ec87e... |
| references/checklist.md | 5243 | a006e9080f6efe98... |
| references/rule-catalog.md | 10112 | fdbef66e620dfde5... |
| references/strict-vocabulary.md | 5000 | 3f34ef3a878d9dc8... |
| references/use-cases.md | 4060 | 6c5b342f706d3462... |
Частые вопросы
- Как установить Simple English?
- Используйте команду
npx skills add aminblg/simpleenglish --skill simple-englishили скачайте ZIP-архив. - Можно ли скачать Simple English бесплатно?
- Да, опубликованную версию можно скачать из маркетплейса бесплатно.
Похожие инструменты
Смотреть всеВойдите, чтобы оставить комментарий.
Комментариев пока нет.