.agents/skills/prose-analysis/SKILL.md
Mechanical prose metrics — sentence length, opener variety, dialogue ratio, repetition, pronoun distribution. Use when you need quantitative signals about prose before making subjective judgments, or when comparing a draft against the project's baseline.
npx skillsauth add haowjy/pokemon-amber prose-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scripts that measure mechanical properties of prose. These produce numbers, not quality verdicts. The numbers become useful only when compared against the project's own baseline — research shows no reliable universal thresholds for "good" prose exist.
The bundled resources/analyze.sh script produces:
bash resources/analyze.sh <file.md> [window_size]
file.md — the markdown file to analyzewindow_size — optional, number of paragraphs for the repetition detection window (default: 5)Output is plain text with labeled sections. Standard unix tools only (awk, sed, grep, wc, sort).
Some metrics from the research literature are excluded because they're either unreliable, require Python NLP libraries, or don't produce actionable signals for creative writing:
resources/analyze.sh — the analysis scriptresources/antipatterns.md — AI writing antipatterns, honestly categorized as research-backed vs community folklore. Read this when reviewing AI-generated drafts and you want to know which signals are worth investigating vs which are unreliable.resources/baseline.md — how to establish a project baseline from existing chapters and compare new drafts against it. Read this before interpreting analysis output for the first time on a project.data-ai
Team composition for writing workflows — which agents to spawn, how many, what focus areas to assign, and how to scale effort. Use when composing critic panels, dispatching researchers, staffing draft/revise loops, or setting up brainstorm fan-outs.
testing
What fiction readers actually want, framed as four composable reward channels (transportation, aesthetic, social simulation, flow), and the specific documented ways alignment training damages each one. Grounded in reader-psychology research and empirical NLP findings. Load when drafting prose, critiquing a draft, deciding whether to show or tell, diagnosing why a passage feels flat, or reasoning about why a scene is or isn't working.
testing
Logging and referencing writing issues — craft problems, tics, inconsistencies, and structural concerns found during analysis, critique, or review. Use when an agent identifies something worth tracking beyond a single critique report: repeated tics across chapters, inconsistencies that affect multiple scenes, structural problems that need the author's attention, or patterns that should be fixed in revision.
development
Shared artifact convention between orchestrators — what goes where in `$MERIDIAN_FS_DIR/` and `$MERIDIAN_WORK_DIR/`, how artifacts flow between phases, and what each directory means. Use whenever work artifacts, style files, knowledge entries, drafts, or critique reports are being created, referenced, or discussed.