Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
82
78%
Does it follow best practices?
Impact
80%
0.97xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/claude/prompts.chat/skills/skill-lookup/SKILL.mdsearch_skillsget_skill to get all files.claude/skills/{slug}/ and verify the SKILL.md existssearch_skills({"query": "code review", "limit": 5, "category": "coding"})
get_skill({"id": "abc123"})Use these prompts.chat MCP tools:
search_skills - Search for skills by keywordget_skill - Get a specific skill by ID with all its filesCall search_skills with:
query: The search keywords from the user's requestlimit: Number of results (default 10, max 50)category: Filter by category slug (e.g., "coding", "automation")tag: Filter by tag slugPresent results showing:
Call get_skill with:
id: The skill IDReturns the skill metadata and all file contents:
When the user asks to install a skill:
get_skill to retrieve all files.claude/skills/{slug}/SKILL.md → .claude/skills/{slug}/SKILL.md.claude/skills/{slug}/{filename}SKILL.md to verify the frontmatter is intactb5a3e42
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.