v1.6.72026-06-05Codex / 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-skillsinstalled 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 perdevelopers.openai.com/codex/skills). - OpenCode →
.opencode/skills/<name>/SKILL.md(folder skills peropencode.ai/docs/skills). - Both are folder layouts, so multi-file skills install with their
scripts/andreferences/intact.
- Codex →
claude-designis no longer Claude-Code-only. Its primary backend is Playwright (anode-only, agent-agnostic Chrome driver), so it works from Codex and OpenCode too.x-omd-channelsnow lists all three. Theclaude-in-chromepath 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-runinstall-skillsand delete the old copies. OpenCode also reads~/.claude/skills/, so a--globalinstall already surfaces skills there.

