Skip to content
Skillv1.0.0

ui

shadcn/ui primitives (`radix-nova`) and thin wrappers. **Parent:** [../../../AGENTS.md](../../../AGENTS.md)

by nodirumurkulov(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nodirumurkulov/return-zero (frontend/components/ui/AGENTS.md). Install upstream with npx skills add nodirumurkulov/return-zero --skill ui. Copyright stays with the author.

AGENTS.md — components/ui

shadcn/ui primitives (radix-nova) and thin wrappers. Parent: ../../../AGENTS.md

Best practices

  • Primitives stay generic — if a badge needs domain enums, pass narrow string unions from parents; do not import @/lib/* here.
  • Add new shared UI via bunx shadcn@latest add <name>; avoid one-off custom CSS components when a shadcn primitive fits.

Rules

  • No business logic, no domain types, no Supabase.
  • Domain badges (SeverityBadge, StatusBadge, ImpactTag) compose Badge + style maps only.
  • EmptyState composes shadcn Empty; keep the stable title / description / action API for call sites.
  • Keep components stateless when possible.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nodirumurkulov-return-zero-ui/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nodirumurkulov-return-zero-ui.ocm.jsonjson
{
  "ocm": "1",
  "id": "nodirumurkulov-return-zero-ui",
  "kind": "skill",
  "name": "ui",
  "description": "shadcn/ui primitives (`radix-nova`) and thin wrappers. **Parent:** [../../../AGENTS.md](../../../AGENTS.md)",
  "publisher": "nodirumurkulov",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "shadcn/ui primitives (`radix-nova`) and thin wrappers. **Parent:** [../../../AGENTS.md](../../../AGENTS.md)"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/nodirumurkulov/return-zero",
      "path": "frontend/components/ui/AGENTS.md",
      "ref": "0ddcb2a819841f40df20d3edb42ab132b710c84a",
      "url": "https://github.com/nodirumurkulov/return-zero/blob/0ddcb2a819841f40df20d3edb42ab132b710c84a/frontend/components/ui/AGENTS.md",
      "key": "nodirumurkulov/return-zero/frontend/components/ui/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md — components/ui\n\nshadcn/ui primitives (`radix-nova`) and thin wrappers. **Parent:** [../../../AGENTS.md](../../../AGENTS.md)\n\n## Best practices\n\n- Primitives stay **generic** — if a badge needs domain enums, pass narrow string unions from parents; do not import `@/lib/*` here.\n- Add new shared UI via `bunx shadcn@latest add <name>`; avoid one-off custom CSS components when a shadcn primitive fits.\n\n## Rules\n\n- No business logic, no domain types, no Supabase.\n- Domain badges (`SeverityBadge`, `StatusBadge`, `ImpactTag`) compose `Badge` + style maps only.\n- `EmptyState` composes shad",
  "cost": {
    "context_tokens": 181
  }
}

Fetch it by URL: GET /api/v1/registry/nodirumurkulov-return-zero-ui/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.