src/treg/web/skill.md is the product skill that ships to consumers — the agent's whole interface to the registry (distinct from .claude/skills/tools-registry-context/, which maintains these design docs). Its frontmatter name: tools-registry + description make it loadable by a coding agent.
$npx -y skills add superdesigndev/tools-registry --skill interfaceInstalls into the current project.
Run `npx skills use "https://github.com/superdesigndev/tools-registry" --skill "superdesigndev/tools-registry/interface"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/superdesigndev/tools-registry" that are relevant to the current task. Run `npx skills add "https://github.com/superdesigndev/tools-registry"` and select the relevant skills, then follow their instructions.