skills/kart-io/picture-book-wizard/SKILL.md
A specialized skill for generating high-quality, consistent children's bilingual picture books using 'banana nano'. Supports 18 visual styles across 4 categories (7 core children's book styles, 5 atmospheric styles, 5 Chinese cultural styles, 1 specialized), 12 scenes (5 nature + 7 cultural), age-driven dynamic content system (ages 3-12), and expanded learning domains (science, math, history, psychology, etc.). Use when the user wants to create picture book stories, prompts, or learning materials.
npx skillsauth add aiskillstore/marketplace picture-book-wizardInstall 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.
A professional picture book creation skill that generates bilingual (Chinese/English) educational content with optimized image prompts for the 'banana nano' generator.
专业的绘本创作技能,生成中英双语教育内容,并为 'banana nano' 生成器优化图像提示词。
| Language | File | Description |
|----------|------|-------------|
| English | SKILL-en.md | Full documentation in English |
| 中文 | SKILL-zh.md | 完整中文文档 |
Usage / 用法: /picture-book-wizard [style] [scene] [age] [pages-optional] [character-optional] [soul-optional]
# Age-Based Generation / 基于年龄生成
/picture-book-wizard watercolor meadow 4
/picture-book-wizard clay forest 8 5
/picture-book-wizard nianhua kitchen 10 7 xiaoming
# With Soul Elements / 带灵魂元素
/picture-book-wizard watercolor forest 8 yueyue emotion:curious
/picture-book-wizard storybook meadow 5 theme:friendship
# With Multi-Character / 带多角色
/picture-book-wizard watercolor kitchen 6 yueyue with:grandma theme:family
| Category | Styles |
|----------|--------|
| Core / 核心 | storybook, watercolor, gouache, crayon, colored-pencil, clay, paper-cut |
| Atmospheric / 氛围 | dreamy, fairytale, collage, fabric, felt |
| Chinese Cultural / 中国文化 | ink, ink-line, nianhua, porcelain, shadow-puppet |
| Specialized / 专业 | tech |
| Character | Age | Personality |
|-----------|-----|-------------|
| yueyue 悦悦 | 5yo | Curious and gentle / 好奇温柔 (Default) |
| xiaoming 小明 | 6yo | Adventurous and energetic / 爱冒险有活力 |
| lele 乐乐 | 3yo | Cheerful and innocent / 开朗天真 |
| meimei 美美 | 4yo | Creative and imaginative / 有创意爱想象 |
Please refer to the language-specific files:
SKILL-en.mdSKILL-zh.mddevelopment
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.