From claude-vault
Show which vault plugins and MCP servers are currently active in the current project. Use when the user asks "what's enabled here", "what's active in this project", or wants to audit the project's tool surface before activating more.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-vaultThis skill uses the workspace's default tool permissions.
Inspect the current project's Claude Code configuration and report what's enabled.
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.
Inspect the current project's Claude Code configuration and report what's enabled.
.claude/ or .git/.<project>/.claude/settings.json — look at enabledPlugins (object: "name@marketplace": true) and enabledMcpjsonServers (array of MCP server names from .mcp.json).<project>/.claude/settings.local.json — same shape, may override.<project>/.mcp.json — mcpServers object (name → config).skills/_shared/inventory-path.md and read it (treat missing as empty). Label each active item as vault (present in inventory) or external (not in inventory)..mcp.json AND in enabledMcpjsonServers, or only in .mcp.json)Compact. One line per entry. Mark vault items with [vault], external with [ext]. End with totals.