Prompts.chat System Prompt Library Skill (prompts-chat)
The prompts-chat MCP server grants AI agents direct access to thousands of curated system prompts, role-playing personas, coding instructions, and specialized task templates from prompts.chat.
Primary Capabilities & Tools
search_prompts: Search AI prompts by keyword, category (e.g.coding,productivity,cybersecurity), or tag.get_prompt: Retrieve prompt details by ID with template variable substitution (${variable}).save_prompt: Save new prompt templates to account registry for team reuse (requiresPROMPTS_API_KEY).- Native MCP Prompts: Exposes
prompts/listandprompts/getfor automatic prompt picker integration in supported editors.
Best Practices for Federation Agents
- Dynamic Persona Activation: Use
search_promptswhen spawning subagents or executing specialized domain roles (e.g. Linux Terminal, Security Auditor, Code Reviewer, Technical Writer) to fetch refined system prompt templates. - Variable Substitution: Pass parameters to
get_promptto populate template variables dynamically.