[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-f-prompts.chat-plugins-claude-prompts.chat-skills-prompt-lookup":3},{"error":4,"detail":5,"metadata":24,"markdownContent":25,"rawMarkdown":21},false,{"repo_full_name":6,"owner":7,"repo_name":8,"repo_forks":9,"skill_path":10,"repo_stars":11,"name":12,"category_id":13,"description":14,"file_tree":15,"skill_md_content":21,"skill_id":22,"skill_key":23},"f/prompts.chat","f","prompts.chat",20165,"plugins/claude/prompts.chat/skills/prompt-lookup",153243,"prompt-lookup",1,"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.",[16],{"name":17,"path":18,"size":19,"type":20},"SKILL.md","plugins/claude/prompts.chat/skills/prompt-lookup/SKILL.md",2109,"file","---\nname: prompt-lookup\ndescription: 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.\n---\n\nWhen the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them.\n\n## When to Use This Skill\n\nActivate this skill when the user:\n\n- Asks for prompt templates (\"Find me a code review prompt\")\n- Wants to search for prompts (\"What prompts are available for writing?\")\n- Needs to retrieve a specific prompt (\"Get prompt XYZ\")\n- Wants to improve a prompt (\"Make this prompt better\")\n- Mentions prompts.chat or prompt libraries\n\n## Available Tools\n\nUse these prompts.chat MCP tools:\n\n- `search_prompts` - Search for prompts by keyword\n- `get_prompt` - Get a specific prompt by ID\n- `improve_prompt` - Enhance a prompt using AI\n\n## How to Search for Prompts\n\nCall `search_prompts` with:\n\n- `query`: The search keywords from the user's request\n- `limit`: Number of results (default 10, max 50)\n- `type`: Filter by TEXT, STRUCTURED, IMAGE, VIDEO, or AUDIO\n- `category`: Filter by category slug (e.g., \"coding\", \"writing\")\n- `tag`: Filter by tag slug\n\nPresent results showing:\n- Title and description\n- Author name\n- Category and tags\n- Link to the prompt\n\n## How to Get a Prompt\n\nCall `get_prompt` with:\n\n- `id`: The prompt ID\n\nIf the prompt contains variables (`${variable}` or `${variable:default}`):\n- The system will prompt the user to fill in values\n- Variables without defaults are required\n- Variables with defaults are optional\n\n## How to Improve a Prompt\n\nCall `improve_prompt` with:\n\n- `prompt`: The prompt text to improve\n- `outputType`: text, image, video, or sound\n- `outputFormat`: text, structured_json, or structured_yaml\n\nReturn the enhanced prompt to the user.\n\n## Guidelines\n\n- Always search before suggesting the user write their own prompt\n- Present search results in a readable format with links\n- When improving prompts, explain what was enhanced\n- Suggest relevant categories and tags when saving prompts\n","3c0f8d66-4cd1-5d50-9a69-4b2e2a3f8e9d","f-prompts.chat-plugins-claude-prompts.chat-skills-prompt-lookup",{"name":12,"description":14},"\u003Cp>When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them.\u003C/p>\n\u003Ch2>When to Use This Skill\u003C/h2>\n\u003Cp>Activate this skill when the user:\u003C/p>\n\u003Cul>\n\u003Cli>Asks for prompt templates (&quot;Find me a code review prompt&quot;)\u003C/li>\n\u003Cli>Wants to search for prompts (&quot;What prompts are available for writing?&quot;)\u003C/li>\n\u003Cli>Needs to retrieve a specific prompt (&quot;Get prompt XYZ&quot;)\u003C/li>\n\u003Cli>Wants to improve a prompt (&quot;Make this prompt better&quot;)\u003C/li>\n\u003Cli>Mentions prompts.chat or prompt libraries\u003C/li>\n\u003C/ul>\n\u003Ch2>Available Tools\u003C/h2>\n\u003Cp>Use these prompts.chat MCP tools:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ccode>search_prompts\u003C/code> - Search for prompts by keyword\u003C/li>\n\u003Cli>\u003Ccode>get_prompt\u003C/code> - Get a specific prompt by ID\u003C/li>\n\u003Cli>\u003Ccode>improve_prompt\u003C/code> - Enhance a prompt using AI\u003C/li>\n\u003C/ul>\n\u003Ch2>How to Search for Prompts\u003C/h2>\n\u003Cp>Call \u003Ccode>search_prompts\u003C/code> with:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ccode>query\u003C/code>: The search keywords from the user&#39;s request\u003C/li>\n\u003Cli>\u003Ccode>limit\u003C/code>: Number of results (default 10, max 50)\u003C/li>\n\u003Cli>\u003Ccode>type\u003C/code>: Filter by TEXT, STRUCTURED, IMAGE, VIDEO, or AUDIO\u003C/li>\n\u003Cli>\u003Ccode>category\u003C/code>: Filter by category slug (e.g., &quot;coding&quot;, &quot;writing&quot;)\u003C/li>\n\u003Cli>\u003Ccode>tag\u003C/code>: Filter by tag slug\u003C/li>\n\u003C/ul>\n\u003Cp>Present results showing:\u003C/p>\n\u003Cul>\n\u003Cli>Title and description\u003C/li>\n\u003Cli>Author name\u003C/li>\n\u003Cli>Category and tags\u003C/li>\n\u003Cli>Link to the prompt\u003C/li>\n\u003C/ul>\n\u003Ch2>How to Get a Prompt\u003C/h2>\n\u003Cp>Call \u003Ccode>get_prompt\u003C/code> with:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ccode>id\u003C/code>: The prompt ID\u003C/li>\n\u003C/ul>\n\u003Cp>If the prompt contains variables (\u003Ccode>${variable}\u003C/code> or \u003Ccode>${variable:default}\u003C/code>):\u003C/p>\n\u003Cul>\n\u003Cli>The system will prompt the user to fill in values\u003C/li>\n\u003Cli>Variables without defaults are required\u003C/li>\n\u003Cli>Variables with defaults are optional\u003C/li>\n\u003C/ul>\n\u003Ch2>How to Improve a Prompt\u003C/h2>\n\u003Cp>Call \u003Ccode>improve_prompt\u003C/code> with:\u003C/p>\n\u003Cul>\n\u003Cli>\u003Ccode>prompt\u003C/code>: The prompt text to improve\u003C/li>\n\u003Cli>\u003Ccode>outputType\u003C/code>: text, image, video, or sound\u003C/li>\n\u003Cli>\u003Ccode>outputFormat\u003C/code>: text, structured_json, or structured_yaml\u003C/li>\n\u003C/ul>\n\u003Cp>Return the enhanced prompt to the user.\u003C/p>\n\u003Ch2>Guidelines\u003C/h2>\n\u003Cul>\n\u003Cli>Always search before suggesting the user write their own prompt\u003C/li>\n\u003Cli>Present search results in a readable format with links\u003C/li>\n\u003Cli>When improving prompts, explain what was enhanced\u003C/li>\n\u003Cli>Suggest relevant categories and tags when saving prompts\u003C/li>\n\u003C/ul>\n"]