Skills Agentes

Simple English

Redacta o reescribe textos en inglés sencillo siguiendo ASD-STE100: frases cortas, voz activa, tiempos simples, una palabra, un significado, sin "AI slop". Modo estricto: vocabulario STE si se pide. Respuesta en chat: prosa, máx. 5 frases.

Estrellas
3.3k

en el repo

Actividad
90

0–100, la ruta de este skill

Actualizado
hace 4 días

último commit aquí

Commits
30

últimos 90 días

Contexto
1.9k tok

222 tok en reposo

Paquete
5 archivos

28 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add AminBlg/SimpleEnglish --skill simple-english --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Reescribe o redacta documentación en inglés sencillo siguiendo ASD-STE100: frases cortas, voz activa, tiempos simples, una palabra con un solo significado y condición antes de la orden.
  • Define cada término técnico en su primera aparición y elimina el "AI slop" (palabras vacías como simply, leverage o robust).
  • Aplica un modo estricto con vocabulario controlado STE cuando el usuario menciona STE, ASD-STE100 o cumplimiento; el modo Plain es el predeterminado.
  • Responde en chat en prosa, sin listas ni encabezados, con la respuesta en la primera frase y un máximo de cinco frases.
  • Mantiene intactos el código, los identificadores, comandos, rutas, mensajes de error, nombres de producto y los hechos.

Úsalo cuando

  • Para escribir o reescribir documentación, READMEs, runbooks, procedimientos, mensajes de error, release notes, informes de incidentes o guías de API.
  • Para explicar algo a lectores que no son del campo, o cuando el usuario pide plain English, layman's terms, no jargon o explain it simply.
  • Cuando el usuario pide "de-slop", hacer el texto legible o que traduzca bien para lectores no nativos.
  • Cuando el usuario nombra STE, Simplified Technical English o ASD-STE100 y pide cumplimiento.

No lo uses cuando

  • No para copy de marketing ni escritura de marca: la skill elimina la persuasión a propósito.

Qué lo activa

Di cualquiera de estas frases y el agente debería cargar este skill.

  • Reescribe este README en inglés sencillo, sin jerga.
  • Explícamelo en términos sencillos, como para alguien que no es del sector.
  • Quita el relleno y haz legible este runbook.
  • Reescribe esta guía de API siguiendo ASD-STE100.
  • Haz de-slop a estas notas de versión.

SKILL.md

En inglés

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:

  1. 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.
  2. 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.
  3. Condition before command, with a comma. "If the build fails, read the log."
  4. 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."
  5. Modals: can, will, must. Never should, would, may, might, could. A required "should" becomes "must". An optional one is deleted.
  6. Complete grammar. No contractions, keep articles, keep "that". Short sentences, not telegraph style.
  7. No semicolons and no em-dashes. Write two sentences, or name the relation.
  8. One word, one meaning, for the whole document. Use make sure that for check, verify, confirm, validate, ensure. Use configuration for config, settings, options. Break noun chains over three words with a preposition ("the timeout value for the connection pool").
  9. 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.
  10. 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".
  11. 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.
  12. Warnings: command or condition first, then the risk. "Do not run this against production. The command deletes rows."

Use American spelling. references/word-swaps.md maps the overused words to plain ones. For an error message, a runbook, an incident report, release notes, a commit message, or UI copy, read references/use-cases.md first: it names the mode and the pattern for each.

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 timeout when it cannot connect to the Postgres port (5432 by default).

  1. Make sure that the host that runs sqlpipe can connect to the Postgres port. A firewall or security group usually blocks it.
  2. 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:

  1. Answer in prose. No headers, no bullet lists, no bold, no tables. A code block is legal when the reader must copy it.
  2. Five sentences maximum. Every sentence counts, list items and captions included. Count them before you send. Over five, delete sentences until five remain.
  3. The first sentence gives the answer or the result. Do not restate the question.
  4. No em-dashes. Name the relation ("because", "but", "for example") or write two sentences.
  5. Define a concept term in a few words the first time you use it: "idempotent (safe to run twice)". Do not define product names.
  6. No contractions. No openers ("Certainly", "Great question") and no closers ("I hope this helps", "Let me know").
  7. 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

  1. Reply: count the sentences. Over five, cut. Search for , **, #, and a line that starts with -. Remove each one.
  2. Document: count the words in your three longest sentences. Over 20 or 25, split. Search for ', has been, should, may, ;, , , making, **, check, verify, config, and any heading that covers fewer than three sentences. 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, first open references/rule-catalog.md. Then report each violation as: rule number quoted from that file, the offending text, a compliant rewrite. Never cite a rule number from memory. When the user asked for compliance, end with one sentence: no tool can guarantee ASD-STE100 compliance, and the standard is a free download at asd-ste100.org.

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 mode
  • references/strict-vocabulary.md — the dictionary discipline for Strict mode
  • references/word-swaps.md — slop-to-plain word map
  • references/use-cases.md — mode and pattern for error messages, runbooks, incident reports, release notes, commits, agent prompts, UI copy, translation prep

Reproducido de AminBlg/SimpleEnglish bajo licencia MIT. Leer esta página en markdown.

Archivos

5 archivos en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

Antes de instalar

No requiere credenciales ni binarios: la skill incluye sus propias referencias en references/.

Detalles

Creador
AminBlg
Licencia
MIT
Recursos incluidos
referencias
Código fuente
Ver SKILL.md

Etiquetas

Skills relacionados

Escribir documentos para agentes. Úsalo al crear o editar skills, o al modificar AGENTS.md o CLAUDE.md.

Costo de contexto al activarse
2.7k tok
Tamaño del paquete
3 archivos
Última actualización
el mes pasado
redaccion contenido

Recursos para escribir todo tipo de comunicaciones internas con los formatos que usa tu empresa. Úsalo siempre que pidan informes de estado, updates de liderazgo, 3P, newsletters, FAQs o informes de incidencias.

Costo de contexto al activarse
378 tok
Tamaño del paquete
6 archivos
Última actualización
hace 4 meses
Oficialredaccion contenido

Escribe o audita una página de error de tipo insight para el overlay de desarrollo de Next.js: estructura, alineación del título, tarjetas FixCard, fragmentos de código y verificación de terminología.

Costo de contexto al activarse
5.5k tok
Tamaño del paquete
1 archivo
Última actualización
hace 2 meses
Oficialredaccion contenido