Marketplace plot-consistency-checker
Reviews plot structure, story beats, logic flow, and narrative continuity to identify contradictions, plot holes, pacing issues, or unrealistic elements.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/amraha-anwar/plot-consistency-checker" ~/.claude/skills/aiskillstore-marketplace-plot-consistency-checker-0c0fc4 && rm -rf "$T"
manifest:
skills/amraha-anwar/plot-consistency-checker/SKILL.mdsource content
Plot Consistency Checker Instructions
-
Gather Plot Materials
If not provided, ask for:- Full plot summary
- Chapter outline or scene list
- Character arcs
- World-building rules (if any)
-
Check for Logical Consistency
Validate:- Cause-and-effect flow
- Character actions matching their motivations
- Consistency of timeline and events
- Internal world-building rules (magic, tech, politics, etc.)
-
Identify Weaknesses
Look for:- Plot holes
- Unexplained coincidences
- Inconsistent character behavior
- Missing transitions
- Pacing issues (too fast, too slow)
-
Provide Fixes
For every issue found, generate:- Clear explanation of the problem
- Suggested corrections
- Optional rewritten version of the affected part
-
Output Format
Produce results in a table with three columns:- Issue
- Explanation
- Proposed Fix