New to Claude Skills? Learn how to install them →

anthropics on GitHub

Registry Browser

OfficialFree

Easily search and preview community legal skills.

Get this skill

Free · Opens the source repo

What Registry Browser does

The Registry Browser skill allows users to search through watched registries for community-contributed legal skills. By leveraging a local cache of registry indexes, it provides a streamlined way to discover skills relevant to legal projects. Users can initiate a search by simply using phrases like "browse" or "find a skill for," and the skill will present matches along with brief descriptions. This enables users to quickly identify potential tools without needing to install anything upfront.

Once the search is initiated, the skill fetches the latest skill listings from each watched registry, which includes GitHub repositories and marketplace-style registries. It performs a straightforward keyword match against skill names and descriptions, ensuring that users can find what they need efficiently. The results are displayed in a clear format, showing the skill name, the source registry, and a brief description. Users can then opt to view the full SKILL.md file for any match, allowing them to make informed decisions before installation.

Additionally, if users want to expand their search capabilities, the skill includes functionality to add new registries to the watchlist. By providing a URL to a skills repository, users can easily validate and include additional sources of skills, thus enhancing their exploration of available tools. The Registry Browser is particularly useful for legal professionals looking to enhance their workflows with community-driven solutions.

Overall, this skill is designed for users who wish to explore and evaluate legal skills without the commitment of installation. It facilitates a more informed approach to skill discovery, making it easier to find relevant tools tailored to specific legal needs.

When to use it

Use this skill when you want to browse available legal skills across watched registries without installing them immediately.

When not to use it

This skill is not suitable for users looking to install skills directly or those needing a comprehensive search across the entire internet.

What you can build with it

Finding a New Legal Skill

When you need to explore new legal skills for a project, use this skill to quickly identify options from watched registries.

Evaluating Skills Before Installation

If you're unsure about a skill's functionality, use the preview feature to read the full SKILL.md before deciding to install.

Adding New Registries

When discovering new sources of legal skills, provide a URL to add a new registry to your watchlist for future searches.

How to install Registry Browser

View source

1. Install with the skills CLI

npx skills add anthropics/claude-for-legal/registry-browser --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

/registry-browser

  1. Load ~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → watched registries.
  2. Use the workflow below.
  3. Search each registry. Show matches with descriptions.
  4. Offer to show full SKILL.md for any match.

Purpose

Find skills across the watched registries. Search, preview, decide.

Load context

~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → watched registries list.

Workflow

Step 1: Fetch registry indexes

For each watched registry:

  • GitHub repos: fetch skills/ directory listing and each SKILL.md frontmatter (name + description).
  • Marketplace-style registries: fetch the index.

Cache the index locally (references/registry-cache.json) so browsing is fast. Refresh cache if >7 days old or on request.

Step 2: Search

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.

Step 3: Present matches

## Search: "[query]"

**Found [N] skills across [M] registries:**

### [skill-name]
**From:** [registry name]
**Description:** [from frontmatter]
[View full SKILL.md] [Install]

### [skill-name]
[...]

Step 4: Preview

On "view full SKILL.md": fetch and show the whole file. User reads it before deciding to install. No surprises.

Step 5: Add a registry

If the user has a URL to a registry not in the watchlist:

  1. Fetch it, validate it's a skills repo (has skills/ or .claude-plugin/)
  2. Show what's in it
  3. Add to ~/.claude/plugins/config/claude-for-legal/legal-builder-hub/CLAUDE.md → watched registries on confirmation

Default registries

  • lpm-skills — 14 legal project management skills. Practice-agnostic. Good starting point.
  • Space for others to be added as the ecosystem grows.

What this skill does not do

  • Install anything. It browses. skill-installer installs.
  • Rate or review skills. It shows you the SKILL.md; you judge.
  • Search the whole internet. Only watched registries.

Frequently asked questions about Registry Browser

Similar skills