Agent Plugins Marketplace
All plugins

natural-writing

v1.14.1

Diagnose, edit, rewrite, or draft natural prose while preserving facts, formatting, intent, register, and author voice.

CodexClaude Code1 Skill

By rl0veLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add rl0ve/agent-skills
codex plugin marketplace upgrade rl0ve-agent-skills
codex plugin add natural-writing@rl0ve-agent-skills

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

Compatibility: the page URL and API slug “natural-writing-2” remain stable.

  • Codex: natural-writing-2@agent-plugin-marketplacenatural-writing@rl0ve-agent-skills

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/rl0ve/agent-skills

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

Plugin files

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

Included Skills1

natural-writingskills/natural-writing/SKILL.md

Diagnoses, edits, rewrites, voice-matches, or drafts reader-ready prose while preserving facts, intent, register, formatting, product terminology, and distinctive author voice. Use for any request whose intended outcome is clearer, more natural, less generic, less assistant-like, more audience-appropriate, or more recognizably the author's writing—even when the user never says “humanize” or “AI slop.” This includes implicit intent expressed through a draft plus requests to tighten, polish, simplify, make ready to send, sound more candid or direct, match a sample, explain why prose feels synthetic, or improve emails, reports, essays, posts, product and interface copy, documentation, marketing copy, and executive writing. Also use when prose contains dialogue residue, ritual validation, prompt echoes, coaching theater, taxonomy reflexes, fake contrasts, excessive headings, or generic endings.

Plugin manifests2

plugins/natural-writing/.codex-plugin/plugin.json
{
  "name": "natural-writing",
  "version": "1.14.1",
  "description": "Diagnose, edit, rewrite, or draft natural prose while preserving facts, formatting, intent, register, and author voice.",
  "author": {
    "name": "rl0ve"
  },
  "homepage": "https://github.com/rl0ve/agent-skills",
  "license": "MIT",
  "keywords": [
    "writing",
    "editing",
    "natural-prose",
    "reader-ready",
    "voice",
    "claude-code",
    "product-copy",
    "executive-writing"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Natural Writing",
    "shortDescription": "Edit prose without flattening the author's voice",
    "developerName": "rl0ve",
    "category": "Productivity",
    "defaultPrompt": [
      "Edit this draft and keep my voice",
      "Why does this paragraph read as machine-written?",
      "Tighten this for the reader without losing any fact"
    ]
  }
}
plugins/natural-writing/.claude-plugin/plugin.json
{
  "name": "natural-writing",
  "version": "1.14.1",
  "description": "Diagnose, edit, rewrite, or draft natural prose while preserving facts, formatting, intent, register, and author voice.",
  "author": {
    "name": "Robert Love"
  },
  "keywords": [
    "writing",
    "editing",
    "natural-prose",
    "reader-ready",
    "voice",
    "claude-code",
    "product-copy",
    "executive-writing"
  ]
}

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

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