From claude-vault
Save the current project's active plugin and MCP set as a reusable bundle in the Claude Vault inventory. Use when the user has a project configured the way they like and wants to capture that combination for reuse.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-vaultThis skill uses the workspace's default tool permissions.
**Status: stub.** Not yet implemented.
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.
Status: stub. Not yet implemented.
Intended behaviour: read the current project's enabledPlugins and .mcp.json, ask the user for a bundle name + description, and append a new entry to bundles[] in the inventory file (path resolved per skills/_shared/inventory-path.md). Reject if a bundle with that name already exists unless --overwrite is passed.