Help us improve
Share bugs, ideas, or general feedback.
From legal-builder-hub
Searches watched registries for community legal skills, showing matches with descriptions and offering to preview full SKILL.md before install.
npx claudepluginhub prof-ramos/legia --plugin legal-builder-hubHow this skill is triggered — by the user, by Claude, or both
Slash command
/legal-builder-hub:registry-browser [search query][search query]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Load `~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md` → watched registries.
Searches watched registries for community legal skills, showing matches with descriptions and offering to preview full SKILL.md before install.
Searches 9 skill registries including SkillsMP, GitHub, and Anthropic Skills for agent skills. Scores by quality/security, paginates results up to 5, and installs locally/globally. Use on 'fetch/install/search skill' or 'MISSING EXTERNAL SKILL'.
Discovers, recommends, and installs skills from verified-skill.com registry. Guides users by tech/domain/project, lists/manages installed skills with npx vskill.
Share bugs, ideas, or general feedback.
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → watched registries.Find skills across the watched registries. Search, preview, decide.
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → watched registries list.
For each watched registry:
skills/ directory listing and each SKILL.md frontmatter (name + description).Cache the index locally (references/registry-cache.json) so browsing is fast. Refresh cache if >7 days old or on request.
Match query against skill names and descriptions. Simple keyword match is fine — these are small enough that fuzzy search is overkill.
Also: browse by category if the registry organizes skills that way.
## Search: "[query]"
**Found [N] skills across [M] registries:**
### [skill-name]
**From:** [registry name]
**Description:** [from frontmatter]
[View full SKILL.md] [Install]
### [skill-name]
[...]
On "view full SKILL.md": fetch and show the whole file. User reads it before deciding to install. No surprises.
If the user has a URL to a registry not in the watchlist:
skills/ or .claude-plugin/)~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → watched registries on confirmation