Agent Plugins Marketplace
← All plugins

natural-writing

v1.1.2

Write and edit like a human developer, not an LLM. Bans the words, sentence patterns, typography and formatting that give AI text away, adds a line-level pass for active voice, concrete detail and rhythm, and has a slot for your own house terms. Includes scripts/check-copy.sh as a mechanical check and /natural-writing:review-copy to review existing drafts.

CodexClaude Code1 Skill

By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 25, 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 glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add natural-writing@glstack-plugins

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

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

  • Codex: natural-writing-3@agent-plugin-marketplace → natural-writing@glstack-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/glebedel/glstack-plugins

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

Plugin files

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

Included Skills1

natural-writingskills/natural-writing/SKILL.md

Write like a human, not an LLM. Auto-triggers when writing or editing documentation, copy, marketing content, social posts, emails, READMEs, blog posts, commit messages, or explanatory text. Bans em dashes and curly quotes outright, bans LLM word choices, bans the sentence SHAPES that survive word-level filters, and adds a line-level craft pass for active voice, concreteness and rhythm. Has a slot for your own banned house terms. Ships scripts/check-copy.sh so any workflow can gate on the mechanical rules. Use /natural-writing:review-copy to audit text already written.

Plugin manifests2

plugins/documentation/natural-writing/.codex-plugin/plugin.json
{
  "name": "natural-writing",
  "version": "1.1.2",
  "description": "Write and edit like a human developer, not an LLM. Bans the words, sentence patterns, typography and formatting that give AI text away, adds a line-level pass for active voice, concrete detail and rhythm, and has a slot for your own house terms. Includes scripts/check-copy.sh as a mechanical check and /natural-writing:review-copy to review existing drafts.",
  "author": {
    "name": "Guillaume Lebedel",
    "url": "https://github.com/glebedel"
  },
  "homepage": "https://github.com/glebedel/glstack-plugins",
  "repository": "https://github.com/glebedel/glstack-plugins",
  "interface": {
    "displayName": "Natural Writing",
    "shortDescription": "Write and edit like a human developer, not an LLM. Bans the words, sentence patterns, typography and formatting that…",
    "longDescription": "Write and edit like a human developer, not an LLM. Bans the words, sentence patterns, typography and formatting that give AI text away, adds a line-level pass for active voice, concrete detail and rhythm, and has a slot for your own house terms. Includes scripts/check-copy.sh as a mechanical check and /natural-writing:review-copy to review existing drafts.",
    "developerName": "Guillaume Lebedel",
    "category": "Documentation",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://github.com/glebedel/glstack-plugins",
    "defaultPrompt": [
      "Use Natural Writing to run this workflow."
    ]
  },
  "license": "MIT",
  "keywords": [
    "writing",
    "documentation",
    "copy",
    "llm-isms",
    "ai-slop",
    "natural-language"
  ],
  "skills": "./.codex/skills/"
}
plugins/documentation/natural-writing/.claude-plugin/plugin.json
{
  "name": "natural-writing",
  "version": "1.1.2",
  "description": "Write and edit like a human developer, not an LLM. Bans the words, sentence patterns, typography and formatting that give AI text away, adds a line-level pass for active voice, concrete detail and rhythm, and has a slot for your own house terms. Includes scripts/check-copy.sh as a mechanical check and /natural-writing:review-copy to review existing drafts.",
  "author": {
    "name": "Guillaume Lebedel",
    "url": "https://github.com/glebedel"
  },
  "homepage": "https://github.com/glebedel/glstack-plugins",
  "repository": "https://github.com/glebedel/glstack-plugins",
  "license": "MIT",
  "keywords": [
    "writing",
    "documentation",
    "copy",
    "llm-isms",
    "ai-slop",
    "natural-language"
  ]
}

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-3)