knowledge-primelisted
Install: claude install-skill voxpelli/vp-claude
# Knowledge Primer
Surface project-relevant Basic Memory knowledge as a concise context brief.
Identifies which dependencies and tools are documented, loads key gotchas and
patterns, and highlights gaps worth filling.
## Flags
- **`--deep`** — expand observation loading from 800 to 2000 tokens and include
`[pattern]`, `[feature]`, `[usage]` categories alongside the default critical
categories. Also expands graph traversal from top 6 to top 12 notes.
## Edge Cases
- **No manifest files found** — report "No package or tool manifest files
detected in the current directory" and skip steps 2–5. Suggest running
in a project root.
- **Empty BM directories** — treat as 0 documented. Don't error.
- **Very large dependency lists (100+)** — cap at top 50 by frequency/
alphabetical for the cross-reference. Note total count in the brief.
- **`--deep` on a small graph (<10 notes)** — treat as compact mode.
Report "Graph has fewer than 10 notes — showing all relevant notes."
## Workflow
### 1. Identify project stack
Detect manifest files in the current working directory:
| Manifest file | Ecosystem | BM directory | Prefix |
|---------------|-----------|--------------|--------|
| `package.json` | npm | `npm/` | `npm:` |
| `Cargo.toml` | Rust | `crates/` | `crate:` |
| `go.mod` | Go | `go/` | `go:` |
| `composer.json` | PHP | `composer/` | `composer:` |
| `pyproject.toml` or `requirements.txt` | Python | `pypi/` | `pypi:` |
| `Gemfile` | Ruby | `gems/` | `gem:` |
| `Brewf