vc-generate-context
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.
pinned to #3bcb2f9updated 2 weeks ago
Ask your AI client: “install skills/vc-generate-context”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/vc-generate-contextmetahub onboarded this repo on the author's behalf.
If you own github.com/withkynam/vibecode-pro-max-kit on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
1,035
Last commit
2 weeks ago
Latest release
published
- #agentic
- #ai-agents
- #ai-coding-assistant
- #ai-development
- #ai-workflow
- #anthropic
- #claude
- #claude-code
- #cli-tools
- #code-quality
- #codex
- #coding-agents
- #cursor
- #developer-tools
- #llm
- #openai
- #prompt-engineering
- #typescript
- #vibe-coding
- #vibecoding
About this skill
Pulled from SKILL.md at publish time.
> **Output style:** Follow `process/development-protocols/communication-standards.md` — answer-first, plain language, no unexplained jargon, TL;DR on long responses.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.3bcb2f9· 2 weeks ago
Kind-specific
31Skill: SKILL.md present
found at .claude/skills/vc-generate-context/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
356 words · 2,888 chars · 3 sections
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrent3bcb2f9warn2 weeks ago
Contents
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.
- Full scan when
- Read
process/context/all-context.mdwhen present to identify relevant grouped context files. - Inspect current repo state, active plans, feature folders, package scripts, tooling, important architecture files, and relevant
process/context/**/*.mddocs. - Produce
process/context/all-context.mdPLUSprocess/context/{group}/all-{group}.mdfor each detected or approved group (see Invocation Modes below). - Include scan timestamp, repo HEAD if available, changes since last update, open questions, and source references.
- Validate the generated context:
node .claude/skills/vc-generate-context/scripts/validate-all-context.mjs - If routing or grouped context changed, also run:
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.mdas the durable routing protocol; do not replace it with generated prose. - Do not store agent-specific mechanics here unless they affect project workflow.
- Do not rewrite grouped context docs; if they are stale or mis-grouped, flag
audit-context. - Prefer concise, factual, path-specific documentation.
- Use
pnpmterminology for package management. - Treat validation failures as blockers before presenting context as refreshed.
Invocation Modes
| Mode | Trigger | Group-detection | Output |
|---|---|---|---|
setup-delegation | Called by vc-setup passing an approved-groups list | Skip re-detection; use the list provided | all-context.md + all-{group}.md for each approved group |
standalone-full | Direct invocation with no groups list | Self-detect groups via the detection table in references/generate-context.md | all-context.md + all-{group}.md for all detected groups |
delta | Invoked when context already exists; update context | Self-detect; create MISSING groups only; warn on unrecognized; never delete | all-context.md updated + any new all-{group}.md files created |
See references/generate-context.md for per-mode instructions, the Context Group Detection Table, and delta-mode group-creation rules.
Reviews
No reviews yet. Be the first.
Related
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
orchestration-patterns
>
migration-patterns
>
mh install skills/vc-generate-context