AI Agent Hub
Back to skills
Galgame Creation Pack icon

Galgame Creation Pack

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_4143f1de/galgame.

About this skill

Problem

Building a clickable Galgame by hand usually slows down on page structure rather than story: how choices jump, how endings resolve, and how to avoid duplicating branch logic. Galgame Creation Pack targets creators who already have a story concept and want to validate narrative structure quickly. It turns characters, scenes, choices, and endings into a runnable HTML single file, so you can prove the flow first and polish copy later.

How It Works

The skill parses the story concept into game nodes. Its core capability is generating a webpage with branch choices, multiple endings, and emoji CG. Typical inputs can include:
- Title and protagonist setup, e.g. Debugging by West Lake
- Scene progression, e.g. Late-night server room -> West Lake -> Crab shop
- Branch choices, e.g. Option A: help her fix code, Option B: take her for a walk
- Ending types, e.g. 2 HE, 2 BE, 1 NE

During execution, it builds choice nodes, jump relations, and ending pages, turning story logic into an interactive page. This fits narrative prototypes, lightweight demo pages, character-relationship demos, and early validation of whether branches hold up.

Boundaries

It is better suited to creators with a clear concept than to writers starting from scratch. If the input lacks scene order, branch choices, or ending definitions, the output may feel template-like. Audio, save state, complex animation, and polished direction still require further extension.

Use Cases

  • Turn ready character, scene, and branch notes into a clickable HTML page to test story structure.
  • Assemble late-night server room to West Lake scenes with code-fix or walk choices into 2 HE/2 BE demos.
  • Prepare a single HTML demo with emoji CG, choice jumps, and multiple endings for character interactions.
  • From a short story concept, create an interactive branch prototype first, then revise ending copy.

Best For

  • Narrative game writers who want existing scripts turned into clickable branch pages
  • Relationship designers who need HTML demos of character choices and multiple endings
  • Content planners who need interactive prototypes for interactive copy
  • Independent developers who want lightweight pages to test story branches