prose-tuning
v1.10.1Claude Code and Cowork. Learns a project's house prose style from edits already made, records it as prose-style.md with stable rule ids, and conforms the rest of the documents to it. Ships prose.py, so it must be installed as a plugin rather than proposed as a single skill.
By Scott HysomLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 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 prose-tuning for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install prose-tuning@agent-plugin-marketplacePaste 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/ScottHysom/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/prose-tuning/.
Plugin files
├── .claude-plugin/plugin.json├── skills/adopt-prose/SKILL.md├── skills/apply-prose/SKILL.md└── skills/update-prose-config/SKILL.md
Included Skills3
Copy prose rules from one project's prose-style.md into another, or into the rules prose-tuning ships so every new prose-style.md starts with them. Rules the target lacks are added as-is with their origin recorded; rules that collide on the same id, and rules that state the same thing under two different ids, are shown side by side in one batch for the author to resolve. Use when asked to adopt another project's prose rules, to promote a rule into the shipped rules, to share a style rule between two projects, or to merge two prose-style.md files. Never commits.
Conform a project's markdown to the rules in its prose-style.md. Reports findings first - file, line, rule id, proposed rewrite - and changes nothing until the author approves. Uses scripts/prose.py to resolve scope, to skip code fences, mermaid blocks, front matter, table structure and quoted material, to find the breaches a rule's pattern can, and to apply approved rewrites in place. Use when asked to apply the house style, conform documents to prose-style.md, run a style pass over the docs, check a document against the prose rules, or clean up the prose across a project. Refuses to run while a prose-tuning markup pass is in progress, and never commits.
Infer prose and style rules from the uncommitted markdown edits in a project repo and write them into that project's prose-style.md with stable rule ids. Reads explicit ins, del and repl markup and untagged diff hunks through scripts/prose.py, asks the author about anything ambiguous in one batch, then resolves the markup so the working tree is committable. Use when asked to learn the house style from edits just made, to update or set up prose-style.md, to tag passages for a style pass, to turn an editing pass into rules, or to record why a passage was cut. Never commits and never writes outside the project repo.
Plugin manifests1
{
"name": "prose-tuning",
"version": "1.10.1",
"description": "Claude Code and Cowork. Learns a project's house prose style from edits already made, records it as prose-style.md with stable rule ids, and conforms the rest of the documents to it. Ships prose.py, so it must be installed as a plugin rather than proposed as a single skill.",
"author": {
"name": "Scott Hysom",
"url": "https://github.com/ScottHysom"
},
"homepage": "https://github.com/ScottHysom/claude-plugins/tree/main/plugins/prose-tuning",
"repository": "https://github.com/ScottHysom/claude-plugins",
"license": "MIT",
"keywords": [
"prose",
"style",
"documentation",
"editing",
"writing"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[prose-tuning on Agent Plugins Marketplace](https://pluginsmp.com/plugins/prose-tuning)