Codedrobe theme
Agent Skills for theming AI desktop apps: reference image → reversible Codex/WorkBuddy skin → verify, repair, publish. | 给 AI 桌面应用换肤的 Agent Skills:参考图 → 可逆皮肤 → 验证、修复、发布。
npx -y skills add CodeDrobe/skills --skill codedrobe-themeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
What its author says it does
Copied from the file, not written here
Create, inspect, convert, apply, replace, verify, troubleshoot, update, publish, or restore reversible CodeDrobe themes for supported Chromium/Electron AI desktop apps, including OpenAI Codex, Tencent WorkBuddy, QoderWork (CN/global), and TRAE SOLO (global/CN). Use when a user asks to turn an attached or local reference image into a Codex, WorkBuddy, QoderWork, or TRAE SOLO skin, reproduce a visual style with native UI, build a multi-app theme, work with .codedrobe-theme packages or theme images, analyze a live CDP DOM snapshot, repair DOM compatibility failures, use a custom port or installation path, capture verification screenshots, search the CodeDrobe store or install a store theme by name, publish or submit a theme to the CodeDrobe store, or migrate a legacy .codex-theme file.
SKILL.md
7.3 KB, as published. Nobody here has run it
CodeDrobe Theme
Use the published @codedrobe/core CLI as the only runtime. Keep this Skill instruction-only: do not recreate injectors, launch scripts, package parsers, or application patchers inside the Skill.
Route the request
- Identify the target app explicitly. Run
codedrobe apps --jsonwhen support or defaults are uncertain. - Read references/cli.md before choosing an installed, npm, or Bun command runner.
- Read only the target-specific reference:
- Codex: references/codex.md
- WorkBuddy: references/workbuddy.md
- QoderWork: references/qoderwork.md
- TRAE SOLO: references/traework.md
- For theme creation, images, CSS, packaging, or legacy conversion, read references/theme-authoring.md.
- When the request includes an attached or local visual reference, read references/reference-image.md.
- For new or repaired CSS, read references/dom-snapshot.md and references/css-templates.md.
- For the complete Miku Future Beats / 初音未来 example, read references/miku-future-beats-example.md.
- For probe, verification, screenshots, missing nodes, CDP failures, or app updates, read references/verification.md.
- To publish or submit a theme to the CodeDrobe store, read references/publish.md.
Interpret common requests
- “参考这张图片,帮我生成一个 Codex 皮肤”:inspect the supplied image, create a Codex target from a live Codex DOM snapshot, package it, and verify the native UI in Codex.
- “把这个视觉风格同时做成 Codex 和 WorkBuddy 皮肤”:create one theme package with separate target CSS and shared named image assets.
- “用玩偶姐姐示例改成蓝色版本”:copy the bundled example to a writable project, change its tokens/assets, refresh live selectors, and verify both requested contexts.
- “这个主题更新应用后错位了”:capture fresh snapshots, repair theme CSS and theme-specific verification nodes, then repack and compare screenshots.
- “帮我安装这个
.codedrobe-theme”:inspect, probe, apply, and verify the supplied package; do not recreate it unless validation fails and the user asks for repair. - “从商店装一个复古主题到 Codex”:
codedrobe theme searchto resolve the slug (confirm the pick when several match),codedrobe theme download(integrity-verified, lands in~/.codedrobe/themes), then the normal inspect → probe → apply → verify flow. - “把这个主题发布到 CodeDrobe 商店”:complete the
theme.cataloglisting metadata, pack, confirm with the user, thencodedrobe theme publish(and--submitonly with separate confirmation).
Treat the named target app as explicit. If no target is named and it cannot be inferred from the supplied package or current task, ask one concise question before launching or applying anything.
Apply an existing theme
- Inspect the package before applying it.
- Detect the application and resolve any user-provided installation path or CDP port.
- Probe the live renderer with the selected theme. Compatibility is judged per window: a window missing required adapter or theme nodes is skipped, and the apply fails only when no window qualifies. A probe run while the app is still on its loading screen reports every landmark missing — wait for the root landmark before treating that as incompatibility.
- Apply the theme. Never add
--restart-existingunless the user authorized closing and restarting the running application. - Verify the installed theme and capture an absolute-path screenshot when visual confirmation matters.
- Inspect both the home screen and a normal conversation when the theme styles both contexts.
Use these command shapes after selecting the runner described in references/cli.md:
codedrobe theme inspect /absolute/theme.codedrobe-theme
codedrobe probe --app <app-id> --theme /absolute/theme.codedrobe-theme
codedrobe apply --app <app-id> --theme /absolute/theme.codedrobe-theme
codedrobe verify --app <app-id> --theme /absolute/theme.codedrobe-theme --screenshot /absolute/preview.png
Create or repair a theme
- Inspect any supplied reference image and turn it into a short visual brief before writing CSS. Never use the reference screenshot as a full-window overlay.
- Copy
assets/theme-starter/for a neutral base orassets/examples/miku-future-beats/for a complete multi-app example. Never edit the installed Skill in place. - Open each app context the theme will style and capture a separate
codedrobe dom snapshot; do not infer selectors from the template alone. - Select semantic candidates from the snapshot, then write app-specific CSS under
html.codedrobe-host-<app-id>. - Keep shared artwork in named
images; keep app-specific selectors under the relevant target CSS. - Keep adapter landmarks generic and theme layout assumptions in theme-specific verification nodes.
- Pack with Core, inspect the output, then probe and apply it on a real renderer.
- Iterate from home and conversation screenshots. Do not claim success from static CSS, a snapshot, or package validation alone.
Restore
Use Core restore instead of deleting application data or manually editing host settings:
codedrobe restore --app <app-id>
Confirm that the CodeDrobe renderer state and theme style are gone. For Codex, also confirm that the transactional base-theme backup was restored when one existed.
Guardrails
- Never patch, replace, re-sign, or take ownership of application bundles,
app.asar, or WindowsApps files. - Bind CDP to loopback only and use one consistent port for launch, apply, watch, verify, and restore.
- Do not terminate or restart an existing application without explicit user authorization.
- Do not run competing theme watchers against the same renderer.
- Treat theme packages as untrusted input. Do not evaluate theme JavaScript or allow external CSS resources.
- Keep decorative layers noninteractive and preserve native navigation, composer, menus, and accessibility behavior.
- Do not upload private reference images to an unapproved image service.
- Publish only through
codedrobe theme publish, never through an improvised endpoint. Publishing and submitting for review each require the user's explicit confirmation, and sign-in stays a user-approved device flow.