frontend-ui-functional

frontend-ui-functional is a skill for Claude Code, Codex from victorGPT/vibeusage. It costs 42 tokens per session (801 once invoked), scanned A, original, MIT.

A workflow guide for building functional React, Vite, and Tailwind user interfaces. React is a library for interface components, Vite is a web development tool, and Tailwind is a styling system.

In plain words
What is it for?
Building or refactoring pages, templates, and component libraries with consistent structure, styling, accessibility, and performance checks.
Why use it?
It gives developers a repeatable way to organize UI, use shared style values, check accessibility, and consider performance.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/victorgpt/vibeusage/frontend-ui-functional
Any agent
npx skills add victorGPT/vibeusage --skill frontend-ui-functional
Clone the repo
git clone --depth 1 https://github.com/victorGPT/vibeusage

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 frontend-ui-functional

README.md
[![agentmods](https://agentmods.dev/badge/skills/victorgpt/vibeusage/frontend-ui-functional.svg)](https://agentmods.dev/skills/victorgpt/vibeusage/frontend-ui-functional)
Your own site
<a href="https://agentmods.dev/skills/victorgpt/vibeusage/frontend-ui-functional"><img src="https://agentmods.dev/badge/skills/victorgpt/vibeusage/frontend-ui-functional.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 801 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.00801
Opus 5 $0.00021 $0.00400
Sonnet 5 $0.00008 $0.00160
Haiku 4.5 $0.00004 $0.00080

Measured 4d ago against content hash 533a04cc4c3e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frontend-ui-functional 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (assets/snippets/zustand-store.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/public/frontend-ui-functional/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frontend UI Functional

Overview

Provide a lightweight, repeatable workflow for functional React/Vite/Tailwind UI using structure, tokens, accessibility, and performance-ready patterns plus reusable snippets.

Project Overlay (Required)

If the repo contains docs/skills/frontend-ui-functional/project-overlay.md, read and apply it before starting. Project-specific rules override this skill.

When to Use

  • Building new UI pages, templates, or component libraries in React/Vite/Tailwind.
  • Standardizing layout, token usage, a11y/accessibility, and performance practices across UI.
  • Shipping functional UI quickly without skipping baseline a11y/perf checks.

When Not to Use

  • Pure copywriting/content strategy tasks.
  • Non-React or non-Tailwind stacks.
  • Deep visual branding exploration (use the frontend-design skill).

Workflow (Minimum Pass)

  1. Project overlay checkdocs/skills/frontend-ui-functional/project-overlay.md (if present)
  2. Structure firstreferences/atomic-design.md
  3. Apply styling tokensreferences/styling-tokens.md
  4. A11y passreferences/a11y-checklist.md
  5. Performance + state passreferences/perf-and-state.md
  6. Tooling + QAreferences/tooling.md

If time is tight, do a thin pass of each step rather than skipping a11y/perf.

Quick Reference

Need Use
Project overlay docs/skills/frontend-ui-functional/project-overlay.md (if present)
Structure system references/atomic-design.md
Tokenized styling references/styling-tokens.md
Accessibility/a11y references/a11y-checklist.md
Performance + state references/perf-and-state.md
QA tooling references/tooling.md
Reusable UI snippets assets/snippets/*

Read the full file on GitHub · 90 lines

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. 4d ago First seen · 90 lines · 42 tokens per session scan A 533a04cc4c3e

Subscribe to this mod's changes

frontend-ui-functional is a skill published in the GitHub repository victorGPT/vibeusage (131 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 801 once invoked, about $0.0002 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

ui-design

Designs, builds, and audits UI in React, Next, and Tailwind: visual direction, Tailwind implementation, dark-mode and responsive retrofits, and a rule-based audit of built frontends covering state gaps, data loss, focus and keyboard failures, accessibility markup, layout resilience, and AI-slop tells, with file:line…

mblode/agent-skills · 241 tokens

light-frontend-design

Light 按需工程技能·前端设计:把模糊的「做个好看的界面」落成能跑的 React/Tailwind/shadcn 代码 + 设计决策说明—— 有视觉记忆点(signature element)、风格自洽(design tokens 一致)、适配场景(学术海报/数据大屏/管理后台/移动端/营销 landing 信息密度各不同)、反「一眼 AI」(紫蓝渐变/Inter/16px 圆角/巨型 hero/居中堆叠/emoji 标题)、视觉无障碍(WCAG 2.2)。 何时用:竞赛作品/项目演示/科研系统界面要做网页或应用 UI / 要改造现有前端 / 要选设计系统或配色或字体 / 要做 dashboard·后台·landing·移动端…

Light0305/Light-skills · 459 tokens

creative-tim-ui

Creative Tim UI block library assistant. Use when adding, generating, or modifying UI blocks/components/pages from creative-tim.com/ui. Covers design philosophy (minimalism, the 95% rule, research-first), block discovery, both CLI install methods, PRO API key setup, and Creative Tim design rules (orange brand…

creativetimofficial/ui · 91 tokens

frontend-patterns

Context enrichment for frontend UI development using shadcn/ui and Tailwind CSS. Use when building component libraries, implementing UI designs, theming, or working with accessible React components.

rsmdt/the-startup · 40 tokens

designer-skills

Designer subsystem patterns for LlamaFarm. Covers React 18, TanStack Query, TailwindCSS, and Radix UI.

llama-farm/llamafarm · 30 tokens