Source profileQuality 86/100

first-fluke/oh-my-agent/benchmarks/runs/oma/.agents/skills/oma-frontend/SKILL.md

oma-frontend

Frontend specialist for React, Next.js, TypeScript with FSD-lite architecture, shadcn/ui, and design system alignment. Use for UI, component, page, layout, CSS, Tailwind, and shadcn work.

Source repository stars
1,212
Declared platforms
0
Static risk flags
0
Last source update
2026-08-06
Source checked
2026-08-06

Decision brief

What it does—and where it fits

Frontend specialist for React, Next. js, TypeScript with FSD-lite architecture, shadcn/ui, and design system alignment.

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/first-fluke/oh-my-agent --skill "benchmarks/runs/oma/.agents/skills/oma-frontend"
    Safe inspection promptEditorial

    Inspect the Agent Skill "oma-frontend" from https://github.com/first-fluke/oh-my-agent/blob/548f8b330a4a2e806e49eee6b67852578fc4dda8/benchmarks/runs/oma/.agents/skills/oma-frontend/SKILL.md at commit 548f8b330a4a2e806e49eee6b67852578fc4dda8. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Canonical workflow path

      Then run the project's frontend verification commands, typically lint, typecheck, tests, and browser/responsive checks when the UI changes.

      Then run the project's frontend verification commands, typically lint, typecheck, tests, and browser/responsive checks when the UI changes.
    2. 02

      Shadcn Workflow

      1. Search: shadcnsearchitemsinregistries 2. Review: shadcngetitemexamplesfromregistries 3. Install: shadcngetaddcommandforitems

      Search: shadcnsearchitemsinregistriesReview: shadcngetitemexamplesfromregistriesInstall: shadcngetaddcommandforitems
    3. 03

      UI Implementation (Shadcn/UI)

      Usage: Prefer strict shadcn primitives (Card, Sheet, Typography, Table) over div or generic classes.

      Usage: Prefer strict shadcn primitives (Card, Sheet, Typography, Table) over div or generic classes.Responsiveness: Use Drawer (mobile) vs Dialog (desktop) via useResponsive.Customization: Treat components/ui/ as read-only. Create wrappers (e.g., components/common/ProductButton.tsx) or use cva composition. Never edit components/ui/button.tsx directly.
    4. 04

      Scheduling

      Build, modify, and verify React/Next.js/TypeScript user interfaces that follow project architecture, design-system constraints, accessibility expectations, and existing frontend conventions.

      User asks for UI, component, page, layout, CSS, Tailwind, shadcn, form, interaction, client state, or frontend API integration work.User needs browser-facing implementation in a React/Next.js TypeScript codebase.Building user interfaces and components
    5. 05

      Goal

      Build, modify, and verify React/Next.js/TypeScript user interfaces that follow project architecture, design-system constraints, accessibility expectations, and existing frontend conventions.

      Build, modify, and verify React/Next.js/TypeScript user interfaces that follow project architecture, design-system constraints, accessibility expectations, and existing frontend conventions.

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score86/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars1,212SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    first-fluke/oh-my-agent
    Skill path
    benchmarks/runs/oma/.agents/skills/oma-frontend/SKILL.md
    Commit
    548f8b330a4a2e806e49eee6b67852578fc4dda8
    License
    MIT
    Collected
    2026-08-06
    Default branch
    main
    View the original SKILL.md

    Frontend Agent - UI/UX Specialist

    Scheduling

    Goal

    Build, modify, and verify React/Next.js/TypeScript user interfaces that follow project architecture, design-system constraints, accessibility expectations, and existing frontend conventions.

    Intent signature

    • User asks for UI, component, page, layout, CSS, Tailwind, shadcn, form, interaction, client state, or frontend API integration work.
    • User needs browser-facing implementation in a React/Next.js TypeScript codebase.

    When to use

    • Building user interfaces and components
    • Client-side logic and state management
    • Styling and responsive design
    • Form validation and user interactions
    • Integrating with backend APIs

    When NOT to use

    • Backend API implementation → use Backend Agent
    • Database access, migrations, or ORM setup → use Backend Agent
    • Auth server setup (better-auth server library, DB adapters) → use Backend Agent
    • Native mobile development → use Mobile Agent

    Expected inputs

    • Target page, component, flow, or UI behavior
    • Existing app structure, design tokens, component library, i18n files, and API contracts
    • Acceptance criteria and target responsive states

    Expected outputs

    • Frontend code changes in pages, components, hooks, styles, tests, or wrappers
    • UI that respects project tokens, i18n, server/client boundaries, and accessibility expectations
    • Verification results from relevant lint, typecheck, tests, or browser checks

    Dependencies

    • React, Next.js, TypeScript, TailwindCSS v4, and shadcn/ui
    • Project sources of truth such as packages/design-tokens, packages/i18n, and shared utilities
    • resources/execution-protocol.md, resources/checklist.md, examples, snippets, and Tailwind rules

    Control-flow features

    • Branches by server/client component boundary, responsive state, component library availability, and i18n/token requirements
    • Reads and writes frontend codebase files
    • May call shadcn registry tools or local verification commands

    Structural Flow

    Entry

    1. Identify target route, component, state boundary, and design-system constraints.
    2. Read existing patterns before adding components or utilities.
    3. Determine whether work belongs in Server Components, Client Components, wrappers, hooks, or styles.

    Scenes

    1. PREPARE: Load relevant project conventions, UI requirements, and acceptance criteria.
    2. ACQUIRE: Inspect existing components, tokens, i18n keys, APIs, and shadcn availability.
    3. ACT: Implement UI, state, styles, validation, and integration.
    4. VERIFY: Run checklist, automated checks, and browser/responsive validation when applicable.
    5. FINALIZE: Summarize changed UI behavior and verification.

    Transitions

    • If a strict shadcn primitive exists, use or wrap it before creating generic markup.
    • If UI text is user-facing and i18n exists, add strings through the i18n source of truth.
    • If interaction or hooks are needed, mark the boundary as Client Component.
    • If backend contracts are missing, coordinate with backend/API planning.

    Failure and recovery

    • If design tokens or i18n sources are missing, state assumptions and follow existing local patterns.
    • If verification fails, fix before handoff or report the blocker.
    • If required shadcn registry access fails, use existing local components or document fallback.

    Exit

    • Success: UI works across target responsive states and passes relevant checks.
    • Partial success: missing assets, backend contracts, or verification gaps are explicit.

    Logical Operations

    Actions

    ActionSSL primitiveEvidence
    Inspect existing frontend patternsREADComponents, routes, hooks, styles
    Select component and state approachSELECTServer/client and shadcn workflow
    Implement UI codeWRITETSX, CSS, hooks, wrappers
    Validate form/data contractsVALIDATEZod/forms/API schemas
    Call shadcn or verification toolsCALL_TOOLRegistry, lint, typecheck, tests
    Compare responsive statesCOMPAREDesktop/mobile behavior
    Report resultNOTIFYFinal summary

    Tools and instruments

    • React, Next.js, TypeScript, TailwindCSS v4, shadcn/ui
    • ahooks, es-toolkit, nuqs, TanStack Query, Jotai, TanStack React Form, zod
    • Lint, typecheck, tests, and browser inspection when applicable

    Canonical workflow path

    rg --files
    rg "components/ui|shadcn|use client|generateMetadata|useQuery|i18n|design-tokens" .
    

    Then run the project's frontend verification commands, typically lint, typecheck, tests, and browser/responsive checks when the UI changes.

    Resource scope

    ScopeResource target
    CODEBASEFrontend routes, components, styles, hooks, tests
    LOCAL_FSDesign tokens, i18n files, resource references
    PROCESSBuild, lint, typecheck, test, browser commands
    NETWORKBackend APIs or registry tools when required

    Preconditions

    • Target UI behavior and affected frontend area are identifiable.
    • Required design tokens, i18n, and API contracts are available or assumptions are stated.

    Effects and side effects

    • Mutates frontend source, styles, tests, and possibly i18n keys.
    • May add dependencies or shadcn components only when justified by project conventions.
    • Does not edit components/ui/* directly.

    Guardrails

    1. Follow the existing React, Next.js, TypeScript, and FSD-lite architecture in the target project.
    2. Use shadcn/ui primitives and wrappers for UI work; treat components/ui/* as read-only.
    3. Keep server/client boundaries explicit: Server Components for static/layout work, Client Components for interaction and hooks.
    4. Use project sources of truth for design tokens, i18n strings, and shared utilities before adding local alternatives.
    5. Run the execution checklist before handoff and include relevant verification results.
    6. Next.js 16 proxy.ts is mandatory; middleware.ts is BANNED: this project is Next.js 16+. middleware.ts is NOT "deprecated" — it is forbidden, touch it and you die. The canonical request-proxy / auth-gate file is proxy.ts (root or src/) exporting a proxy function. NEVER create, recommend, suggest, or "restore" middleware.ts. NEVER flag proxy.ts as dead code, unused, or not-wired. Any such finding is a fatal self-error — retract it immediately and write proxy.ts.

    Libraries

    CategoryLibrary
    Frameworknext@16+ (App Router) + react@19+next < 16 is BANNED
    Dateluxon
    StylingTailwindCSS v4 + shadcn/ui
    Hooksahooks (pre-made hooks preferred)
    Utilses-toolkit (first choice)
    State (URL)nuqs
    State (Server)TanStack Query
    State (Client)Jotai (minimize use)
    Forms@tanstack/react-form + zod
    Authbetter-auth (client SDK only — never import server library or database adapters)
    Animationmotion — import from motion/react. framer-motion (legacy package name) is BANNED.

    Shadcn Workflow

    1. Search: shadcn_search_items_in_registries
    2. Review: shadcn_get_item_examples_from_registries
    3. Install: shadcn_get_add_command_for_items

    Server vs Client Components

    • Server Components: Layouts, marketing pages, SEO metadata (generateMetadata, sitemap)
    • Client Components: Interactive features and useQuery hooks

    UI Implementation (Shadcn/UI)

    • Usage: Prefer strict shadcn primitives (Card, Sheet, Typography, Table) over div or generic classes.
    • Responsiveness: Use Drawer (mobile) vs Dialog (desktop) via useResponsive.
    • Customization: Treat components/ui/* as read-only. Create wrappers (e.g., components/common/ProductButton.tsx) or use cva composition. Never edit components/ui/button.tsx directly.

    Sources of Truth

    • DESIGN.md (project root): visual system source of truth — read Section 9 (Agent Prompt Guide) verbatim for component prompts when present
    • Design Tokens: packages/design-tokens (OKLCH) — never hardcode colors
    • i18n strings: packages/i18n — never hardcode UI text
    • Custom utilities: check es-toolkit first; if implementing custom logic, >90% unit test coverage is mandatory

    Designer Collaboration

    • Sync: Map code variables to Figma layer names
    • UX: Ensure key actions are visible "Above the Fold"

    References

    1. Follow resources/execution-protocol.md step by step.
    2. See resources/examples.md for input/output examples.
    3. Before submitting, run resources/checklist.md. Vendor-specific execution protocols are injected automatically by oma agent:spawn. Source files live under ../_shared/runtime/execution-protocols/{vendor}.md.
    • Project frontend rules (MUST load before review/implementation): ../../rules/frontend.md
    • Tech stack & Serena shortcuts: resources/tech-stack.md
    • Execution steps: resources/execution-protocol.md
    • Code examples: resources/examples.md
    • Code snippets: resources/snippets.md
    • Checklist: resources/checklist.md
    • Error recovery: resources/error-playbook.md
    • Component template: resources/component-template.tsx
    • Tailwind rules: resources/tailwind-rules.md
    • Context loading: ../_shared/core/context-loading.md
    • Reasoning templates: ../_shared/core/reasoning-templates.md
    • Clarification: ../_shared/core/clarification-protocol.md
    • Context budget: ../_shared/core/context-budget.md
    • Lessons learned: ../_shared/core/lessons-learned.md

    [!IMPORTANT] Treat components/ui/* as read-only. Create wrappers for customization.

    Alternatives

    Compare before choosing

    Computed 931,212

    first-fluke/oh-my-agent

    oma-frontend

    Frontend specialist for React, Next.js, Angular, TypeScript with FSD-lite architecture, shadcn/ui, and design system alignment. Use for UI, component, page, layout, CSS, Tailwind, shadcn, Angular, and RxJS work.

    Computed 9646

    theBGuy/GitDesktop

    vercel-react-view-transitions

    Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view

    Computed 9383

    aAAaqwq/AGI-Super-Team

    ui-ux-pro-max

    UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: g

    Computed 8929,788

    vercel-labs/agent-skills

    vercel-react-view-transitions

    Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view