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_itemsonuser-shooglewith 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+=limitwhilepagination.hasMore)