docs/skills
Sections
Components
Utilities
Forms
Hooks
Copy Markdown
Give your agent knowledge to ship correct components, patterns, and migrations.
This skill covers Shark UI components, patterns, and styling. Your assistant uses it to implement those pieces correctly in your project.
You can ask for something concrete:
pnpmbunnpmyarn
pnpm dlx skills add sharkui-inc/shark-ui
The public directory and leaderboard live at skills.sh.
The layout matches other mature UI skills: a compact entry file and deeper material you load only when the task needs it.
Your assistant gets a map of the registry: what to import, how parts nest, and where the sharp edges are. Overlays ( Dialog vs Sheet ), menus ( Menu vs Context Menu ), list controls ( Select vs Combobox with collections and filters), Field -driven forms, and Sidebar shells each have a short guide in the skill pack. That material stays aligned with the published component list in this project and the MDX on this site, so “what the skill says” and “what the docs say” stay in sync.
Tailwind CSS v4, semantic tokens, and the small habits that keep Shark visually consistent, plus the editorial rules we keep for examples and previews (thumbs, field widths, chart tooltips, sidebar preview framing, and similar detail).
When someone pastes radix, base-ui, or shadcn-shaped code, the skill nudges the rewrite toward Shark UI : collection objects for list primitives, and the chart or sidebar patterns we actually ship, not a generic “swap the import path” pass.
The same workflow this site documents for adding components (shadcn-style CLI and the public registry JSON hosted here). The skill reminds agents to follow each component’s installation section, dependency list, and registry entry.
Every serious answer should look at the shipped examples that sit beside each component in source. Those snippets are the library’s own compositions; matching them keeps generated UI aligned with how Shark is maintained, not a one-line stub from a model’s training cut-off.
Any editor or CLI that implements the Agent Skills layout can consume this bundle: Claude Code, Cursor, Codex, Cline, Windsurf, GitHub Copilot, and the rest of the list on skills.sh.
The skill is versioned in the same open-source project as Shark UI. If you want to read or change it, open the project on GitHub.
[
Previous page
Forms ](/docs/forms)[
Next page
RTL ](/docs/rtl)
On This Page
InstallationWhat you getComponent knowledgeStyling conventionsMigration patternsCLI and registryRegistry examplesHow it worksSupported agentsIn the repository