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

Open Source Vigil Tool Addresses Agent Identity Problem in OpenClaw Ecosystem
An OpenClaw user building a web service discovered agent traffic indistinguishable from human users, prompting development of Vigil - an open source identity layer based on W3C DID that provides cryptographic credentials and behavioral history for agents.

OpenClaw vs Hermes: Different Design Philosophies for AI Agents
OpenClaw is a multi-channel gateway connecting WhatsApp, Telegram, Discord, Slack, and iMessage with a massive skill ecosystem, while Hermes is a learning agent that evaluates tasks, saves patterns as reusable skills, and builds a model of your workflow over time.

MCP Server Indexes Codebases into Knowledge Graph for 10x Token Reduction
A new MCP server called codebase-memory-mcp parses codebases into a persistent knowledge graph using tree-sitter, reducing token usage by at least 10x for structural queries. Benchmarked across 35 real-world repositories, it replaces file-by-file exploration with graph queries.

Local AI Development with Qwen3.6-27B and Opencode on a 5090
A Reddit user shares their experience switching from cloud AI coding tools (Claude Code, Cursor) to a local setup using Opencode + llama-server + Qwen3.6-27B at 128K context on a single RTX 5090, citing freedom from usage limits and account risks.