skill-lookup

Installation
Summary

Search, retrieve, and install reusable AI agent skills from the prompts.chat registry.

  • Provides two core MCP tools: search_skills for keyword-based discovery with category and tag filtering, and get_skill to retrieve complete skill packages including SKILL.md, documentation, and helper scripts
  • Supports installation workflow that creates .claude/skills/{slug}/ directories and verifies file integrity after saving
  • Enables skill browsing with result presentation showing title, description, author, file inventory, and metadata
  • Designed to extend Claude's capabilities by managing the full lifecycle from discovery through installation verification
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
518
Repository
f/prompts.chat
GitHub Stars
162.2K
First Seen
Feb 3, 2026