vc-audit-context
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-audit-context audits context routing, skill discoverability, and agent wiring to detect gaps and drift.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-06-21
vc-audit-context audits context routing, skill discoverability, and agent wiring to detect gaps and drift. 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.
Use it when
- vc-audit-context provides validators to audit your project context routing, checking that skill references are wired correctly.
- Yes.
Verify before relying
Read SKILL.md below before installing (12 files). Open directory: indexed for reading, not audited.
Install
withkynam/vibecode-pro-max-kit/vc-audit-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
What does vc-audit-context do?
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.
How do I audit project context routing with vc-audit-context?
vc-audit-context provides validators to audit your project context routing, checking that skill references are wired correctly, context files are discoverable, and routing tables align with your agent configuration. Use the built-in audit commands to detect missing or misaligned context before deployment.
Can vc-audit-context detect context drift and gaps?
Yes. vc-audit-context detects context drift, routing issues, and gaps in your shared skill surfaces. It validates that protocol frontmatter, skill keywords, and catalog entries stay consistent across your project, and flags any misalignment between your context layer and agent wiring.
Does vc-audit-context help with new project setup?
Yes. vc-audit-context can bootstrap and organize your context layer from scratch for new projects. It validates skill catalog consistency, organizes context files, and ensures your skill discovery and routing are properly configured before you wire agents.
How does vc-audit-context handle skill dependencies?
vc-audit-context analyzes skill dependencies and identifies confusable or redundant skills in your catalog. It cross-references skill definitions, validates keyword coverage, and helps you spot overlapping or duplicate skills that may cause routing confusion.
What license does vc-audit-context use?
vc-audit-context is licensed under MIT, allowing free use, modification, and distribution with minimal restrictions.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Audit 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 verify that the project's durable context layer is discoverable and organized.
Optional input: a context group, agent, skill, or folder scope to prioritize during the audit.
Workflow
- Run
find process/context/ -type f | sortto get the full file listing before routing. This ensures no context file is silently skipped when the router is incomplete or drifted. - Read
process/context/all-context.mdfor the context routing protocol. - Read
references/audit-context.mdfor the full audit process. - Run the context discovery validator: ```bash node
(truncated - see the full file via the links below)
File tree — 12 files
.claude/skills/vc-audit-context/SKILL.md
.claude/skills/vc-audit-context/references/audit-context.md
.claude/skills/vc-audit-context/references/skill-routing-policy.json
.claude/skills/vc-audit-context/scripts/generate-skills-catalog.mjs
.claude/skills/vc-audit-context/scripts/shared-skill-utils.mjs
.claude/skills/vc-audit-context/scripts/validate-confusable-skills.mjs
.claude/skills/vc-audit-context/scripts/validate-context-discovery.mjs
.claude/skills/vc-audit-context/scripts/validate-protocol-discovery.mjs
.claude/skills/vc-audit-context/scripts/validate-skill-cross-refs.mjs
.claude/skills/vc-audit-context/scripts/validate-skill-dependencies.mjs
.claude/skills/vc-audit-context/scripts/validate-skill-keywords.mjs
.claude/skills/vc-audit-context/scripts/validate-skill-routing.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 › “Audit and validate project context routing, skill discoverability, and agent wiring”
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-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-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-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-scout finds files across your codebase using shell search patterns and optional parallel research agents to divide large search spaces. Use it when you need to locate specific files, understand project structure, or gather context before starting work on features spanning multiple directories.
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.
vc-audit-plans scans your active plan inventory to flag stale, completed, or obsolete artifacts and recommend archival or cleanup actions. It validates plan status against your codebase, detects misplaced task artifacts, and surfaces a summary table with classifications and next steps. Use it for periodic maintenance, post-burst reconciliation, or when plan cleanup has drifted.
More skills vc-autopilot (MIT) · vc-generate-plan (MIT) · vc-generate-phase-program (MIT) · vc-debug (MIT) · vc-generate-spec (MIT)