By funivan
Claude Code skills for generating children's books — story ideas, characters, chapters, cover images, and EPUB export
Конвертувати папку з markdown файлами у формат EPUB для читалок.
Згенеруй повну історію, послідовно створюючи всі сцени з файлу book-idea.txt.
Generate book cover (cover.jpeg) or chapter image (sN.jpg) from book folder text via Unsplash; optional label on cover only.
Generate story ideas from original.txt by presenting plot options for selection, then creating a structured book-idea.txt.
Analyze original.txt and create structured character descriptions in characters.txt file.
A Claude Code plugin for generating children's books — from story ideas to full chapters, character profiles, cover images, and EPUB exports.
| Skill | Description |
|---|---|
generate-story-idea | Analyze source material and generate structured story ideas with plot variants for user selection |
prepare-characters | Extract and structure character descriptions from source text |
generate-full-story | Generate a complete multi-chapter story sequentially, one chapter per agent |
generate-image | Create book covers or chapter illustrations via Unsplash API with ImageMagick processing |
convert-md-to-epub | Merge markdown chapter files into a single EPUB ebook |
write-bug | Create structured bug reports with reproduction steps and environment details |
Run these commands inside Claude Code:
/plugin marketplace add funivan/book-writer
/plugin install book-writer@funivan-book-writer
After installation, all skills are available as /book-writer:generate-story-idea, /book-writer:prepare-characters, etc.
To update the plugin later:
/reload-plugins
Core skills only need Claude Code and a Bash shell (macOS or Linux). Some skills require additional tools:
| Tool | Required by | macOS | Linux |
|---|---|---|---|
pandoc | convert-md-to-epub | brew install pandoc | apt install pandoc |
imagemagick | generate-image | brew install imagemagick | apt install imagemagick |
jq | generate-image | brew install jq | apt install jq |
coreutils | convert-md-to-epub | brew install coreutils | included by default |
Create a .env file with API keys used by the image skill:
echo "UNSPLASH_API_KEY=your_unsplash_access_key" > .env
Skills are invoked inside Claude Code using the / prefix or by describing the task in natural language:
# Generate a story idea from source material
/generate-story-idea
# Prepare character profiles
/prepare-characters
# Generate the full story
/generate-full-story --book_folder books/my-book --original_file books/original.txt
# Generate a book cover
/generate-image
# Convert to EPUB
/convert-md-to-epub
# File a bug report
/write-bug --title "Issue title" --description "What went wrong"
When installed as a plugin, prefix skills with the plugin name:
/book-writer:generate-story-idea
/book-writer:convert-md-to-epub
The typical book generation workflow:
original.txtbook-idea.txtcharacters.txts1-*.md, s2-*.md, ...)cover.jpeg and chapter images.epubSee CONTRIBUTING.md for project structure, CI details, and local validation instructions.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub funivan/book-writerSend emails with attachments via Mailjet API
A suite of cross-referenced skills and CLI maintenance tools for end-to-end story writing powered by markdown. Covers story initialization, character management, worldbuilding, plot structure, chapter writing, revision, validation, reporting, indexing, word counts, and manuscript export.
AI-native publishing system — autonomous multi-phase workflows from ideation to EPUB/PDF. Fiction, non-fiction, technical, screenplay, poetry, game, academic, and custom genres.
AI 웹소설 창작 하네스. 18개 전문 에이전트와 10개 스킬로 기획→설계→집필→윤문→재작성 전 과정을 자동화. Web novel creation harness with end-to-end automation from planning to publishing.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns