book-voice-polish

Scan book chapters for deterministic patterns and apply Opus judgment for voice fixes.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/BioInfo/builder-leader-book --skill book-voice-polish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: book-voice-polish
Source: https://github.com/BioInfo/builder-leader-book/tree/main/.claude/skills/book-voice-polish
Command: npx skills add https://github.com/BioInfo/builder-leader-book --skill book-voice-polish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opus, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for voice consistency and quality in the book "The AI Exoskeleton," ensuring a polished and professional tone across all chapters.

Core Features & Use Cases

  • Voice Polishing: Performs a mechanical scan for issues like em-dashes, banned words, and structural patterns, followed by Opus judgment to fix violations.
  • Clause-and-Sentence-Level Editing: Ensures no structural changes are made, preserving the original argument flow.
  • Use Case: After the draft phase, use this Skill to clean up and refine the voice of the book's chapters, enhancing readability and consistency.

Quick Start

Run the book-voice-polish skill on chapter 5 to apply voice polishing.

Frequently Asked Questions about book-voice-polish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I polish book chapters for voice consistency without changing the original argument flow?

Voice polishing uses a mechanical scan for deterministic patterns and Opus judgment for clause-and-sentence-level fixes, ensuring nonfiction readability without making structural changes to the argument flow.

Does book voice polishing require the Opus model to run?

Yes, voice polishing requires the Opus model for judgment tasks, alongside Python scripts for scanning deterministic patterns like em-dashes and banned words during the text analysis process.

What's the best way to detect banned words and em-dashes in nonfiction writing?

The best way to detect banned words and em-dashes is a mechanical scan using Python scripts, which identifies deterministic patterns before applying Opus judgment to fix violations in nonfiction writing.

Can I use voice polishing on any nonfiction writing draft?

Voice polishing applies to nonfiction writing drafts, focusing on maintaining authorial voice and readability by cleaning up and refining chapters after the draft phase without altering structural arguments.

How does mechanical text scanning work with Opus judgment for language processing?

Mechanical text scanning works with Opus judgment by first using Python scripts to find deterministic structural patterns, followed by Opus evaluating and fixing clause-and-sentence-level text issues.