skill-lookup

Search the prompts.chat registry and install skills to .claude/skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rawhit-r/ai-files --skill skill-lookup-rawhit-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/rawhit-r/ai-files/tree/main/.gemini/skill-lookup
Command: npx skills add https://github.com/rawhit-r/ai-files --skill skill-lookup-rawhit-r

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and manage agent skills from the prompts.chat registry, enabling quick discovery, preview, and installation into Claude using MCP tooling.

Core Features & Use Cases

  • Search for skills matching user requests using MCP tools.
  • Preview results with title, description, author, and file lists to assess suitability.
  • Install a selected skill by saving files to .claude/skills/{slug}/ and verify the SKILL.md frontmatter.

Quick Start

Search for a skill in the prompts.chat registry and install it to Claude.

Frequently Asked Questions about skill-lookup

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

FAQPage Schema
How do I find and install Claude agent skills from a registry?

To find and install Claude agent skills, search the prompts.chat registry using MCP tools, preview results, and save selected files to .claude/skills/ while verifying SKILL.md frontmatter.

What is the prompts.chat registry used for in Claude automation?

The prompts.chat registry is a catalog used for discovering Claude agent skills, allowing users to browse available capabilities, preview metadata, and install files directly into their local environment.

How do I preview a skill before installing it to my Claude environment?

You can preview a skill before installation by viewing its search results, which display the title, description, author, and file lists to help you assess its suitability for your automation needs.

Do I need MCP tooling to search and install Claude skills?

Yes, MCP tooling is required to search the prompts.chat registry, handle file retrieval, store files to .claude/skills/{slug}/, and verify the SKILL.md frontmatter during the skill installation process.

Where are installed Claude agent skills stored locally?

Installed Claude agent skills are stored locally in the .claude/skills/{slug}/ directory, where the system saves retrieved files and verifies the SKILL.md frontmatter to ensure proper installation.