documentation/docs/mcp/prompts-chat-mcp.md
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions'; import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
This tutorial covers how to add the prompts.chat MCP Server as a goose extension to enable access to thousands of AI prompts directly in your AI assistant.
:::tip Quick Install <Tabs groupId="interface"> <TabItem value="ui" label="goose Desktop" default> Launch the installer </TabItem> <TabItem value="cli" label="goose CLI"> Command
npx -y @fkadev/prompts.chat-mcp@latest
:::info
Note that you'll need Node.js installed on your system to run this command, as it uses npx.
:::
The prompts.chat extension provides access to a curated library of AI prompts that you can search and use directly within goose. This is useful when you need inspiration or want to leverage proven prompt patterns for specific tasks.
<Tabs groupId="interface"> <TabItem value="ui" label="goose Desktop" default> 1. Open a new session in goose Desktop </TabItem> <TabItem value="cli" label="goose CLI">goose session
Search for prompts about code review
I found several prompts related to code review:
1. **Code Review Assistant** - A comprehensive prompt for reviewing code quality,
security, and best practices
2. **Pull Request Reviewer** - Helps analyze pull requests and suggest improvements
3. **Security Code Audit** - Focuses on identifying security vulnerabilities
Would you like me to retrieve any of these prompts?
Get the Code Review Assistant prompt and use it to review my current file
I've retrieved the Code Review Assistant prompt. Let me apply it to analyze your code...
[Applying prompt guidelines to review your code]
Here's my review based on the prompt's framework:
✅ Code structure and organization
✅ Naming conventions
⚠️ Consider adding error handling for edge cases
⚠️ Documentation could be improved for public methods
Would you like me to help address any of these findings?