simplified-technical-english

simplified-technical-english is a skill for Codex from dirtybits/agent-skills. It costs 100 tokens per session (1,329 once invoked), scanned A, original, MIT.

A writing guide for making technical text, labels, instructions, and names clear without relying on private context.

In plain words
What is it for?
Use it to write or review documentation, procedures, interface labels, project phases, issue and pull-request titles, error messages, identifiers, and Git branch names.
Why use it?
It reduces ambiguity and inconsistent wording, so people can understand what a label or instruction means on its own.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to write or review documentation, procedures, interface labels, project phases, issue and pull-request titles, error messages, identifiers, and Git branch names.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dirtybits/agent-skills/simplified-technical-english
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dirtybits/agent-skills --skill simplified-technical-english
Clone the repo
git clone --depth 1 https://github.com/dirtybits/agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for simplified-technical-english

README.md
[![agentmods](https://agentmods.dev/badge/skills/dirtybits/agent-skills/simplified-technical-english/github.svg)](https://agentmods.dev/skills/dirtybits/agent-skills/simplified-technical-english)
Your own site
<a href="https://agentmods.dev/skills/dirtybits/agent-skills/simplified-technical-english"><img src="https://agentmods.dev/badge/skills/dirtybits/agent-skills/simplified-technical-english/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for simplified-technical-english

Your own site · 80×15
<a href="https://agentmods.dev/skills/dirtybits/agent-skills/simplified-technical-english"><img src="https://agentmods.dev/badge/skills/dirtybits/agent-skills/simplified-technical-english.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,329 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.01329
Opus 5 $0.00050 $0.00665
Sonnet 5 $0.00020 $0.00266
Haiku 4.5 $0.00010 $0.00133

Measured 8d ago against content hash e4200e99b431, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

simplified-technical-english scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/simplified-technical-english/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Simplified Technical English

Use clear, controlled technical English. Make each label and instruction understandable without private context. Preserve technical accuracy while reducing ambiguity.

Core Rules

  1. Name the topic in every label. Make a heading, gate, phase, mode, or status understandable in isolation.
    • Use: Base Sepolia Gate A — Pre-deployment verification.
    • Do not use: Gate A.
    • Use: Stripe Checkout Phase 2 — Webhook reconciliation.
    • Do not use: Phase 2.
  2. Use one term for one meaning. Select a canonical term and use it consistently. Do not switch between synonyms such as report, claim, and dispute unless they identify different objects.
  3. Use one topic per paragraph. Split mixed requirements, explanations, and exceptions into separate paragraphs or lists.
  4. Write one action per instruction. Use active voice and name the actor when ownership matters.
  5. Put the condition before the action. Use: If verification fails, keep the deployment paused.
  6. Use short wording. Prefer short sentences and familiar words. Remove filler that does not change the requirement.
  7. Use vertical lists for complex information. Put each condition, action, or result on its own line.
  8. Explain shorthand at first use. Pair required codes with their topic: Base Mainnet Requirement A1 — Voucher slashing. Do not invent a new acronym for a term used only a few times.
  9. Preserve exact technical identifiers. Keep code symbols, commands, environment variables, protocol versions, and external identifiers unchanged inside code formatting. Add a plain-language explanation next to them.
  10. State limits explicitly. Say what an approval, test, flag, or status permits and what it does not permit.

Label Pattern

Use this pattern when a sequence identifier is necessary:

<scope> <kind> <identifier> — <topic>

Examples:

  • Base Sepolia Deployment Gate B — Paused deployment
  • Base Mainnet Requirement A3 — Emergency pause and role custody
  • Wallet Connection Test 4 — Reconnect after session expiry
  • Database Migration Mode 2 — Apply guarded schema changes

Read the full file on GitHub · 139 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 139 lines · 100 tokens per session scan A e4200e99b431

Subscribe to this mod's changes

simplified-technical-english is a skill published in the GitHub repository dirtybits/agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 100 tokens to every session and 1,329 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

documentation-patterns

Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.

yonatangross/orchestkit · 53 tokens

skill-creator

A guide for creating or improving an agent skill: a SKILL.md file that gives an AI a repeatable workflow for a specific task. It covers the skill’s name, search keywords, instructions, failure handling, and examples where needed.

zhinjs/zhin · 61 tokens

absolute-docs

Diátaxis-driven documentation for AI coding agents: write, improve, or audit tutorials, how-tos, reference, explanation, and developer docs (README, CONTRIBUTING, ADRs). Detects the docs stack; gates on the outline before writing prose; verifies every claim against the code before it ships. Triggers on "absolute…

maddhruv/absolute · 102 tokens

document-writer

Write or update technical documentation grounded in the real codebase. Use when the user asks for README, API docs, architecture guides, user guides, CONTRIBUTING docs, migration notes, or JSDoc/code comments, or wants technical docs rewritten into natural Chinese with correct terminology. Not for general prose…

bahayonghang/my-ai-cli-toolkit · 75 tokens

Documentation Gap Finder

Audits a codebase or docs folder and lists everything that is undocumented, outdated, or unclear.

Notysoty/openagentskills · 24 tokens

technical-writing

Use when drafting or revising internal technical design docs, review notes, architecture writeups, or sharing posts in Chinese, especially when the tone should stay evidence-backed, calm, and suitable for peers or leaders rather than marketing or literary writing.

luoling8192/technical-writing · 51 tokens