← All plugins
pilcrow
v0.17.2Prose linter and editor skill. /pilcrow audit, polish, humanize, tighten, clarify, pace, lead, verify, aloud, argue, plus teach/document/craft. AI-tell detection is one feature among many.
Claude Code1 skill
by Samuel GalanakisMIT52updated 2 months ago
Source
git clone https://github.com/SamGalanakis/pilcrowClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
pilcrow/
├── .claude-plugin/plugin.json└── skills/pilcrow/SKILL.md
Skills1
pilcrowskills/pilcrow/SKILL.md
Make your clanker your editor. A prose linter, a set of editor commands anchored in classical style guides (Strunk, Williams, Zinsser, Pinker, Orwell, King), and project commands for voice capture and drafting. Use when reviewing, polishing, drafting, or auditing markdown, HTML, or plain-text prose. AI-tell detection is one feature among many.
Manifests1
.claude-plugin/plugin.json
{
"name": "pilcrow",
"description": "Prose linter and editor skill. /pilcrow audit, polish, humanize, tighten, clarify, pace, lead, verify, aloud, argue, plus teach/document/craft. AI-tell detection is one feature among many.",
"version": "0.17.2",
"author": {
"name": "Samuel Galanakis"
},
"homepage": "https://pilcrow.ink",
"repository": "https://github.com/SamGalanakis/pilcrow",
"license": "MIT",
"skills": "./skills/"
}