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

✍️ OpenClawRadar📅 Published: March 23, 2026🔗 Source
Open Source Book Genesis: 20 Claude Code Skills for Autonomous Book Writing
Ad

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.

Ad

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

Ad

👀 See Also

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support
Tools

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support

A developer built a Power Automate MCP server that expanded from 12 to 108 tools, covering Dataverse CRUD via OData, SharePoint management via Graph, Power Apps versioning, environment administration, and cross-platform support for Windows, macOS, and Linux.

OpenClawRadar
OpenClaw Memos Plugin Addresses Memory Handoff Issues in AI Coding Agents
Tools

OpenClaw Memos Plugin Addresses Memory Handoff Issues in AI Coding Agents

A Reddit user shares how the Claude code leak highlighted problems with memory handoff in AI coding agents, where bloated transcripts cause issues during model switching. They implemented the memos plugin in OpenClaw with selective recall strategy to compress recent work and drop stale tool calls.

OpenClawRadar
Local Memory System for AI Coding Tools Extracts 2,600+ Facts from Conversation Logs
Tools

Local Memory System for AI Coding Tools Extracts 2,600+ Facts from Conversation Logs

A developer built a local memory layer that ingests conversation logs from Claude Code, Factory.ai, and Codex CLI, extracts structured facts using a local LLM, and auto-injects context into new sessions. After months of use, it has indexed 13,000+ messages and extracted 2,600+ facts.

OpenClawRadar
ClawNet: Peer-to-Peer AI Agent Network Without API Keys
Tools

ClawNet: Peer-to-Peer AI Agent Network Without API Keys

ClawNet is a peer-to-peer network that allows AI agents to collaborate directly without API keys or platform fees. Installation is via a curl script, and features include a task bazaar, shell economy, and knowledge network.

OpenClawRadar