workbuddy-theme-manager
Installation
SKILL.md
Manage WorkBuddy themes
Use the bundled Node.js runtime only. Do not install or invoke CodeDrobe, another theme CLI, an MCP server, or an application patcher. Never modify WorkBuddy.app, app.asar, or the WorkBuddy user profile.
Run commands from this skill directory.
Convert a Codex theme
node scripts/workbuddy-theme.mjs convert /absolute/theme.codex-theme
After codex-theme-installer downloads a published theme into the local library, convert it directly by id without exporting an intermediate package:
node scripts/workbuddy-theme.mjs convert-installed <theme-id>
Also accept an absolute installed source directory in place of the id. Prefer convert-installed for the download-to-WorkBuddy chain.