skill-lookup

Search and install agent skills from the prompts.chat registry by keyword, category, or tag.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools.

Core Features & Use Cases

  • Discover skills by keyword, category, or tag and view key metadata
  • Retrieve a selected skill to access all files (SKILL.md, references, scripts)
  • Install a skill by saving its files to .claude/skills/{slug} and enable it for Claude

Quick Start

Search for a skill by keyword and install the best match to .claude/skills/{slug}.

Frequently Asked Questions about skill-lookup

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

FAQPage Schema
How do I search and install Agent Skills from the prompts.chat registry?

To discover and install Agent Skills from the prompts.chat registry, search by keyword, category, or tag to retrieve metadata, then save the selected skill files to .claude/skills/{slug} to enable it for Claude.

What files are included when I retrieve an agent skill from the registry?

Retrieving an agent skill from the registry includes the required SKILL.md file with frontmatter, along with optional scripts, references, and assets needed for the skill's functionality.

What are the requirements for a valid SKILL.md file in Claude's capability set?

A valid SKILL.md file requires frontmatter containing a name and description, and it must exist at the root directory of the skill installation folder to be properly recognized by Claude.

Can I browse and compare agent skills before installing them?

Yes, you can browse the skill catalog and compare results by viewing key metadata retrieved from the prompts.chat registry before choosing and installing the best match for your use case.

Where are installed agent skills saved on my system?

Installed agent skills are saved locally to the .claude/skills/{slug} directory, which enables them directly within Claude's capability set for immediate use in your environment.