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.
npx skills add oodaris/autocodex --skill eng-ui-vite-reactgit clone --depth 1 https://github.com/oodaris/autocodexWrote 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.
[](https://agentmods.dev/skills/oodaris/autocodex/eng-ui-vite-react)<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>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.
| Model | Per session | Once 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 |
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.
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
- Define routes and data loading.
- Implement components with typed props.
- 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.
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.
- 7d ago First seen · 46 lines · 17 tokens per session scan A 009cbcf308f0
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.
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.
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.
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…
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…
web-3d-react-three-fiber
React Three Fiber (R3F) 3D rendering — Canvas, meshes, materials, lights, cameras, animations, events, physics, post-processing, performance.
web-data-fetching-graphql-apollo
Apollo Client GraphQL patterns - useQuery, useMutation, cache management, optimistic updates, subscriptions.