Oma Frontend

React/Next.js/Angular frontend agent enforcing shadcn primitives, design tokens, and FSD-lite conventions.

Works with setup

Test report

Verdict
Works with setup
Score
9.6/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 05d905e

Ran a real baseline-vs-skill product-card build: the skill version alone caught 5 concrete convention violations the baseline shipped (missing 'use client' on an interactive component, hardcoded Tailwind colors instead of design tokens, hardcoded UI text instead of i18n, raw div/button instead of shadcn primitives, non-kebab-case filename) — but the skill body itself points to '../../rules/frontend.md' and '../_shared/*' outside its own folder, so a plain single-skill cp -r misses mandatory-read files.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Oma Frontend does

A frontend specialist sub-agent for React, Next.js, and Angular/TypeScript codebases that enforces shadcn/ui primitives, design-token usage, i18n string sourcing, and a Next.js 16 proxy.ts (never middleware.ts) convention. Triggers on UI, component, layout, CSS/Tailwind, shadcn, Angular, or RxJS requests and ships resources for tech stack, Tailwind rules, and Angular RxJS marble-test policy.

How to install Oma Frontend

git clone https://github.com/first-fluke/oh-my-agent
cd oh-my-agent
mkdir -p ~/.claude/skills
cp -r .agents/skills/oma-frontend ~/.claude/skills/oma-frontend

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Oma Frontend

  • /oma-frontend React/Next.js/Angular frontend agent enforcing shadcn primitives, design tokens, and FSD-lite conventions.

It also activates on plain-language prompts like these:

  • Build this component using our shadcn primitives and design tokens
  • Add a new Next.js page following our FSD-lite folder conventions
  • Wire up this Angular form with RxJS and our proxy.ts routing setup

Frequently asked questions

Is the Oma Frontend skill free?
Yes. The skill itself is free from first-fluke/oh-my-agent. SkillProof publishes the install command and an independent test verdict at no cost.
Does Oma Frontend work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Ran a real baseline-vs-skill product-card build: the skill version alone caught 5 concrete convention violations the baseline shipped (missing 'use client' on an interactive component, hardcoded Tailwind colors instead of design tokens, hardcoded UI text instead of i18n, raw div/button instead of shadcn primitives, non-kebab-case filename) — but the skill body itself points to '../../rules/frontend.md' and '../_shared/*' outside its own folder, so a plain single-skill cp -r misses mandatory-read files.
What is the Oma Frontend SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Oma Frontend?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Oma Frontend with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.