From knowledge-vault
Operate a local knowledge-base vault (.vault/ directory) within any project. This skill should be used when the user says "vault init", "vault ingest", "vault compile", "vault lint", "vault query", "vault process", "vault cleanup", "vault collect", "vault setup-sources", "vault status", "vault agent reset", "add to vault", "ask the vault", "check the vault", or references the .vault/ directory.
npx claudepluginhub psypeal/claude-knowledge-vault --plugin knowledge-vaultThis skill uses the workspace's default tool permissions.
Route to the appropriate `/knowledge-vault:*` command:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Route to the appropriate /knowledge-vault:* command:
| Trigger | Command |
|---|---|
| vault init | /knowledge-vault:init |
| vault ingest, add to vault | /knowledge-vault:ingest |
| vault compile | /knowledge-vault:compile |
| vault lint | /knowledge-vault:lint |
| vault query, ask the vault | /knowledge-vault:query |
| vault process | /knowledge-vault:process |
| vault status, check the vault | /knowledge-vault:status |
| vault cleanup | /knowledge-vault:cleanup |
| vault agent reset | /knowledge-vault:agent-reset |
| vault collect | /knowledge-vault:collect |
| vault setup-sources | /knowledge-vault:setup-sources |