← All creators

zombico

User

A 3D factory for agents — local MCP server for Claude Code & Codex. Objects, walkable worlds and games as small re-runnable recipes; exports to HTML, Godot, Blender, STL/3MF. No account, no telemetry.

5 indexed · 0 Featured · 0 stars · avg score 62
Prolific

Categories

Indexed Skills (5)

AI & Automation Listed

find-unused-locale-keys

Find and (on confirmation) delete i18n message keys in control/messages/en.json that are no longer referenced anywhere in control/**. Uses deterministic, conservative static analysis of next-intl translator usage — zero false positives by design (never deletes a live key), at the cost of retaining a few dead keys that sit under dynamically-built key prefixes. Reports first; only deletes after you approve, and deletes from en.json ONLY — run /sync-locales afterward to propagate the removals to every other locale. Invoke as `/find-unused-locale-keys`.

0 Updated today
zombico
AI & Automation Listed

skull-study

Render an animal HEAD as a skull-shape turntable — an azimuth sweep (front → ¾ → lateral → back) plus top-down and under views, cropped to the head — so a skull reads correctly from EVERY angle, not just one. Catches the failure modes a single view hides (a hollow/open-tube face that only shows head-on, a pale interior scoop that only shows at ¾, a lopsided or over-long muzzle that only shows from above). Use before/after tuning any animal head, when adding a new species' skull, or after editing the skull/welded-head builders (figure-animal-skull.js, weldedSkull in figure-animal-skin.js). Invoke as `/skull-study <species|archetype>` or `/skull-study --recipe head.json`.

0 Updated today
zombico
AI & Automation Listed

sync-locales

Sync or regenerate control/messages/<locale>.json from en.json via the deterministic locale-sync helper — extract the unique-string todo, translate it (inline or one worker subagent at a time), mint and validate. One locale at a time, never parallel. Invoke as `/sync-locales <locale> [<locale> ...]` for an incremental sync, `/sync-locales --fresh <locale> ...` for full regeneration, and also to bootstrap brand-new locales (supersedes the old /translate-messages).

0 Updated today
zombico
AI & Automation Listed

view-svg

Rasterize SVG file(s) to PNG so they can be visually evaluated with the Read tool. Use whenever you need to *see* an SVG — illustration-experiment outputs under lite-template/integration/**/spike-output/, a stored sketch's SVG, or any .svg path. The Read tool renders PNG/JPG but not SVG; this bridges that gap. Invoke as `/view-svg <path|dir|glob>...`.

0 Updated today
zombico
AI & Automation Listed

write-catalyst

Draft a new mojulo catalyst (a curated workflow recipe shipped via MCP) into control/lib/mcp/catalysts/. Push back when the request isn't catalyst-shaped — when it's actually a mojulo protocol, a one-off user skill, a bot-side write, or too thin on mapping insight to earn a shelf spot. Invoke as `/write-catalyst` (the skill prompts for intent) or `/write-catalyst <one-line intent>`.

0 Updated today
zombico

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.