skill-lookup

Search prompts.chat catalogs and install registry skills into .claude/skills.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/LuizEduPP/skills --skill skill-lookup-luizedupp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/LuizEduPP/skills/tree/main/skill-lookup
Command: npx skills add https://github.com/LuizEduPP/skills --skill skill-lookup-luizedupp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agents often need reusable registry-based skills but browsing prompts.chat, reading metadata, and installing files manually is fragmented and error-prone, wasting time for builders. This workflow unifies MCP search, metadata review, retrieval, and installation so you can bring new capabilities online with confidence.

Core Features & Use Cases

  • Catalog Search & Discovery: Query prompts.chat via search_skills using keywords, categories, and tags to surface the best matches quickly.
  • Metadata & Result Presentation: Summarize titles, descriptions, authors, file lists, categories, and tags so the user can compare options before installing.
  • Retrieval & Installation Workflow: Use get_skill to download every file, write them to .claude/skills/{slug}/, and double-check that SKILL.md retains the required frontmatter before confirming activation.
  • Use Case: When a user asks for a code-review assistant, search for the appropriate skill, show the metadata, install the files, and explain when it will trigger inside the AI assistant.

Quick Start

Call search_skills with the user's keywords, pick the best match, run get_skill, and save every returned file under .claude/skills/{slug}/ while confirming SKILL.md still contains the required frontmatter.

Frequently Asked Questions about skill-lookup

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

FAQPage Schema
How do I discover and install AI skills from the prompts.chat catalog?

To discover and install AI skills, query the prompts.chat catalog using the search_skills MCP tool, review the returned metadata, and run get_skill to download files into .claude/skills/{slug}/.

What is the process for browsing registry-based Agent Skills for AI assistants?

Browsing registry-based Agent Skills involves searching with keywords and categories via MCP tools, evaluating metadata like authors and tags, then retrieving files to write them into your local .claude/skills directory.

Can I use MCP tools to search prompts.chat and automatically save skill files?

Yes, you can use MCP tools to search prompts.chat and automatically save skill files, executing search_skills to find matches and get_skill to write every returned file directly into the correct local directory.

How do I verify an AI skill installation for registry requirements?

You verify an AI skill installation by checking that the downloaded files are written to .claude/skills/{slug}/ and confirming the presence of SKILL.md with its required frontmatter to satisfy registry activation requirements.

What metadata is returned when searching for AI agent skills?

When searching for AI agent skills, the metadata returned includes titles, descriptions, authors, file lists, categories, and tags, allowing you to compare options before proceeding with installation.

Does installing registry-based skills require manual file configuration?

No, installing registry-based skills does not require manual file configuration, as the workflow automatically writes every returned file into the designated .claude/skills/{slug}/ folder and verifies the SKILL.md frontmatter.