registry-browser

Pesquise em registros monitorados por skills legais da comunidade, exibindo correspondências com descrições e oferecendo a opção de exibir o SKILL.md completo antes da instalação. Use quando o…

npx skills add https://github.com/anthropics/claude-for-legal --skill registry-browser

/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.

Mais skills de anthropic

access
anthropic
Gerenciar acesso ao canal do Discord — aprovar pareamentos, editar listas de permissão, definir política de DM/grupo. Use quando o usuário pedir para parear, aprovar alguém, verificar quem está autorizado,…
official
session-report
anthropic
Gere um relatório HTML explorável do uso da sessão do Claude Code (tokens, cache, subagentes, habilidades, prompts caros) a partir dos transcrições de ~/.claude/projects.
official
build-mcp-server
anthropic
Esta habilidade deve ser usada quando o usuário pedir para "construir um servidor MCP", "criar um MCP", "fazer uma integração MCP", "encapsular uma API para o Claude", "expor ferramentas para…
official
cookbook-audit
anthropic
Audite um notebook do Anthropic Cookbook com base em uma rubrica. Use sempre que for solicitada uma revisão ou auditoria de notebook.
official
handle-complaint
anthropic
Gerencia uma reclamação de cliente do início ao fim — extrai contexto, redige uma resposta e sugere uma correção operacional. Aceita e-mail ou ID de ticket opcionais…
official
use-case-triage
anthropic
Determina rapidamente se uma atividade de processamento precisa de uma PIA, uma DPIA obrigatória da GDPR ou pode prosseguir — identifica conflitos de política de privacidade e encaminha para o…
official
board-minutes
anthropic
Redige atas de reuniões de diretoria ou comitês no formato da sua empresa. Detecta automaticamente as próximas reuniões de diretoria e comitês do seu calendário, solicita a pauta e…
official
renewal-tracker
anthropic
Mostre contratos com prazos de cancelamento se aproximando e avise antes do fechamento das janelas de aviso prévio, operando a partir de um registro de renovação mantido. Use quando o usuário perguntar…
official