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 YuDefine/nuxt-supabase-starter --skill reka-uigit clone --depth 1 https://github.com/YuDefine/nuxt-supabase-starterWrote 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/yudefine/nuxt-supabase-starter/reka-ui)<a href="https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/reka-ui"><img src="https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/reka-ui/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/reka-ui"><img src="https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/reka-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00047 | $0.01251 |
| Opus 5 | $0.00023 | $0.00626 |
| Sonnet 5 | $0.00009 | $0.00250 |
| Haiku 4.5 | $0.00005 | $0.00125 |
Grade A, and why
reka-ui 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reka UI
Unstyled, accessible Vue 3 component primitives. WAI-ARIA compliant. Previously Radix Vue.
Current version: v2.8.0 (January 2026)
When to Use
- Building headless/unstyled components from scratch
- Need WAI-ARIA compliant components
- Using Nuxt UI, shadcn-vue, or other Reka-based libraries
- Implementing accessible forms, dialogs, menus, popovers
For Vue patterns: use vue skill
Available Guidance
| File | Topics |
|---|---|
| references/components.md | Component index by category (Form, Date, Overlay, Menu, Data, etc.) |
| components/*.md | Per-component details (dialog.md, select.md, etc.) |
Guides (see reka-ui.com): Styling, Animation, Composition, SSR, Namespaced, Dates, i18n, Controlled State, Inject Context, Virtualization, Migration
Loading Files
Consider loading these reference files based on your task:
- references/components.md - if browsing component index by category or searching for specific components
DO NOT load all files at once. Load only what's relevant to your current task.
For styled Nuxt components built on Reka UI: use nuxt-ui skill
Key Concepts
| Concept | Description |
|---|---|
asChild |
Render as child element instead of wrapper, merging props/behavior |
| Controlled/Uncontrolled | Use v-model for controlled, default* props for uncontrolled |
| Parts | Components split into Root, Trigger, Content, Portal, etc. |
forceMount |
Keep element in DOM for animation libraries |
| Virtualization | Optimize large lists (Combobox, Listbox, Tree) with virtual scrolling |
| Context Injection | Access component context from child components |
What ships with it
53 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- components.md 5.0 KB
- components/accordion.md 1.5 KB
- components/alert-dialog.md 2.2 KB
- components/aspect-ratio.md 311 B
- components/avatar.md 798 B
- components/calendar.md 3.8 KB
- components/checkbox.md 887 B
- components/collapsible.md 875 B
- components/combobox.md 5.1 KB
- components/config-provider.md 311 B
- components/context-menu.md 5.7 KB
- components/date-field.md 1.4 KB
- components/date-picker.md 5.7 KB
- components/date-range-field.md 1.4 KB
- components/date-range-picker.md 5.3 KB
- components/dialog.md 2.1 KB
- components/dropdown-menu.md 6.0 KB
- components/editable.md 2.3 KB
- components/focus-scope.md 413 B
- components/hover-card.md 2.1 KB
- components/label.md 223 B
- components/listbox.md 2.9 KB
- components/menubar.md 6.0 KB
- components/navigation-menu.md 3.1 KB
- components/number-field.md 1.4 KB
- components/pagination.md 2.0 KB
- components/pin-input.md 1012 B
- components/popover.md 2.6 KB
- components/presence.md 62 B
- components/primitive.md 66 B
- components/progress.md 806 B
- components/radio-group.md 1.2 KB
- components/range-calendar.md 3.3 KB
- components/rating.md 2.9 KB
- components/scroll-area.md 1.2 KB
- components/select.md 4.3 KB
- components/separator.md 300 B
- components/slider.md 1.3 KB
- components/splitter.md 1.6 KB
- components/stepper.md 2.1 KB
- components/switch.md 756 B
- components/tabs.md 1.4 KB
- components/tags-input.md 2.1 KB
- components/time-field.md 85 B
- components/toast.md 2.3 KB
- components/toggle-group.md 1005 B
- components/toggle.md 471 B
- components/toolbar.md 1.7 KB
- components/tooltip.md 2.3 KB
- components/tree.md 2.1 KB
- components/visually-hidden.md 230 B
- references/components.md 6.9 KB
- scripts/generate-components.ts 17 KB runs code
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.
- 11d ago First seen · 144 lines · 47 tokens per session scan A 4ebe886a4893
reka-ui is a skill published in the GitHub repository YuDefine/nuxt-supabase-starter (45 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 1,251 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.
Other skills, from other repositories
ranui
Use when building UI with the ranui web-component library (elements like , , , , ) or its fluent DOM builder (ranui/builder — Div/View/Span/signal/createEffect/EventManager). Covers the import map, the full element inventory, conventions, accessibility, and where the authoritative API reference lives.
create-wot-ui-theme
A workflow for creating one SCSS file that defines and mounts a custom Wot UI theme. SCSS is a CSS format with extra features for organizing styles.
export-component-to-other-repo
Port a component from nextjs-css-agent-components into a different repo without losing the design-system precision. Use when the user says "copy this component to ", "lift Button into ", "bring the Thin layout over", or otherwise wants a faithful transplant of one or more components from this codebase. Carries over…
astro-strapi-starter
Develop and extend the Astro + Strapi starter: content.config with @sensinum/astro-strapi-loader, Strapi 5 data in Astro pages, StrapiBlocks, BlockRenderer, Tailwind 4, shadcn. Covers onboarding (copy upstream skills), slug/CMS routes, Astro i18n, package upgrades, optional Vitest. Types in src/types/strapi/ with a…
verify-ui
Verify UI implementation against Stitch design via a token audit (HTML ↔ Code, with X-component default-render checks) and an X-components compliance check.
v0
Generate and iterate on UIs/apps with Vercel v0 via the v0 Platform API. Use when building a frontend with v0, calling the v0 API/SDK, or spending v0 credits.