← ClaudeAtlas

knowledge-primelisted

This skill should be used when the user asks to 'prime context', 'load project knowledge', 'what do we know about this project', 'knowledge brief', 'project context', 'what packages are documented', 'show coverage for this project', 'dependency coverage report', 'which of our deps have notes', 'knowledge primer', 'prime session', 'context for this project'. Surfaces project-relevant Basic Memory knowledge at session start or on demand — dependency coverage, key gotchas, engineering context, and gaps. NOT for freeform topic questions about individual packages or concepts (use /knowledge-ask for that).
voxpelli/vp-claude · ★ 3 · AI & Automation · score 70
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