Загрузка контекста в начале агентской сессии
documentation
vc-context-discovery is a Claude Code skill that discovers and loads all relevant context for the current task at the start of every agent session. It runs discover-context.mjs, which scans process/context/, process/development-protocols/, and process/general-plans/active/, extracting only the YAML frontmatter of each .md file without reading full file contents into context. Keyword-first routing via --match tokenizes the task description and ranks context docs by overlap with their frontmatter keywords field, then appends related siblings for cross-domain tasks. The routing table block inside all-context.md is generated from frontmatter using --emit-routing and validated with --check-routing, keeping the index drift-proof. Part of the vibecode-pro-max-kit, this skill is the canonical context-loading entrypoint for teams that need deterministic repository context before any agent operation begins.
- #context-discovery
- #context-loading
- #feature-routing
- #domain-routing
- #session-startup