registry-browser

Search watched registries for community legal skills and preview SKILL.md files before installation.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tk1cntt/PhapChe --skill registry-browser-tk1cntt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: registry-browser
Source: https://github.com/tk1cntt/PhapChe/tree/main/docs/claude-for-legal-main/legal-builder-hub/skills/registry-browser
Command: npx skills add https://github.com/tk1cntt/PhapChe --skill registry-browser-tk1cntt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Finding community-built legal skills scattered across multiple registries is tedious, and installing a skill without reading its instructions first is risky. This Skill centralizes discovery by searching watched registries, showing matching skills with descriptions, and letting you preview the full SKILL.md before deciding to install. ## Core Features & Use Cases - Registry Search: Fetches skill indexes from watched GitHub and marketplace-style registries and matches your query against skill names and descriptions. - Local Caching: Stores registry indexes in references/registry-cache.json and refreshes them when older than 7 days, keeping browsing fast. - Preview Before Install: Displays the complete SKILL.md for any match so you can judge it yourself before handing off to skill-installer. - Registry Management: Validates and adds new registry URLs to the watched registries list on confirmation. - Use Case: You need a skill for legal project budgeting. Ask to search the registries, review the matches from lpm-skills, read the full SKILL.md of the best candidate, then install it with confidence. ## Quick Start Ask the assistant to search the watched registries for a legal project management skill and show the full SKILL.md of any match.

Frequently Asked Questions about registry-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for legal skills across registries?

Invoke the skill with a search query, and it fetches the index from each watched registry, then matches your keywords against skill names and descriptions. Matches are shown with their source registry and description.

How do I preview a SKILL.md before installing a skill?

After search results appear, ask to view the full SKILL.md for any match. The skill fetches and displays the entire file so you can read the instructions before deciding to install with skill-installer.

How do I add a new skill registry to the watchlist?

Provide the registry URL, and the skill validates it is a skills repo by checking for a skills/ directory or .claude-plugin/ folder. After showing its contents, it adds the registry to the watched list on your confirmation.

Does registry-browser install skills automatically?

No, it only browses and previews skills. Installation is handled separately by the skill-installer skill, keeping discovery and installation as distinct steps.

Why are registry search results outdated?

Results come from a local cache in references/registry-cache.json that refreshes only when older than 7 days or on request. Ask to refresh the cache to fetch the latest registry indexes.