eng-ui-vite-react

eng-ui-vite-react is a skill for Claude Code, Codex from oodaris/autocodex. It costs 17 tokens per session (221 once invoked), scanned A, original, MIT.

A guide for building user interfaces with React, a JavaScript interface library, and Vite, a tool for developing and bundling web apps.

In plain words
What is it for?
Use it to create or update the UI, connect it to the local API, define views and data loading, and run the production build.
Why use it?
It lays out the expected routes, data connections, typed components, and build check for an autocodex web interface.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or update the UI, connect it to the local API, define views and data loading, and run the production build.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oodaris/autocodex/eng-ui-vite-react
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add oodaris/autocodex --skill eng-ui-vite-react
Clone the repo
git clone --depth 1 https://github.com/oodaris/autocodex

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eng-ui-vite-react

README.md
[![agentmods](https://agentmods.dev/badge/skills/oodaris/autocodex/eng-ui-vite-react.svg)](https://agentmods.dev/skills/oodaris/autocodex/eng-ui-vite-react)
Your own site
<a href="https://agentmods.dev/skills/oodaris/autocodex/eng-ui-vite-react"><img src="https://agentmods.dev/badge/skills/oodaris/autocodex/eng-ui-vite-react.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 221 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00221
Opus 5 $0.00009 $0.00111
Sonnet 5 $0.00003 $0.00044
Haiku 4.5 $0.00002 $0.00022

Measured 7d ago against content hash 009cbcf308f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

eng-ui-vite-react scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/eng-ui-vite-react/SKILL.md · 46 lines

What it actually says

UI: React + Vite

Repo anchors (autocodex)

  • UI_PATH: web/
  • API_CONTRACT: docs/contracts/local-api.openapi.yaml

When to use

  • Implementing or updating the UI.

Preconditions

  • API contract exists.

Inputs to confirm

  • Target routes and data models
  • Performance constraints

Required artifacts

  • Typed components
  • API client module
  • Build passes

Quick path

  • Scaffold components.
  • Wire API client.
  • Run npm run build.

Steps

  1. Define routes and data loading.
  2. Implement components with typed props.
  3. Add a basic build check.

Failure modes and responses

  • No API contract: stop and define the contract first.

Definition of done

  • UI builds and renders core views.

Example (minimal)

  • View: runs list reading from /runs.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 46 lines · 17 tokens per session scan A 009cbcf308f0

Subscribe to this mod's changes

eng-ui-vite-react is a skill published in the GitHub repository oodaris/autocodex (16 stars, last pushed 6mo ago), licensed MIT. It adds 17 tokens to every session and 221 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

moai-design-tools

Design tool integration specialist covering Figma MCP, Pencil renderer, and Pencil-to-code export. Use when fetching design context from Figma, rendering Pencil designs, or exporting to React/Tailwind code.

modu-ai/moai-adk · 45 tokens

moai-domain-uiux

UI/UX design systems specialist covering accessibility, icons, theming, design tokens, and user experience patterns. Use when working on design systems, WCAG compliance, ARIA patterns, or dark mode theming.

modu-ai/moai-adk · 49 tokens

openforms-mui

Author, render, preview and debug OpenForms FormSchemaJSON form definitions as idiomatic, themed, accessible MUI (React). Use when the user wants to design an OpenForms form, render an OpenForms schema with Material UI, convert an OpenForms JSON schema into a React MUI form, preview a form schema, or debug…

BlackBeltTechnology/pi-agent-dashboard · 131 tokens

canvas-webapp

Render a React/Vite (or any bundled) web app on the pi-dashboard canvas, which loads loopback URLs in a sandboxed opaque-origin iframe. Use when a canvas(target:{kind:"url"|"server"}) target shows up blank white, an empty surface, or a /live/ 500 ECONNREFUSED. Covers why Vite dev servers and non-CORS static servers…

BlackBeltTechnology/pi-agent-dashboard · 99 tokens

web-3d-react-three-fiber

React Three Fiber (R3F) 3D rendering — Canvas, meshes, materials, lights, cameras, animations, events, physics, post-processing, performance.

agents-inc/skills · 42 tokens

web-data-fetching-graphql-apollo

Apollo Client GraphQL patterns - useQuery, useMutation, cache management, optimistic updates, subscriptions.

agents-inc/skills · 28 tokens