npx claudepluginhub duynb92/quiverThis skill is limited to using the following tools:
You are helping the user load and expand a saved prompt from their local prompt library.
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 helping the user load and expand a saved prompt from their local prompt library.
Parse the argument for the query string and any --set key=value flags.
Load the prompt:
quiver load "<query>" [--set "var=value" ...] --json
If the command fails (exit code 1 — not found):
quiver search "<query>" --json --limit 5
<query> were found."If the response includes warnings (unset variables with no default):
quiver load with the additional --set flags.Present the expanded prompt text clearly, formatted as a markdown code block or quoted block.
Tell the user the prompt is ready to use — they can copy it or continue the conversation using its content directly.