mirror of
https://github.com/modelstudioai/skills.git
synced 2026-09-19 04:50:42 +08:00
c26ea9c52a
* 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>
10 lines
94 B
Plaintext
10 lines
94 B
Plaintext
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
.tmp/
|
|
|
|
node_modules/
|
|
.agents/
|
|
.skills.json
|
|
skills-lock.json
|
|
.claude/ |