From fiction
Review chapters for coherence, cheesiness, consistency, pace, tone, and character. Suggests specific rewrites.
npx claudepluginhub howells/fiction --plugin fictionThis skill uses the workspace's default tool permissions.
Review chapters using the chapter-reviewer agent.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
Review chapters using the chapter-reviewer agent.
/fiction:review # Review most recent chapter
/fiction:review 5 # Review chapter 5
/fiction:review all # Review all drafted chapters
/fiction:review 3-7 # Review chapters 3 through 7
/fiction:review chapters/08.md # Review specific file
If arguments provided: $ARGUMENTS
Spawn one chapter-reviewer agent directly. This is the fast path — no coordinator overhead.
If no chapter is specified:
The review includes:
After review: ask "Would you like me to apply these rewrites and output the revised chapter?"
all, range like 3-7, or 2+ chapters)Delegate to the review-coordinator agent instead of spawning chapter-reviewers directly. This prevents context overflow on large manuscripts.
review-coordinator agent via Task tool:
Task tool with subagent_type: "fiction:review-coordinator"
prompt: "Review [all / chapters 3-7] in [project path]"
review-report.md to the project rootAfter coordinator returns:
review-report.md. Want me to show a specific chapter's review or apply rewrites?"review-report.mdGather context:
Spawn a single chapter-reviewer agent with all context. Let it review and present results interactively.
If issues are found, you'll be asked: "Would you like me to apply these rewrites and output the revised chapter?"
Say yes to get the complete revised chapter with all changes applied.