Add create-book standalone plugin#34
Open
sapanparikh18 wants to merge 3 commits intomainfrom
Open
Conversation
…ce code Introduces a new command that analyzes a codebase and produces a comprehensive technical book with a polished Astro website. The command orchestrates 7 phases (exploration, positioning, structure, writing, review, revision, source audit) and outputs markdown chapters to book/docs/ with a web reader in book/web/. Includes reusable Astro templates adapted from the litellm-book reference site with dark/light theme, mermaid diagram zoom, and data-driven navigation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Create-book has no dependency on bee's workflow (no state tracking, agents, skills, or triage). It serves a different audience (anyone documenting a codebase) with its own 7-phase workflow and Astro templates. Cleaner as an independent plugin with its own release cycle. - Move command and templates from bee/ to create-book/ - Add plugin.json manifest and CLAUDE.md - Remove create-book entry from bee's CLAUDE.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dinesh-Girbide
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What it does
/create-book:create-book <source-dir>runs:Output
book/docs/— Markdown chapters (300-800 lines each, "Apply This" patterns)book/web/— Astro website with dark/light theme, mermaid diagram zoom, chapter navigationPlugin structure
Test plan
claude --plugin-dir create-book//create-book:create-bookon a small codebasebook/docs/andbook/web/are created after outline approvalcd book/web && bun run devserves the site🤖 Generated with Claude Code