skills/comic-book/SKILL.md
Format AI-generated comic pages into print-ready PDFs for Amazon KDP. Upscales images to 300 DPI, adds bleed, converts RGB to CMYK, assembles interior PDF, generates pricing recommendation with explanation, and produces KDP metadata. Use when the user says "comic-book", "format comic", "KDP book", "prepare book for print", or wants to process comic pages for publishing.
npx skillsauth add asets-gobizit/claude-skills comic-bookInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Formats AI-generated (or hand-drawn) comic book pages into print-ready PDFs for Amazon KDP publishing.
comic_book.py -- Main pipeline script
python "C:\Users\dansk\.claude\skills\comic-book\comic_book.py" <input_folder> [--series <name>] [--output <folder>]
python "C:\Users\dansk\.claude\skills\comic-book\comic_book.py" "path/to/pages" --series fluffy-mcwhiskers
| Arg | Required | Description |
|-----|----------|-------------|
| input_folder | Yes | Folder with page images (Page 0.png, Page 1.png, etc.) |
| --series / -s | No | Series name (loads bible.json for metadata) |
| --output / -o | No | Output folder (default: input_folder/Comic-output/) |
| --config / -c | No | Custom config.json path |
Takes AI-generated pages and produces KDP-ready output:
Will add: clean, analyze (Claude Vision), colorize (DALL-E), review loop.
| File | Purpose |
|------|---------|
| interior.pdf | Print-ready interior -- drag into KDP |
| pricing.txt | Price recommendation with cost breakdown and reasoning |
| metadata.txt | Title, keywords, categories template for KDP |
| upscaled/ | Upscaled RGB pages for review |
| formatted/ | CMYK TIFF pages (print-ready) |
Series bibles in series/<name>/bible.json store character descriptions, art style, and color palettes for consistent multi-book production.
Available series:
fluffy-mcwhiskers -- Fluffy McWhiskers by Ethan Li Nissanibrave-bear -- Ethan and the Brave Bear (planned)Pillow (pip install Pillow)fpdf2 (pip install fpdf2)data-ai
Automated backup skill for PKA + Obsidian + Claude memory. Snapshots pka.db (via SQLite .backup so WAL is handled safely), the Obsidian vault, Claude memory files, agent profiles, and the help-content Excel into a single timestamped zip in Zoho WorkDrive. Daily/weekly/monthly retention rotation built in. USE WHEN Danny says "backup", "run backup", "snapshot pka", or to recover from a snapshot.
testing
Run any question, idea, or decision through a council of 5 AI advisors who independently analyze it, peer-review each other anonymously, and synthesize a final verdict. Based on Karpathy's LLM Council methodology, packaged as the stress-test skill. MANDATORY TRIGGERS: 'stress-test this', 'stress test this', 'pressure-test this', 'pressure test this', 'war room this', 'council this', 'run the council', 'debate this'. STRONG TRIGGERS (use when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown' is not a stress-test question). DO trigger when the user presents a genuine decision with stakes, multiple options, and context that suggests they want it pressure-tested from multiple angles.
content-media
Weekly scan of Obsidian vault for empty/low-content notes. Moves them to zToBeDeleted/ for user review. Use when the user says "tidy obsidian", "clean obsidian", "obsidian cleanup", or on scheduled weekly run.
development
Design-first website builder. Accepts a Claude Design export (HTML or screenshot) as a visual blueprint, collects business inputs, calls Claude API to generate a design-matched index.html, and publishes to GitHub Pages. Falls back to vibe-based generation if no design is provided. Use when the user says "make-website-design", "design website", "build from design", or provides a Claude Design export for website generation.