Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
61
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./bundled/skills/skill-lookup/SKILL.mdThe canonical home for this skill is skill-lookup in f/awesome-chatgpt-prompts
When the user needs Agent Skills, wants to extend Claude's capabilities, or is looking for reusable AI agent components, use the prompts.chat MCP server.
Activate this skill when the user:
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}Skills contain:
d5ae560
Canonical home
since Jan 28, 2026
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.