Codex skill for developing BrumaCity, an adult-only sandbox visual novel built with Monogatari, JavaScript, HTML, and CSS.
The skill helps agents create and maintain Monogatari projects with consistent structure, neutral naming, sandbox navigation, BrumaNet, map, quest log, gallery unlocks, route state, saves, and QA.
From this repository:
python C:\Users\elyam\.codex\skills\.system\skill-installer\scripts\install-skill-from-github.py --repo BeatrizAgent/monogatari-vn-dev --path . --name monogatari-vn-devRestart Codex after installing so the skill is picked up.
monogatari-vn-dev/
SKILL.md
references/
monogatari-project-structure.md
brumacity-conventions.md
asset-pipeline.md
qa-checklist.md
- Monogatari project structure
- Script and label organization
- Sandbox navigation
- BrumaNet internal interface
- Map, quest log, gallery, unlocks, and saves
- Neutral route and state conventions
- Prerendered asset organization
- UI customization with HTML/CSS/components
- QA for routes, choices, saves, assets, and unlocks
- Small milestone-based development
BrumaCity is NSFW, but this skill is designed to keep code professional and neutral.
- All characters must be clearly adults.
- Relationships must be consensual.
- No school-coded or age-ambiguous framing.
- No explicit adult prose in code, comments, filenames, commits, or tests.
- Use neutral names such as
adultScene,specialScene,intimacyEvent,galleryUnlock,relationshipRoute,trustLevel, androuteStage. - Keep adult content separated from engine logic.
Ask Codex to use monogatari-vn-dev when working on BrumaCity or another Monogatari sandbox VN:
Use monogatari-vn-dev to add a BrumaNet thread shell and gallery unlock flow.
The skill loads SKILL.md first, then reads reference files only when needed.