From prompt-manager
Save a prompt for later reuse with optional tags, category, and template variables
npx claudepluginhub duynb92/quiverThis skill is limited to using the following tools:
You are helping the user save a prompt to 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 save a prompt to their local prompt library.
Parse the argument: the first word is the prompt name, everything after is content.
If no content was provided in the argument, ask the user for it:
"What's the prompt content? (Tip: use
{{variable}}or{{variable:default}}for template variables)"
Save the prompt by running:
quiver save "<name>" --content "<content>" --json
Parse the JSON response:
quiver edit <name>.If variables were auto-detected (the JSON response includes a non-empty variables array), list them clearly:
Detected template variables:
- language (default: TypeScript)
- framework (no default)
Optionally enrich metadata: ask the user if they want to add tags, a category, or a description. If yes, re-run:
quiver save "<name>" --content "<content>" --tags "<tags>" --category "<cat>" --description "<desc>" --json
(Note: this will fail with "already exists" — instead use a DELETE + re-save approach if needed, or inform the user that quiver edit handles updates.)
Present final confirmation with a summary: name, variable count, tags, category.