Open Source Book Genesis: 20 Claude Code Skills for Autonomous Book Writing

Book Genesis is an open-source system of 20 specialized Claude Code skills that autonomously produces complete, publish-ready manuscripts from a single idea.
Key Details
The system operates through a 14-phase autonomous pipeline that handles research, character development, writing, evaluation, and revision. It includes several specific features:
- Chaos Engine: A skill designed to break AI predictability patterns between phases
- Genesis Score V3.7: A scoring system calibrated against 15 bestsellers representing over 350 million copies sold
- Anti-AI patterns: 20 techniques to make the output read as if written by a human
- Editorial package: Generates synopsis, query letter, and back-cover copy alongside the manuscript
The system has produced a 68,000-word memoir that scored 9.0/10 on the Genesis Score. A publishing consultant reviewed it blind and reported that the voice felt genuinely human.
How to Use
To run the system, use the following command in Claude:
/book-auto en "your book idea here"This command runs all 14 phases autonomously, pausing three times for user approval. Everything else is automatic.
Additional Resources
- Free playbook: Available at https://github.com/PhilipStark/book-genesis/releases/tag/playbook-v1 with complete methodology covering genre selection, KDP publishing, and marketing
- GitHub repository: https://github.com/PhilipStark/book-genesis
The creator is open to questions about the pipeline or Genesis Score methodology.
📖 Read the full source: r/ClaudeAI
👀 See Also

Pilot Protocol: Networking Layer for OpenClaw Agents
Pilot Protocol is an open-source networking layer that handles connectivity between OpenClaw agents across different machines. It provides permanent virtual addresses, encrypted UDP tunnels, and NAT traversal without VPNs or ngrok.

Claude Code Logs Every Session to Disk — Here's How to Index and Recall Them
Claude Code writes every session turn to ~/.claude/projects/ as JSONL. One user indexed 1026 sessions (57MB, 76K turns) into SQLite+FTS5 with an MCP server for search and thread recall across sessions.

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

TREX: Greptile's AI Code Reviewer That Runs Your Code
TREX is a code execution layer built into Greptile's AI code review. It runs the code and shows screenshots, logs, and traces for bugs static analysis misses.