writing-simplified-technical-english
v1.0.0Revises agent-facing prose — skills, agent definitions, specs, and technical docs — so an agent cannot read a sentence two ways, applying twelve conventions adapted from ASD-STE100 Simplified Technical English.
By Tamas MezeiLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install writing-simplified-technical-english@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/brokenrobot-xyz/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/writing-simplified-technical-english/.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Revises agent-facing prose — SKILL.md bodies, agent definitions, spec and planning artifacts, and technical documentation — so that an agent cannot read a sentence two ways. Applies twelve conventions adapted from ASD-STE100 Simplified Technical English, Issue 9: it takes the rules that remove ambiguity, and it omits the standard's controlled dictionary and its sentence-length caps, so it is an adaptation rather than a conforming implementation. Also checks prose and reports violations without editing it. Use when authoring or tightening a skill, an agent definition, a proposal, a design, a task list, or a technical document, and when asked to make instructions clearer, less ambiguous, or more precise. Does not govern published marketing copy, commit messages, or code.
Plugin manifests1
{
"name": "writing-simplified-technical-english",
"description": "Revises agent-facing prose — skills, agent definitions, specs, and technical docs — so an agent cannot read a sentence two ways, applying twelve conventions adapted from ASD-STE100 Simplified Technical English.",
"version": "1.0.0",
"author": {
"name": "Tamas Mezei",
"url": "https://www.brokenrobot.xyz"
},
"license": "MIT",
"keywords": [
"writing",
"simplified-technical-english",
"documentation",
"prompting",
"clarity"
],
"homepage": "https://github.com/brokenrobot-xyz/agent-skills/tree/main/plugins/writing-simplified-technical-english"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[writing-simplified-technical-english on Agent Plugins Marketplace](https://pluginsmp.com/plugins/writing-simplified-technical-english)