voxpelli/vp-claude
3 stars · Last commit 2026-06-04
Claude Code plugin marketplace + plugin that turns Basic Memory into an actively maintained knowledge graph
README preview
# vp-knowledge A [Claude Code](https://claude.ai/code) plugin that turns [Basic Memory](https://github.com/basicmachines-co/basic-memory) into an actively maintained knowledge graph. Research packages from six ecosystems and tools from six dev-environment categories using parallel enrichment, find documentation gaps in your projects, detect when documented packages and tools have drifted from upstream registries (brew, npm, cask, crate, vscode), surface project-relevant knowledge before coding, and let autonomous agents audit and improve your notes — all without leaving your terminal. ## What it does ### `/package-intel <pkg>` — Research any package Queries seven sources in parallel, synthesizes a structured note, and cross-links existing notes. Supports six ecosystems: | Form | Ecosystem | Example | |------|-----------|---------| | `<name>` (no prefix) | npm (default) | `fastify` | | `npm:<name>` | npm | `npm:@fastify/postgres` | | `crate:<name>` | Rust / crates.io | `crate:serde` | | `go:<module/path>` | Go modules | `go:github.com/gin-gonic/gin` | | `composer:<vendor>/<pkg>` | PHP / Packagist | `composer:laravel/framework` | | `pypi:<name>` | Python / PyPI | `pypi:requests` | | `gem:<name>` | Ruby / RubyGems | `gem:rails` |