skillfed

vc-audit-vc

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-audit-vc validates agent harness consistency across Claude, Codex, README, and protocol files.

AI-generated summary based on this skill's SKILL.md

1,058 219 MIT updated by withkynam

Install

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

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

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does vc-audit-vc audit agent harness health for?

vc-audit-vc checks that your agent harness layer stays internally consistent and correctly wired across Claude, Codex, documentation, and protocol files. It validates agent definitions, skill registry alignment, README sync, and protocol file wiring to catch drift and mismatches before they break agent behavior.

How does vc-audit-vc validate Claude and Codex agent parity?

vc-audit-vc compares Claude and Codex agent definitions against the skill registry to ensure both agents expose the same skills, frontmatter, and invocation wiring. It flags parity gaps so you can align agent behavior across both implementations.

Can vc-audit-vc verify README.md and protocol files are in sync?

Yes. vc-audit-vc validates that README.md, protocol files, and agent definitions reference the same skills, versions, and wiring patterns. It detects when guides drift from actual agent code and alerts you to re-sync them.

What happens when vc-audit-vc detects agent skill discovery issues?

vc-audit-vc checks skill invocation wiring and agent frontmatter correctness to ensure skills are discoverable and callable. When it finds wiring breaks or missing frontmatter, it diagnoses the drift so you can patch agent definitions and re-run validation until all checks pass.

How does vc-audit-vc handle agent and skill file moves or splits?

vc-audit-vc detects and diagnoses drift when agents, skills, or files move or split by cross-referencing harness layer wiring, registry entries, and protocol definitions. It helps you identify broken paths and misaligned references after refactoring.

Is vc-audit-vc open source and what license does it use?

Yes, vc-audit-vc is released under the MIT license, making it free to use, modify, and distribute in both open and closed projects.

SKILL.md

rendered from the published skill — quoted content, verbatim

Audit VC (Version Control Harness Health)

> 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 agent harness layer is internally consistent and correctly wired across Claude, Codex, README.md, and protocol files.

For context routing, grouping, and discoverability audits, use the audit-context skill instead.

Workflow

  1. Run the Claude/Codex agent parity validator: bash node .claude/skills/vc-audit-vc/scripts/validate-agent-parity.mjs
  2. Run the shared skill discovery validator: bash node .claude/skills/vc-audit-vc/scripts/validate-skills.mjs
  3. Run the README.md sync validator: ```bash node

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

Read as markdown · JSON record · Browse the source repository

File tree — 12 files
.claude/skills/vc-audit-vc/SKILL.md
.claude/skills/vc-audit-vc/scripts/export-benchmark-kit.mjs
.claude/skills/vc-audit-vc/scripts/fixtures/validate-skill-invocation-wiring/fail.md
.claude/skills/vc-audit-vc/scripts/fixtures/validate-skill-invocation-wiring/pass.md
.claude/skills/vc-audit-vc/scripts/validate-agent-frontmatter.mjs
.claude/skills/vc-audit-vc/scripts/validate-agent-parity.mjs
.claude/skills/vc-audit-vc/scripts/validate-guide-sync.mjs
.claude/skills/vc-audit-vc/scripts/validate-kit-portability.mjs
.claude/skills/vc-audit-vc/scripts/validate-protocol-wiring.mjs
.claude/skills/vc-audit-vc/scripts/validate-seeds.mjs
.claude/skills/vc-audit-vc/scripts/validate-skill-invocation-wiring.mjs
.claude/skills/vc-audit-vc/scripts/validate-skills.mjs

Related skills

Tags

agent-infrastructure consistency-validation multi-platform-sync harness-diagnostics wiring-verification registry-integrity protocol-alignment cross-agent-parity