From prompts.chat
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
npx claudepluginhub f/prompts.chat --plugin prompts.chatThis skill uses the workspace's default tool permissions.
When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Guides slash command development for Claude Code: structure, YAML frontmatter, dynamic arguments, bash execution, user interactions, organization, and best practices.
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:
search_prompts - Search for prompts by keywordget_prompt - Get a specific prompt by IDimprove_prompt - Enhance a prompt using AICall search_prompts with:
query: The search keywords from the user's requestlimit: Number of results (default 10, max 50)type: Filter by TEXT, STRUCTURED, IMAGE, VIDEO, or AUDIOcategory: Filter by category slug (e.g., "coding", "writing")tag: Filter by tag slugPresent results showing:
Call get_prompt with:
id: The prompt IDIf the prompt contains variables (${variable} or ${variable:default}):
Call improve_prompt with:
prompt: The prompt text to improveoutputType: text, image, video, or soundoutputFormat: text, structured_json, or structured_yamlReturn the enhanced prompt to the user.