kaneo: Skill for Claude Code

.agents/skills/pick-ui-library/SKILL.md

pick-ui-library is a skill for Claude Code, Codex from usekaneo/kaneo. It costs 61 tokens per session (1,121 once invoked), scanned A, a copy of pick-ui-library, MIT.

A lookup guide for choosing one recommended frontend library for a specific interface task, such as charts, toast messages, drag-and-drop, or virtualized lists.

In plain words
What is it for?
Use it when deciding which library to use for a frontend component or interaction.
Why use it?
It reduces time spent comparing dependencies and checks whether the project already uses a suitable library.

Skill for Claude CodeCodex

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is usekaneo/kaneo's own configuration. It tells Claude Code and Codex how to work on kaneo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kaneo configures →

About the project

Kaneo is an open-source project-management application for organizing work with kanban boards, issues, and issue tracking. Teams use it to manage projects, and its self-hosted design lets them keep the application and data under their control. The catalogue contains skills, rules, instructions, and an MCP integration for working with Kaneo.

usekaneo/kaneo · 8,992 stars · on GitHub · kaneo.app

Reuse

Borrowing it

Nothing to install: this file belongs to usekaneo/kaneo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/usekaneo/kaneo/main/.agents/skills/pick-ui-library/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/usekaneo/kaneo

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 pick-ui-library

README.md
[![agentmods](https://agentmods.dev/badge/skills/usekaneo/kaneo/pick-ui-library.svg)](https://agentmods.dev/skills/usekaneo/kaneo/pick-ui-library)
Your own site
<a href="https://agentmods.dev/skills/usekaneo/kaneo/pick-ui-library"><img src="https://agentmods.dev/badge/skills/usekaneo/kaneo/pick-ui-library.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,121 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00061 $0.01121
Opus 5 $0.00030 $0.00561
Sonnet 5 $0.00012 $0.00224
Haiku 4.5 $0.00006 $0.00112

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

Security

Grade A, and why

pick-ui-library 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 8d 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.

Origin

This is a copy

100% identical to pick-ui-library — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/pick-ui-library/SKILL.md · 78 lines

How it starts

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

Picking The Right Library

A lookup skill. When invoked with a task ("I need toasts", "what should I use for drag and drop?"), match the task to the curated list below and recommend the library. These are deliberate, taste-driven picks — don't substitute alternatives outside this list unless the user asks for one or the task genuinely isn't covered.

How to use this

  1. Identify the task, not the library the user named. "I need to show a dropdown" is a UI-primitives task (base-ui), even if they asked about something else.
  2. Check what's already installed. Look at package.json first. If the project already uses a listed library, use it. If it uses a competitor (e.g. react-window instead of Virtuoso), flag the recommendation but don't churn the dependency without being asked.
  3. Recommend one library, state what it's for in one sentence, and install/wire it up if that's part of the request. Don't present a menu of options when the list has a clear answer.
  4. If the task isn't covered by the list, say so explicitly and recommend from your own knowledge — but be clear you've left the curated list.

The list

UI components & primitives

Task Library
Unstyled, accessible UI components (dialogs, popovers, menus, selects…) base-ui
Command menus (⌘K palettes) cmdk
Toasts / notifications Sonner
One-time password / verification code inputs input-otp
Customizable GUIs / control panels Levadialkit is an alternative

Motion & visuals

Task Library
General-purpose animation (springs, layout animations, enter/exit) motion (Framer Motion)
Animating numbers (counters, prices, stats) NumberFlow
Animated text components torph
3D globes Cobe
Dynamic OG images (HTML/CSS → SVG/PNG) Satori
Syntax highlighting shiki

Read the full file on GitHub · 78 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. 8d ago First seen · 78 lines · 61 tokens per session scan A 4b889bd6c083

Subscribe to this mod's changes

pick-ui-library is a skill published in the GitHub repository usekaneo/kaneo (8,992 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 1,121 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to pick-ui-library, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

component-tester

Run Vitest tests for a specific component with coverage. Use when making changes to React components to ensure tests pass and coverage is maintained.

motormetrics/motormetrics · 31 tokens

nextjs-app-router

Full end-to-end tRPC setup for Next.js App Router. Covers route handler with fetchRequestHandler (GET + POST exports), TRPCProvider with QueryClientProvider, createTRPCOptionsProxy for RSC prefetching, HydrateClient/HydrationBoundary for hydration, useSuspenseQuery for Suspense, and server-side callers.

trpc/trpc · 74 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens

react-query-setup

Set up @trpc/tanstack-react-query with createTRPCContext(), TRPCProvider, useTRPC() hook, queryOptions/mutationOptions factories, query invalidation via queryClient.invalidateQueries with queryFilter, and type inference with inferInput/inferOutput.

trpc/trpc · 60 tokens

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

magic-ui

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

magicuidesign/magicui · 56 tokens