docs(readme): list novel-game in first-party skills (#33 follow-up)
Add a row for the novel-game skill (PR #33 by @lishengzxc, merged 2026-06-23)
to the first-party skills tables in both README.md and README.zh.md.
* feat: add novel-game skill for interactive fiction generation
Converts novels/stories into browser-based interactive fiction games
(React SPA) with AI-generated video portraits, cutscenes, programmatic
audio, and branching storylines. Uses `bl` CLI for video generation
and `bl text chat` for LLM-assisted story design.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(novel-game): add image/TTS/save/mobile support, remove bl text chat
- Asset mode: video / image (`bl image generate`) / mixed — user chooses
- Optional TTS narration via `bl speech synthesize`
- Save system: auto-save + 3 manual slots (localStorage)
- Mobile-first: portrait layout, touch events, safe-area, 44px targets
- Video lazy loading: preload=none, memory release on scene exit
- Parallel asset generation: --async + bl video download batch mode
- Ken Burns effect for image-mode cutscenes
- Remove bl text chat — agent itself handles story generation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: update API Key link to direct management page + add Prerequisites section
* fix: update API Key link in Chinese README + add 前置条件 section
* fix: add API Key and CLI links to bailian-docs-llm-wiki Prerequisites
* fix: add API Key link to spark-video Troubleshooting section
Interactive prompt studio for HappyHorse 1.0 video generation.
Guides users through 4-phase scenario discovery (manga drama,
character PV, panel motion, virtual idol MV) and assembles
production-ready prompts in JP/CN/EN with proper lip-sync,
R2V character consistency, and cost estimates.
Includes SKILL.md, README.md, and README.zh.md.