skill-lookup

Discover, retrieve, and install Claude Skills from a centralized catalog.

5|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/nsnguyen/ios_app_rag_calendar --skill skill-lookup-nsnguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/nsnguyen/ios_app_rag_calendar/tree/main/.claude/skills/skill-lookup
Command: npx skills add https://github.com/nsnguyen/ios_app_rag_calendar --skill skill-lookup-nsnguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Lookup enables teams to discover, retrieve, and install Claude Skills from a centralized catalog, reducing the time to extend capabilities and reuse AI components.

Core Features & Use Cases

  • Discover: quickly search for skills by keyword and filter by category or tag.
  • Retrieve: fetch a specific skill by ID and view its files (SKILL.md, references, scripts).
  • Install: prepare and save skills to the .claude/skills/{slug} directory for activation.

Quick Start

Use the skill-lookup to search for a skill by keyword, then run get_skill to retrieve its files, and install the desired skill into .claude/skills/{slug} if you want to enable it.

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 Claude Skills from a catalog?

To discover Claude Skills, search the centralized catalog by keyword, category, or tag. Retrieve a specific skill by ID using the get_skill function to view its SKILL.md and accompanying scripts, then install it directly into the .claude/skills/{slug} directory.

What files are retrieved when fetching a skill by its ID?

Retrieving a skill by ID fetches its core files, including the required SKILL.md with YAML frontmatter defining the name and description, alongside any optional scripts, references, and assets that accompany the skill package.

Where do installed skills need to be saved for activation?

Installed skills must be saved into the .claude/skills/{slug} directory for activation. This specific directory structure allows Claude to locate and load the skill's SKILL.md and accompanying files correctly.

Do I need a SKILL.md file with YAML frontmatter to use a skill?

Yes, a SKILL.md file with YAML frontmatter defining the name and description is required for every skill. This metadata allows the skill to be indexed in the catalog and properly understood upon retrieval and installation.

Can I filter available skills by category or tag during discovery?

Yes, you can quickly search for skills by keyword and filter the catalog results by category or tag. This filtering helps narrow down available skills to match specific team requirements or workflow contexts.

What is the best way to search for AI components to extend Claude capabilities?

The best way to find AI components is searching the centralized Skill catalog by keyword. After discovering relevant capabilities, retrieve the desired skill by ID and install it to reduce the time needed to extend functionality.