Agent Plugins Marketplace
All plugins

fiction-writer

v2.3.1

Discovery writing system for fiction authors. Intent-driven skills for scene writing, worldbuilding, session tracking, search, and manuscript compilation.

Claude Code8 Skills

By Lakshmi Narasimhan PLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 24, 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 fiction-writer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fiction-writer@agent-plugin-marketplace

Paste 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/badri/novel-claude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

fiction-writer/
├── .claude-plugin/plugin.json
├── skills/cliffhanger-cut-drill/SKILL.md
├── skills/depth-drill/SKILL.md
├── skills/fake-detail-drill/SKILL.md
├── skills/opening-drill/SKILL.md
├── skills/pov-glitch-drill/SKILL.md
├── skills/publish/SKILL.md
├── skills/study-discuss/SKILL.md
└── skills/tic-audit/SKILL.md

Included Skills8

cliffhanger-cut-drillskills/cliffhanger-cut-drill/SKILL.md

Use when the user wants Dean Wesley Smith-style feedback on a scene's ending — Dent-zone length (800–1,500 words), the kicker line, and the "petered-out tail" check (writing past the natural cut point). Observational only; names where the energy peaks and where the prose drains past it. Trigger on "cliffhanger drill", "cut drill", "where should I end this scene", "did I write past the cliffhanger", "Dent check", "scene ending feedback".

depth-drillskills/depth-drill/SKILL.md

Use when the user wants Dean Wesley Smith-style depth feedback on a scene they've written — observations on witness syndrome, opinion-tinting, sensory grounding, fake details, and character-specific perception. A learning drill, not a rewrite. Trigger on "depth drill", "depth feedback", "depth check", "is this in depth", "check depth on scene N", "Dean over my shoulder", "what's my depth like", "run depth on this scene".

fake-detail-drillskills/fake-detail-drill/SKILL.md

Use when the user wants to scan a scene for placeholder nouns ("barn", "office", "car", "room") — the words that hand reader control over because every reader fills in their own image. Observational only — names the placeholders, never proposes replacements. Trigger on "fake detail drill", "fake details", "find placeholders", "kill fake details", "scan for vague nouns", "where am I being lazy with detail".

opening-drillskills/opening-drill/SKILL.md

Use when the user wants Dean Wesley Smith-style feedback on the opening of a scene or chapter — five-senses grounding in the first 100 words, character-anchoring through opinion, the 400–500-word depth-before-action rule. Observational only; names what the opening is doing, never rewrites. Trigger on "opening drill", "check my opening", "is my opening grounded", "five senses check", "drill the opening of scene N", "Dean over my shoulder on the opening".

pov-glitch-drillskills/pov-glitch-drill/SKILL.md

Use when the user wants to scan a scene for viewpoint glitches — the moments where prose drops out of the character's head. Catches the three documented glitch patterns ("he thought" / italicized thoughts / author-described settings) plus information the POV character couldn't possibly know. Observational; never rewrites. Trigger on "pov drill", "glitch check", "viewpoint check", "find glitches", "where am I out of character's head", "scan for pov glitches".

publishskills/publish/SKILL.md

Use when a finished book needs to go out the door — building the ebook and print files, writing the sales copy, and filling the KDP, Draft2Digital and Notion Press forms. Trigger on "publish", "get this ready for KDP", "D2D upload", "Notion Press", "print edition", "paperback", "upload sheet", "back cover", "format for submission".

study-discussskills/study-discuss/SKILL.md

Use when the user wants to discuss a craft, business, or mindset workshop they're studying — pulls the distilled material into a structured conversation. Designed for periodic course-correction on business-of-publishing and writer-mindset topics that don't belong in writing-time tooling. Trigger on "discuss [topic]", "let's talk about [Dean's workshop X]", "study [topic]", "course correct on [topic]", "what does Dean say about [topic]", "I want to think through [topic]".

tic-auditskills/tic-audit/SKILL.md

Use when the user wants the book-wide repetition count — phrases, tells, and openers that recur across scenes — or after any multi-scene edit pass. Trigger on "tic audit", "tic sweep", "repetition scan", "n-gram", "what am I overusing", "run the lint", "prose lint", "AI tells", "before I compile, check repetition".

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "fiction-writer",
  "version": "2.3.1",
  "description": "Discovery writing system for fiction authors. Intent-driven skills for scene writing, worldbuilding, session tracking, search, and manuscript compilation.",
  "author": {
    "name": "Lakshmi Narasimhan P",
    "url": "https://github.com/badri"
  },
  "homepage": "https://github.com/badri/novel-claude",
  "repository": "https://github.com/badri/novel-claude",
  "license": "MIT",
  "keywords": [
    "fiction",
    "writing",
    "novel",
    "discovery-writing",
    "worldbuilding",
    "manuscript",
    "pulp-fiction",
    "creative-writing",
    "authoring"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fiction-writer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fiction-writer)