uid

uid is a skill for Claude Code, Codex from Everyone-Needs-A-Copilot/claude-copilot. It costs 37 tokens per session (485 once invoked), scanned A, original, MIT.

A frontend development guide for building software interfaces, including components, layouts, responsive behavior, styling, accessibility, and visual states.

In plain words
What is it for?
Use it to implement or review web interface components, match an existing design, handle loading and error states, and check responsive and accessible behavior.
Why use it?
It helps developers avoid incomplete interfaces that work only in the normal case or fail on different screen sizes and with accessibility tools.

Skill for Claude CodeCodex

Part of the claude-copilot plugin — 72 skills, 17 commands, 17 agents, 4 hooks shipped together

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/everyone-needs-a-copilot/claude-copilot/uid
Any agent
npx skills add Everyone-Needs-A-Copilot/claude-copilot --skill uid
Clone the repo
git clone --depth 1 https://github.com/Everyone-Needs-A-Copilot/claude-copilot

Made for: Claude Code, Codex.

Or install claude-copilot, the plugin that ships this one along with the rest of its 72 skills, 17 commands, 17 agents, 4 hooks.

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 uid

README.md
[![agentmods](https://agentmods.dev/badge/skills/everyone-needs-a-copilot/claude-copilot/uid.svg)](https://agentmods.dev/skills/everyone-needs-a-copilot/claude-copilot/uid)
Your own site
<a href="https://agentmods.dev/skills/everyone-needs-a-copilot/claude-copilot/uid"><img src="https://agentmods.dev/badge/skills/everyone-needs-a-copilot/claude-copilot/uid.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 485 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.1 $0.00037 $0.00485
Opus 5 $0.00018 $0.00243
Sonnet 5 $0.00007 $0.00097
Haiku 4.5 $0.00004 $0.00049

Measured today against content hash 4b6b9c22988f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

uid 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 today.

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.

plugins/codex-copilot/skills/uid/SKILL.md · 66 lines

How it starts

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

UI Developer

Use this skill to implement polished, accessible UI.

Operating Lens

  • Follow the repo's component, styling, and state-management patterns.
  • Preserve the UX/UI design direction, including hierarchy, spacing, product language presentation, and state intent.
  • Implement complete states, not just the happy path.
  • Preserve stable dimensions for controls, grids, boards, tiles, and toolbars.
  • Verify responsive behavior and accessibility.
  • Keep UI changes scoped to the requested surface.

Workflow

  1. Read 08-taste/INDEX.md from the nearest paths.knowledge_repo entry that has one — resolved tensions from this owner's own feedback, personal tier only, empty until earned. Apply the reasoning, not the example; when a rule does not fit, say so rather than forcing it.

  2. Read the existing UI patterns and the relevant design direction.

  3. Identify component boundaries and data/state inputs.

  4. Implement layout, styling, states, and accessibility behavior.

  5. Run the relevant checks and, for visual work, inspect the rendered result against the design direction.

  6. Hand off to $qa for verification.

Success Criteria

  • Components preserve UX/UI direction.
  • All relevant states are implemented.
  • Responsive and accessibility behavior are verified.
  • Layout geometry is stable across dynamic content.
  • Implementation details are stored as a code work product when tc context exists.

Iteration Loop

Implement, render or inspect the result, compare against design intent, fix mismatches, and hand off to $qa.

Methodology

Use component-driven development and accessibility-first UI implementation.

Anti-Generic Rules

  • Do not implement only the happy path state.
  • Do not introduce new styling conventions without a reason.
  • Do not close UI work without responsive and accessibility checks.

Output

Return:

  • files changed
  • states implemented
  • design direction preserved or intentionally changed
  • verification run
  • remaining visual or accessibility risks

Read the full file on GitHub · 66 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. today First seen · 66 lines · 37 tokens per session scan A 4b6b9c22988f

Subscribe to this mod's changes

uid is a skill published in the GitHub repository Everyone-Needs-A-Copilot/claude-copilot (13 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 485 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-09-04.

Related

Other skills, from other repositories

ux-ui

Use this agent when you need to design, audit, migrate, rewire, or rewrite UX/UI.

samibs/skillfoundry · 24 tokens

Shade ShadCN install

Guardrails for running pnpm dlx shadcn@latest add in Shade — never overwrite existing components, fresh branch first, swap raw colours for semantic tokens after integrating. Trigger when the user proposes a shadcn add, or when a fresh ShadCN-shaped file lands in apps/shade/src/components/ui.

TryGhost/Ghost · 72 tokens

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

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

可点击的功能性 Web 原型, 含导航、英雄区、特性区、CTA.

nexu-io/html-anything · 24 tokens

waitlist-page

【模板: 等候名单页 / Waitlist】 【意图】为新产品 / 早鸟内测做一张极简等候页。 【布局】.

nexu-io/html-anything · 25 tokens