skillfed

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

1,058 219 MIT updated by withkynam

Install

withkynam/vibecode-pro-max-kit/vc-generate-context · repository language: JavaScript

git clone https://github.com/withkynam/vibecode-pro-max-kit
cp -r vibecode-pro-max-kit/.claude/skills/vc-generate-context ~/.claude/skills/vc-generate-context
npx skillfed install withkynam/vibecode-pro-max-kit/vc-generate-context

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

  1. Read references/generate-context.md for the full context contract.
  2. Determine mode:
  3. Full scan when process/context/all-context.md is missing.
  4. Delta update when it exists.
  5. Read process/context/all-context.md when present to identify relevant grouped context files.
  6. Inspect

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

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

Related skills

Tags

documentation-automation knowledge-management repo-indexing context-routing codebase-mapping metadata-generation project-scaffolding cross-agent-knowledge workflow-orchestration