What problem does it solve? Coding agents often work without access to official, version-accurate guidance for the frameworks, libraries, and services a project uses, leading to outdated or hallucinated patterns. This Skill audits the project's declared stack and ensures every technology has current, vendor-controlled agent context installed. ## Core Features & Use Cases - Stack Inventory: Builds a checklist of direct dependencies from manifests and config files, using lockfiles only to confirm installed versions without expanding into transitive packages. - Official Context Discovery: Uses find-skills or the Skills CLI to locate vendor-controlled skills, verifying ownership against official documentation rather than search rank or install counts. - Live Guidance Management: Adds bounded managed instructions to AGENTS.md or CLAUDE.md that point agents to retrieve current vendor sources like llms.txt at task time, while preserving user-authored content. - Use Case: When adopting a new project with Next.js, Prisma, and Playwright in package.json, run this Skill to install each vendor's official agent context and record gaps where no official source exists. ## Quick Start Ask the agent to audit this project's stack and install official agent context for every direct dependency.