Prompt Lookup
This skill quickly finds relevant prompts based on keywords, saving time and boosting creative output by providing instant access to inspiration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add f-prompt-lookup npx -- -y @trustedskills/f-prompt-lookup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"f-prompt-lookup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/f-prompt-lookup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The prompt-lookup skill allows AI agents to retrieve and reference specific prompts stored within the f/prompts.chat repository. It enables dynamic access to curated prompt libraries without requiring manual copy-pasting or external lookups.
When to use it
- Standardizing responses: Ensure consistent output by having an agent fetch a pre-approved customer support script before answering inquiries.
- Context switching: Quickly load specialized prompts for different tasks, such as shifting from code generation to creative writing within the same session.
- Template management: Access complex multi-step instructions or system messages that are too lengthy to include directly in every conversation.
- Collaborative workflows: Retrieve team-defined prompt variations to maintain alignment across multiple agents working on similar projects.
Key capabilities
- Direct retrieval of prompts from the
f/prompts.chatcollection. - Dynamic injection of retrieved text into the current agent context.
- Access to a library of community-curated or author-specific prompt structures.
Example prompts
- "Fetch the 'technical-support-level-1' prompt and use it to answer this user's question about their billing issue."
- "Look up the creative writing template for 'cyberpunk noir' and generate a short story intro using that style."
- "Retrieve the standard system instruction for code review tasks and apply it to analyze this Python script."
Tips & gotchas
Ensure the f/prompts.chat repository is accessible and up-to-date, as the skill relies on external content availability. If a specific prompt ID or name is unknown, the lookup may fail, so verify exact identifiers before requesting retrieval.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.