search-registry-items

Installation
SKILL.md

Search Registry Items

Look up indexed shadcn registry catalog entries via full-text search on item name and description. Returns the registry namespace and addCommandArgument for npx shadcn@latest add.

Default tool call:

CallMcpTool({ "server": "user-shoogle", "toolName": "search_registry_items", "arguments": { "query": "button" } })

Workflow

Progress:

  • Call search_registry_items on user-shoogle with a short keyword or name fragment (not a full sentence)
  • Present matches as the output table below — never dump raw JSON
  • If multiple registries share the same name, ask which registry to use
  • Install with npx shadcn@latest add {addCommandArgument} (or the project's package runner)
  • Paginate only when needed (offset += limit while pagination.hasMore)
Installs
89
GitHub Stars
6
First Seen
May 23, 2026
search-registry-items — alibey-10/shoogle