From prompt-manager
This skill provides awareness of the user's saved prompt library. Activate when the user mentions reusing a previous prompt, asks about available prompts, or when a task closely matches a previously saved prompt pattern.
npx claudepluginhub duynb92/quiverThis skill is limited to using the following tools:
You are passively monitoring for opportunities to suggest relevant saved prompts.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
You are passively monitoring for opportunities to suggest relevant saved prompts.
Activate this skill when:
Do not activate for every user message — only when there is a strong semantic match.
Extract relevant keywords from the user's current task context.
Search for matching prompts:
quiver search "<relevant_keywords>" --json --limit 3
If relevant prompts are found, suggest naturally — do not be intrusive:
"I found a saved prompt that might help: code-review — Code review prompt. Want me to load it?"
If the user accepts, execute:
quiver load "<name>" --json
Then present the expanded prompt text.
If no match, do not mention the prompt library — continue helping the user normally.