app
Prose Lint
Public Made by Adomby adom
Deterministic house-style linter for Adom copy. Flags em-dashes and the tics that make AI-written text read as AI-written (tell-words, boilerplate cadence, filler), with line:col, plain-language suggestions, --fix for safe swaps, and a --json envelope. Markdown/code-aware: never flags a --flag in a code span, a number range, or a URL.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
{
"slug": "prose-lint",
"title": "Prose Lint",
"type": "app",
"version": "0.1.3",
"description": "Deterministic house-style linter for Adom copy. Flags em-dashes and the tics that make AI-written text read as AI-written (tell-words, boilerplate cadence, filler), with line:col, plain-language suggestions, --fix for safe swaps, and a --json envelope. Markdown/code-aware: never flags a --flag in a code span, a number range, or a URL.",
"tags": [
"cli",
"lint",
"writing",
"house-style"
],
"dependencies": {},
"discovery_triggers": [
"lint this copy",
"remove em-dashes",
"does this sound AI-written",
"check my prose",
"make this read less AI",
"prose lint"
],
"discovery_pitch": "Reach for prose-lint before shipping any user-facing copy — READMEs, wiki pages, release notes, UI strings — to catch em-dashes and AI-tells deterministically.",
"sample_prompts": [
{
"label": "Lint a wiki page",
"prompt": "run prose-lint on readme.md before I publish it"
},
{
"label": "De-AI some copy",
"prompt": "this paragraph sounds AI-written, check it with prose-lint"
}
],
"metadata": {
"activate": {
"kind": "bridge",
"skill": "prose-lint",
"requires": [
"node"
],
"verbPrefixes": [
"prose-lint"
]
}
},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"type": "billboard",
"headline": "Prose Lint",
"subhead": "No em-dashes. No AI slop. Deterministic.",
"screenshot": "docs/hero.png"
},
"visibility": "public",
"org": "adom",
"author": {
"name": "Ray",
"email": "[email protected]"
},
"changelog": "0.1.3: restore clean README (0.1.2 was a publish-advisory test)."
}