All releases
v1.6.72026-06-05

Codex / OpenCode skills now install to their real discovery paths — and `claude-design` runs on all three channels.

Codex / OpenCode skills now install to their real discovery paths — and claude-design runs on all three channels.

  • Correct channel paths. install-skills installed Codex skills to .codex/skills/ and OpenCode skills to a flat .opencode/agents/<name>.md. Neither matches the agents' actual discovery rules, so those skills were effectively invisible. Now:
    • Codex → .agents/skills/<name>/SKILL.md (official path per developers.openai.com/codex/skills).
    • OpenCode → .opencode/skills/<name>/SKILL.md (folder skills per opencode.ai/docs/skills).
    • Both are folder layouts, so multi-file skills install with their scripts/ and references/ intact.
  • claude-design is no longer Claude-Code-only. Its primary backend is Playwright (a node-only, agent-agnostic Chrome driver), so it works from Codex and OpenCode too. x-omd-channels now lists all three. The claude-in-chrome path remains a Claude-Code-only fallback.
  • Note: if you previously installed for Codex/OpenCode, the old .codex/skills/ and .opencode/agents/ files are now stale — re-run install-skills and delete the old copies. OpenCode also reads ~/.claude/skills/, so a --global install already surfaces skills there.