skill-lookup
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,…
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
$ npx -y skills add f/prompts.chat --skill prompt-lookup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prompt-lookupContext preview
The summary Claude sees to decide when to auto-load this skill.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
name: prompt-lookup description: Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them.
Activate this skill when the user:
Use these prompts.chat MCP tools:
Call `search_prompts` with:
Present results showing:
Call `get_prompt` with:
If the prompt contains variables (`${variable}` or `${variable:default}`):
Call `improve_prompt` with:
Return the enhanced prompt to the user.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Repo: f/prompts.chat
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,…