name: bloxodes-wiki-writing
description: Write one Bloxodes Roblox game wiki hub final.json after brief approval. Use for /wiki/ page copy, metadata, tips_md, controls_json, cover_image, and wiki_pages final.json output.
Bloxodes Wiki Writing
Use this after bloxodes-wiki-research and parent approval. Wiki hubs explain one Roblox game clearly.
Workflow
- Read the approved
brief.md. - Create or update:
tmp/content-workspace/<game-slug>/wiki/<game-slug>/
brief.md
final.json
- Write
final.jsonforwiki_pages. - Parse JSON before returning.
Writing Rules
write in a simple language that anyone can undestand and follow through.
Write for Roblox players like a Roblox player who gathered the wiki for everyone to check.
Do not write about sources, dataset, or what this page is about.
Do not write about your actions. Always focus on the game and players.
Start with what the player does in the game.
Keep
tips_mdto 3-4 useful gameplay tips.Fill
controls_jsononly with verified controls. If controls cannot be verified, leave it empty and make sure the gap is listed inbrief.md.Do not rewrite catalog blurbs inside a wiki task. Use catalog skills for catalog copy.
Do not pad with generic Roblox controls or generic beginner advice.
Field Jobs
universe_id: Link the wiki to the exact Roblox universe.slug: Use the editorial game slug.title: Use the simple hub pattern<Game> Wiki.seo_title: Keep it close to the title and readable in search.meta_description: Say what the hub helps players check or understand.tips_md: Write 3-4 concrete gameplay tips that help a new or returning player.controls_json: Write only verified game controls. Keep unverified controls out of public copy.cover_image: Use a suitable game image when available.game_description_md: When included in the workflow, explain the normal game loop and core systems for the visible wiki summary.
Output Shape
{
"universe_id": 0,
"slug": "",
"title": "",
"seo_title": "",
"meta_description": "",
"tips_md": "",
"controls_json": [],
"cover_image": null,
"game_description_md": "",
"is_published": true
}