This connects Claude to the prompts.chat registry so you can search for and install reusable agent skills without leaving your conversation. You ask for something like "find me a code review skill," it searches the registry, shows you matches with authors and file lists, then installs the chosen skill straight into your `.claude/skills` directory. It handles the whole flow: search with filters, retrieve all the skill files including SKILL.md and any helper scripts, then verify everything landed correctly. The honest upside is you can browse a community library instead of writing every capability from scratch. Works best when you know roughly what you need but don't want to reinvent it.
npx skills add https://github.com/f/prompts.chat --skill skill-lookup