What problem does it solve? Repository documentation drifts out of sync with the actual codebase, leaving AI agents and developers without a reliable source of truth about project structure, stack, and conventions. This Skill scans the repo and produces a maintained, validated context layer. ## Core Features & Use Cases - Full and Delta Modes: Performs a full scan when context is missing, or a delta update that preserves stable sections and records changes since the last update. - Context Group Detection: Detects domains like database, auth, CI/CD, and infra from project signals and generates per-group context files under process/context/. - Built-in Validation: Ships a Node.js validator that checks required sections, freshness dates, secret leakage, and broken path references before context is accepted. - Use Case: After adding a new database layer and CI pipeline to a monorepo, run this Skill to refresh all-context.md, create the new database/ and cicd/ group docs, and validate the result. ## Quick Start Ask the AI to generate or refresh the repository context at process/context/all-context.md using the vc-generate-context skill.