Agent Plugins Marketplace
All plugins

tech-writer

v2.1.0

Review and rewrite documentation in place using either Google's Technical Writing guidelines or strict Simplified Technical English (ASD-STE100), chosen per document

CodexClaude Code1 Skill

By mikersays0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 tech-writer for Codex and Claude Code

Installs for the current user
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin marketplace upgrade mikersays-plugins
codex plugin add tech-writer@mikersays-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the mikersays-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “tech-writer” remain stable.

  • Codex: tech-writer@agent-plugin-marketplacetech-writer@mikersays-plugins

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/mikersays/mikersays-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tech-writer/.

Plugin files

plugins/tech-writer/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/tech-writer/SKILL.md

Included Skills1

tech-writerskills/tech-writer/SKILL.md

Review and rewrite documentation in place — Google's Technical Writing guidelines for READMEs, guides, and ordinary prose, or strict Simplified Technical English (ASD-STE100) for safety-critical procedures, runbooks, and translation-bound docs. The standard is chosen automatically from the document, or by explicit request ("use STE", "Simplified Technical English", "Google style"). Use when asked to polish, edit, clean up, review, or improve the clarity of a README, doc, or markdown file, or when asked for STE / controlled language.

Plugin manifests2

plugins/tech-writer/.codex-plugin/plugin.json
{
  "name": "tech-writer",
  "description": "Review and rewrite documentation in place using either Google's Technical Writing guidelines or strict Simplified Technical English (ASD-STE100), chosen per document",
  "version": "2.1.0",
  "skills": "./skills/",
  "interface": {
    "displayName": "Tech Writer",
    "shortDescription": "Review and rewrite docs using Google's Technical Writing guidelines or Simplified Technical English",
    "category": "Writing"
  }
}
plugins/tech-writer/.claude-plugin/plugin.json
{
  "name": "tech-writer",
  "description": "Review and rewrite documentation in place using either Google's Technical Writing guidelines or strict Simplified Technical English (ASD-STE100), chosen per document",
  "version": "2.1.0",
  "author": {
    "name": "mikersays"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tech-writer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tech-writer)