vc-generate-context
vc-generate-context creates and updates process/context/all-context.md, your project's durable knowledge layer for sharing context across agents. It supports full scans for new projects, delta updates for existing repos, and grouped context generation for organized documentation. Validation scripts ensure routing integrity before context is marked refreshed.
vc-generate-context generates and maintains your project's authoritative context documentation at process/context/all-context.md.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-06-21
vc-generate-context generates and maintains your project's authoritative context documentation at process/context/all-context.md. vc-generate-context creates and updates process/context/all-context.md, your project's durable knowledge layer for sharing context across agents. It supports full scans for new projects, delta updates for existing repos, and grouped context generation for organized documentation. Validation scripts ensure routing integrity before context is marked refreshed.
Use it when
- vc-generate-context maintains a portable knowledge layer shared across agents by keeping your context documentation current.
- Yes, vc-generate-context supports grouped context generation for organized documentation.
Verify before relying
Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.
Install
withkynam/vibecode-pro-max-kit/vc-generate-context · repository language: JavaScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I generate project context documentation with vc-generate-context?
vc-generate-context creates and updates process/context/all-context.md, your project's durable knowledge layer for sharing context across agents. Run the tool to perform a full scan of your codebase on first use, or use delta mode to update an existing context file incrementally. The tool generates authoritative documentation that agents can reference throughout their workflows.
What is the purpose of refreshing project context in vc-generate-context?
vc-generate-context maintains a portable knowledge layer shared across agents by keeping your context documentation current. Refresh your project context whenever your codebase architecture, dependencies, or key patterns change. The tool validates routing integrity and consistency before marking context as refreshed, ensuring all agents work from accurate, up-to-date information.
Can vc-generate-context create grouped context files for architectural areas?
Yes, vc-generate-context supports grouped context generation for organized documentation. You can set up context files organized by architectural areas, allowing teams to maintain focused knowledge layers for specific components or domains. This grouped approach keeps documentation modular and easier to navigate.
How does vc-generate-context validate repository context consistency?
vc-generate-context includes validation scripts that audit your repository context before marking it as refreshed. These scripts check routing integrity and consistency across your documentation, catching issues like broken references or incomplete context. This validation ensures your context layer remains reliable for code analysis workflows and agent routing.
What happens when I update repo context file with vc-generate-context?
vc-generate-context updates process/context/all-context.md with either full scans or delta updates. For existing repositories, delta mode captures only changes since the last refresh, reducing overhead. The tool then validates the updated context and routes it appropriately for downstream code analysis workflows.
Is vc-generate-context open source and what license does it use?
vc-generate-context is released under the MIT license, making it freely available for commercial and personal use. You can modify, distribute, and integrate it into your projects with minimal restrictions.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Generate Context
> Output style: Follow process/development-protocols/communication-standards.md — answer-first, plain language, no unexplained jargon, TL;DR on long responses.
Use this skill to maintain process/context/all-context.md, the broad portable project knowledge layer shared by Codex and Claude. Use process/context/all-context.md as the context router before reading grouped docs.
Optional input: a package, app, feature, context group, or architectural area to refresh first.
Workflow
- Read
references/generate-context.mdfor the full context contract. - Determine mode:
- Full scan when
process/context/all-context.mdis missing. - Delta update when it exists.
- Read
process/context/all-context.mdwhen present to identify relevant grouped context files. - Inspect
(truncated - see the full file via the links below)
File tree — 3 files
.claude/skills/vc-generate-context/SKILL.md
.claude/skills/vc-generate-context/references/generate-context.md
.claude/skills/vc-generate-context/scripts/validate-all-context.mjs
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Generate or refresh authoritative project context documentation”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
vc-audit-context validates your project's context layer, routing tables, and shared-skill discovery across agents. Run built-in validators to catch missing context files, broken skill references, and protocol misalignment, then regenerate your machine-readable skill catalog.
vc-setup guides you through configuring an agent development harness tailored to your project. It detects your tech stack, asks clarifying questions to understand your codebase, then scaffolds the necessary directory structure and context files—always requesting approval before making changes. Works equally well on new projects and those with existing configurations.
vc-generate-plan transforms feature ideas and product requirements into structured implementation plan artifacts saved to your repo. It handles both straightforward single-phase work and large multi-phase programs, organizing plans with required sections for touchpoints, contracts, blast radius, and verification gates. The skill enforces answer-first communication and ensures execution handoff clarity through explicit resume notes.
vc-audit-vc checks that your agent harness layer stays internally consistent and correctly wired across Claude, Codex, documentation, and protocol files. Run validators to catch agent definition drift, skill discovery mismatches, guide sync failures, and wiring breaks—then patch and re-run until all checks pass.
vc-context-discovery is the canonical context-loading entry point for every agent session. It discovers and surfaces all nested files under process folders, extracts frontmatter metadata, and routes context by domain using keyword matching. Use the auto-discovery script or keyword-first routing to load exactly the docs your task needs.
This skill scaffolds multi-phase programs by generating an umbrella orchestration plan, Program Goal Charter, per-phase plan stubs, and a session-goal block. It enforces a 7-step inner loop (Research → Innovate → Plan-Supplement → PVL → Execute → EVL → Update-Process) with validation gates between phases, ensuring each phase is ready before the next begins. Use it when work naturally breaks into 3+ dependent phases across multiple packages or services.
More skills vc-generate-spec (MIT)