Agent Plugins Marketplace
All plugins

ghostwriter

v1.0.0

Writes and rewrites text in your own voice instead of generic AI prose, with a check and polish pass built in.

Claude Code3 Skills

0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 26, 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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ghostwriter@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/an2n/ghostwriter

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

Plugin files

ghostwriter/
├── .claude-plugin/plugin.json
├── skills/check/SKILL.md
├── skills/ghostwriter/SKILL.md
└── skills/polish/SKILL.md

Included Skills3

checkskills/check/SKILL.md

Use when someone asks "does this sound AI?", "check if this is AI-written", "what gives this away as AI", "run check on this", or "score this text". Also use when reviewing a draft for AI tells before publishing, or when a piece of text reads as suspiciously polished, generic, or pattern-y and the user wants a forensic breakdown of why.

ghostwriterskills/ghostwriter/SKILL.md

Use when the user says "rewrite this", "write this better", "reply to this", "in my voice", or invokes /ghostwriter. Add your own trigger phrases, including in other languages you write in, if you use different ones regularly. Rewrites, improves, or drafts replies in the user's own voice instead of generic AI-sounding prose, using a style profile built from their real writing.

polishskills/polish/SKILL.md

Use whenever the user asks to "humanize", "make this sound more human", "rewrite to avoid AI detection", "make this less AI-sounding", "add a human voice", or "write like a person". Also use when the user pastes text and asks why it reads as robotic, generic, flat, or AI-like, or when generating new text in a register where AI tells (em dashes, semicolons, hedges, banned vocabulary like "delve", "leverage", "robust") would damage credibility.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "ghostwriter",
  "version": "1.0.0",
  "description": "Writes and rewrites text in your own voice instead of generic AI prose, with a check and polish pass built in.",
  "skills": "./skills"
}

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

[ghostwriter on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ghostwriter)