Agent Plugins Marketplace
← All plugins

plain-writing

v0.1.0

Writes and revises prose in a plain style: simple words, complete sentences, no dashes, no jargon, no filler. Includes an optional HTML revision view that shows what changed and why.

Claude Code1 Skill

By Paul HinzLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 plain-writing for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install plain-writing@agent-plugin-marketplace

Paste 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/paulhinz/LF-Marketing-OS

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

Plugin files

plugins/plain-writing/
├── .claude-plugin/plugin.json
└── skills/plain-writing/SKILL.md

Included Skills1

plain-writingskills/plain-writing/SKILL.md

Write and edit prose in the user's plain style: simple everyday words, complete sentences, no dashes, no jargon, no analogies, no filler, and full clear explanations. Use this whenever you draft or revise any prose for the user, such as documents, Notion pages, reports, summaries, README files, research notes, proposals, slide text, emails, or commit and PR descriptions. Also use it whenever the user asks to simplify, clean up, tighten, reword, or make writing clearer or easier to read. Default to this style for prose written for the user unless they ask for a different one. Do not apply it to code itself, only to the words around it.

Plugin manifests1

plugins/plain-writing/.claude-plugin/plugin.json
{
  "name": "plain-writing",
  "version": "0.1.0",
  "description": "Writes and revises prose in a plain style: simple words, complete sentences, no dashes, no jargon, no filler. Includes an optional HTML revision view that shows what changed and why.",
  "author": {
    "name": "Paul Hinz"
  },
  "homepage": "https://github.com/docwriter-org/plain-writing-skill",
  "license": "MIT",
  "keywords": [
    "writing",
    "editing",
    "style",
    "plain-language"
  ]
}

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

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