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 agentmods add skills/annondeveloper/ui-kit/tier-guidenpx skills add annondeveloper/ui-kit --skill tier-guidegit clone --depth 1 https://github.com/annondeveloper/ui-kitWhat 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 | $0.00043 | $0.00451 |
| Opus 5 | $0.00022 | $0.00226 |
| Sonnet 5 | $0.00009 | $0.00090 |
| Haiku 4.5 | $0.00004 | $0.00045 |
Grade A, and why
tier-guide 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.
What it actually says
UI Kit Weight Tier Guide
Help choose the right tier for: $ARGUMENTS
Decision Matrix
| Question | Lite | Standard | Premium |
|---|---|---|---|
| Bundle size critical? | Yes | Moderate | No |
| Need animations? | No | Yes | Yes (enhanced) |
| Need spring physics? | No | No | Yes |
| Need aurora glow/particles? | No | No | Yes |
| Need form engine? | No | Yes | Yes |
| Need container queries? | No | Yes | Yes |
| Framework? | Any (CSS-only) | React 19 | React 19 |
Import Paths
// Lite — CSS-only wrappers, ~0.3-1.2 KB each
import { Button, Card, Badge } from '@annondeveloper/ui-kit/lite'
// Standard — full features, ~2-5 KB each (DEFAULT)
import { Button, Card, Badge } from '@annondeveloper/ui-kit'
// Premium — aurora effects, ~3-6 KB each
import { Button, Card, Badge } from '@annondeveloper/ui-kit/premium'
Mixing Tiers
You can mix tiers in the same app:
import { Button } from '@annondeveloper/ui-kit/premium' // Hero CTA — premium
import { Card } from '@annondeveloper/ui-kit' // Cards — standard
import { Badge } from '@annondeveloper/ui-kit/lite' // Badges — lite (many on page)
Bundle Impact
| Tier | Single Component | Full Library |
|---|---|---|
| Lite | 0.3-1.2 KB | ~18 KB |
| Standard | 2-5 KB | ~163 KB |
| Premium | 3-6 KB | ~180 KB |
Tree-shaking works across all tiers — import only what you use.
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.
- 2d ago First seen · 54 lines · 43 tokens per session scan A 5b22493469ab
tier-guide is a skill published in the GitHub repository annondeveloper/ui-kit (0 stars, last pushed 2mo ago), licensed MIT. It adds 43 tokens to every session and 451 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-31.
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…
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…
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.
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.
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…
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…