npx claudepluginhub duynb92/quiverThis skill is limited to using the following tools:
You are helping the user search their saved 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 search their saved prompt library.
Parse the argument for the query string and any --tag or --category flags.
Run the search:
quiver search "<query>" [--tag "<tag>"] [--category "<cat>"] --json
Parse the JSON results and format as a markdown table:
| # | Name | Category | Tags | Uses | Preview |
|---|---|---|---|---|---|
| 1 | code-review | development | review, quality | 47 | Review this {{language}}... |
Truncate the Preview column to ~50 characters.
If no results:
quiver list --json to show all available prompts.