vcgenerate-context

Solid

Generate or update the project's authoritative repository context at process/context/all-context.md. Use when repo context is missing, stale, or contradicted by code.

AI & Automation 852 stars 197 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
98
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
91
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Generate Context 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: - Full scan when `process/context/all-context.md` is missing. - Delta update when it exists. 3. Read `process/context/all-context.md` when present to identify relevant grouped context files. 4. Inspect current repo state, active plans, feature folders, package scripts, tooling, important architecture files, and relevant `process/context/**/*.md` docs. 5. Produce exactly one updated file: `process/context/all-context.md`. 6. Include scan timestamp, repo HEAD if available, changes since last update, open questions, and source references. 7. Validate the generated context: ```bash node .claude/skills/vc-generate-context/scripts/validate-all-context.mjs ``` 8. If routing or grouped context changed, also run: ```bash node .claude/skills/vc-audit-context/scripts/validate-context-discovery.mjs ``` ## Rules - Treat `process/context/` as durable cross-agent knowledge. - Treat `process/context/all-context.md` as the durable routing protocol; do not replace it with generated prose. - Do not store agent-specific mechanics here u...

Details

Author
withkynam
Repository
withkynam/vibecode-pro-max-kit
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category