install
source · Clone the upstream repo
git clone https://github.com/Yeachan-Heo/oh-my-codex
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Yeachan-Heo/oh-my-codex "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/frontend-ui-ux" ~/.claude/skills/yeachan-heo-oh-my-codex-frontend-ui-ux && rm -rf "$T"
manifest:
skills/frontend-ui-ux/SKILL.mdsource content
Frontend UI/UX Command
Routes to the designer agent or Gemini MCP for frontend work.
Usage
/frontend-ui-ux <design task>
Routing
Preferred: MCP Direct
Before first MCP tool use, call
ToolSearch("mcp") to discover deferred MCP tools.
Use mcp__g__ask_gemini with agent_role: "designer" for design tasks.
If ToolSearch finds no MCP tools, use the Codex agent fallback below.
Fallback: Codex Agent
delegate(role="designer", tier="STANDARD", task="{{ARGUMENTS}}")
Capabilities
- Component design and implementation
- Responsive layouts
- Design system consistency
- Accessibility compliance
Task: {{ARGUMENTS}}