From claude-vault
List plugins, MCP servers, and bundles available in the user's Claude Vault inventory. Use when the user asks what's in their vault, what they could activate, or "show me my vault".
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-vaultThis skill uses the workspace's default tool permissions.
Read the vault inventory and present its contents grouped by category.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Read the vault inventory and present its contents grouped by category.
skills/_shared/inventory-path.md (the canonical resolver: $CLAUDE_USER_DATA → $XDG_DATA_HOME/claude-plugins → ~/.local/share/claude-plugins, then /claude-vault/inventory.json). Read it. If it doesn't exist, tell the user the resolved path and point at the README format, then stop. Do not fall back to ~/.claude/.plugins (array), mcpServers (array), bundles (array). Any may be missing — treat as empty.Group by category with a heading per group. One line per entry. Skip empty groups. End with totals: N plugins, M MCP servers, K bundles.
Do not echo the raw JSON unless the user asks.