component-finder

A helper for finding the right component in the UI Kit by name, feature, or use case across 147 components.

In plain words
What is it for?
Use it when building forms, layouts, overlays, data views, monitoring screens, or animated interface elements.
Why use it?
It avoids guessing which widget to use and can provide the component's full usage documentation after finding a match.

Skill for Claude CodeCodex

Part of the ui-kit plugin — 5 skills, 2 agents, 1 hook 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/annondeveloper/ui-kit/component-finder
Any agent
npx skills add annondeveloper/ui-kit --skill component-finder
Clone the repo
git clone --depth 1 https://github.com/annondeveloper/ui-kit

Made for: Claude Code, Codex.

Or install ui-kit, the plugin that ships this one along with the rest of its 5 skills, 2 agents, 1 hook.

Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 425 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.00063 $0.00425
Opus 5 $0.00032 $0.00212
Sonnet 5 $0.00013 $0.00085
Haiku 4.5 $0.00006 $0.00042

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

Security

Grade A, and why

component-finder 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 2d 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.

plugins/claude-code/skills/component-finder/SKILL.md · 33 lines

What it actually says

UI Kit Component Finder

Find the right component from @annondeveloper/ui-kit for: $ARGUMENTS

Use the list_components and search_components MCP tools to find components. Then use get_component to get full API docs.

Quick Reference — Component Categories

Primitives: Button, Badge, Card, Checkbox, ColorInput, Divider, Progress, RadioGroup, Rating, Select, Slider, ToggleSwitch, Tooltip Forms: FormInput, OtpInput, TagInput, SearchInput, DatePicker, TimePicker, FileUpload, Combobox, PasswordInput Layout: AppShell, Navbar, Sidebar, Breadcrumbs, Tabs, Accordion, Pagination, Stepper Overlays: Dialog, Drawer, Sheet, Popover, DropdownMenu, ConfirmDialog, Toast Data: DataTable, SmartTable, TreeView, SortableList, InfiniteScroll, DiffViewer, JsonViewer Monitoring: MetricCard, Sparkline, ThresholdGauge, UptimeTracker, UtilizationBar, TimeSeriesChart, HeatmapCalendar Animation: BackgroundBeams, MeteorShower, Ripple, ShimmerButton, TextReveal, FlipWords, EncryptedText

Weight Tiers

Tier Import Best For
Lite @annondeveloper/ui-kit/lite Smallest bundle, CSS-only, no animations
Standard @annondeveloper/ui-kit Full features, motion, theming, a11y
Premium @annondeveloper/ui-kit/premium Aurora glow, spring physics, particles

Always recommend the tier that matches the user's needs. Default to Standard.

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. 2d ago First seen · 33 lines · 63 tokens per session scan A 64d3220f633e

Subscribe to this mod's changes

component-finder is a skill published in the GitHub repository annondeveloper/ui-kit (0 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 425 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

flaim-fantasy

Use when a user wants analysis of a Flaim-connected ESPN, Yahoo, or Sleeper fantasy league, or help with Flaim setup, capabilities, or permissions. This includes rosters, standings, matchups, available players, transactions, historical seasons, and lineup, waiver, or trade advice. Do not use for generic sports news…

jdguggs10/flaim · 100 tokens

mcp-migration

Diagnose and carry out the migration of an MCP server to the 2026-07-28 specification — the revision that made the transport stateless, formalized OAuth 2.1, and deprecated the logging, sampling, and roots capabilities. Use this skill whenever someone mentions migrating, upgrading, or checking an MCP server against…

AlpayC/mcp-migration-check · 162 tokens

activity-brief

Give a time-bucketed league activity briefing on recent fantasy moves, including who moved who, when, and why. Use when the user explicitly wants a transaction roundup or invokes /activity-brief.

jdguggs10/flaim · 44 tokens

analyze-matchup

Analyze the current fantasy matchup with scores, remaining players or games, and a fact-based forecast. Use when the user explicitly wants a matchup-state breakdown or invokes /analyze-matchup.

jdguggs10/flaim · 42 tokens

debug-webhook-signature

Diagnose why an inbound webhook signature fails to verify, and write correct verification code for a named provider. Use when a signature check rejects real traffic, when a webhook works in a provider's test console but not against your server, or when you are implementing verification for Stripe, GitHub, Shopify…

webhook-co/webhook · 112 tokens

gw1-build-assistant

Use when the user asks about Guild Wars 1 (the original 2005 game, not GW2) — designing or reviewing skill bars, decoding or producing template codes (strings like "OgCjkurIrSuXaXPXBYihygvlYcA"), hero team composition, skill lookups or comparisons, or pasting a paw-ned2 team blob ("pwnd0001..."). Use the gw1-mcp tools…

Graphmaxer/gw1-mcp · 127 tokens