skill-lookup

Installation
Summary

Search, retrieve, and install reusable Agent Skills from the prompts.chat registry.

  • Provides two core MCP tools: search_skills for keyword-based discovery with optional category and tag filtering, and get_skill to fetch complete skill packages including SKILL.md, documentation, and helper scripts
  • Handles the full installation workflow: search results presentation, skill retrieval, file organization into .claude/skills/{slug}/, and verification of successful setup
  • Supports filtering by category (e.g., "coding", "automation") and tags to narrow skill discovery
  • Returns skill metadata including title, description, author, file inventory, and category/tag information to help developers evaluate before installing
SKILL.md

Workflow

  1. Search for skills matching the user's request using search_skills
  2. Present results with title, description, author, and file list
  3. If the user picks a skill, retrieve it with get_skill to get all files
  4. Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists
  5. Confirm installation and explain what the skill does and when it activates

Example

search_skills({"query": "code review", "limit": 5, "category": "coding"})
get_skill({"id": "abc123"})

Available Tools

Use these prompts.chat MCP tools:

Related skills
Installs
1.5K
GitHub Stars
162.2K
First Seen
Jan 20, 2026