by CodeDrobe
Agent Skills for theming AI desktop apps: reference image → reversible Codex/WorkBuddy skin → verify, repair, publish. | 给 AI 桌面应用换肤的 Agent Skills:参考图 → 可逆皮肤 → 验证、修复、发布。
# Add to your Claude Code skills
git clone https://github.com/CodeDrobe/skillsskills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by CodeDrobe. Agent Skills for theming AI desktop apps: reference image → reversible Codex/WorkBuddy skin → verify, repair, publish. | 给 AI 桌面应用换肤的 Agent Skills:参考图 → 可逆皮肤 → 验证、修复、发布。. It has 190 GitHub stars.
skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/CodeDrobe/skills" and add it to your Claude Code skills directory (see the Installation section above).
skills is primarily written in CSS. It is open-source under CodeDrobe on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Installable Agent Skills for creating and managing reversible themes across supported Chromium/Electron AI desktop apps, including OpenAI Codex and Tencent WorkBuddy. Runtime behavior lives in @codedrobe/core; this repository contains concise workflows and app-specific guidance only.
Two Skills ship here:
codedrobe-theme — create, apply, verify, repair, restore, and publish themes. For users and theme authors.codedrobe-adapter-dev — adapter development workflows for Core maintainers and contributors.New apps are added as Core adapters, not as new Skills.
The installer command is npx skills (plural):
npx skills add CodeDrobe/skills \
--skill codedrobe-theme \
--global \
--agent codex \
--yes
--agent codex selects the AI agent that receives the Skill. It does not select the desktop app to theme — the target app is chosen later through codedrobe --app codex or codedrobe --app workbuddy. Maintainers install codedrobe-adapter-dev the same way, and npx skills add CodeDrobe/skills --list shows everything available.
After installing codedrobe-theme, attach a reference image when relevant and describe the target app. For example:
Use this reference image to create a Codex skin. Preserve the native interaction, create a portable theme package, and verify both the home and conversation screens in the real app.
Other useful requests:
.codedrobe-theme file in Codex.”The Skill uses the image for art direction and a privacy-preserving live CDP DOM snapshot for selectors — it styles the real application instead of overlaying a screenshot. Applying a theme may require launching the app with CDP enabled, and restarting a running app always requires your explicit approval.
The Skill drives the @codedrobe/core CLI; install it once (no-install runners like npx/bunx are covered inside the Skill):
npm install --global @codedrobe/core
codedrobe apps
Day-to-day commands — snapshot, apply, verify, restore — are run by the AI on your behalf. Publishing to the CodeDrobe store requires sign-in and your confirmation:
codedrobe auth login
codedrobe theme publish /absolute/theme.codedrobe-theme --submit
The installed codedrobe-theme Skill includes two copyable source resources:
assets/theme-starter/: a complete neutral Codex/WorkBuddy CSS starting point.assets/examples/doll-sister/: the complete Doll Sister / 玩偶姐姐 multi-app theme with generated hero and texture artwork.Templates are not permanent DOM contracts: the Skill captures a live codedrobe dom snapshot per app context, selects semantic nodes from it, then packs, probes, applies, screenshots, and repairs.
CodeDrobe/core: CLI, adapters, CDP runtime, host settings, package validation, and public API.CodeDrobe/desktop: visual theme manager built on Core.codedrobe theme publish: device-flow sign-in, server-side package validation, and review before a listing goes live.See CONTRIBUTING.md before adding or changing a Skill.
Instructions and documentation are available under the Apache License 2.0. Product names and trademarks belong to their respective owners. CodeDrobe is an independent project and is not endorsed by OpenAI or Tencent.