codedrobe/codedrobe-adapter-dev
Add, inspect, repair, or validate CodeDrobe Core adapters for Chromium/Electron AI desktop applications. Use when supporting a new app, updating Codex or WorkBuddy compatibility after an app release, discovering installation paths or CDP targets, selecting stable DOM landmarks, adding renderer profiles or transactional host settings, recording lastVerified versions, or writing adapter and real-renderer tests.
npx skills add https://github.com/CodeDrobe/skills --skill codedrobe-adapter-dev
Work in the @codedrobe/core repository. Keep the adapter lightweight and prove selectors against a real installed application; never infer renderer compatibility from an app name, executable path, or screenshot alone.
lastVerified./json/list, select the actual renderer, and run codedrobe dom snapshot on every relevant route to collect privacy-preserving semantic DOM evidence.rootAny should block (it doubles as the boot detector); declare panels the app can hide — sidebars in popped-out or collapsed windows — as recommended, since compatibility is judged per window.10. Update lastVerified only after real-app verification succeeds, including the observed version/build and date.
codedrobe probe --app <id> --theme <package>.any lists.lastVerified.app.asar, code signatures, WindowsApps ownership, or user authentication data.127.0.0.1 and reject occupied custom ports instead of killing unknown processes.body * in adapters.Take codedrobe/codedrobe-adapter-dev from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.