vibecode-pro-max-kit is a set of instructions, agents, skills, hooks, and settings that gives AI coding agents a plan-first software development workflow. It is designed for developers, product owners, and other builders using agents such as Claude Code, Codex, Cursor, Windsurf, or Copilot across different technology stacks. The catalogue entries are the kit's own workflow components.
Borrowing it
Nothing to install: this file belongs to withkynam/vibecode-pro-max-kit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/withkynam/vibecode-pro-max-kit/main/.claude/skills/vc-audit-vc/SKILL.mdgit clone --depth 1 https://github.com/withkynam/vibecode-pro-max-kitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/withkynam/vibecode-pro-max-kit/vc-audit-vc)<a href="https://agentmods.dev/skills/withkynam/vibecode-pro-max-kit/vc-audit-vc"><img src="https://agentmods.dev/badge/skills/withkynam/vibecode-pro-max-kit/vc-audit-vc.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.00658 |
| Opus 5 | $0.00026 | $0.00329 |
| Sonnet 5 | $0.00010 | $0.00132 |
| Haiku 4.5 | $0.00005 | $0.00066 |
Grade A, and why
vc-audit-vc scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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
- Run the Claude/Codex agent parity validator:
node .claude/skills/vc-audit-vc/scripts/validate-agent-parity.mjs - Run the shared skill discovery validator:
node .claude/skills/vc-audit-vc/scripts/validate-skills.mjs - Run the README.md sync validator:
node .claude/skills/vc-audit-vc/scripts/validate-guide-sync.mjs - Run the protocol wiring validator:
node .claude/skills/vc-audit-vc/scripts/validate-protocol-wiring.mjs - Run the seed/scaffold consistency validator:
node .claude/skills/vc-audit-vc/scripts/validate-seeds.mjs - Run the kit portability validator:
node .claude/skills/vc-audit-vc/scripts/validate-kit-portability.mjs - Run the skill invocation wiring validator:
node .claude/skills/vc-audit-vc/scripts/validate-skill-invocation-wiring.mjs - Run the agent frontmatter validator:
node .claude/skills/vc-audit-vc/scripts/validate-agent-frontmatter.mjs - If any script reports failures, inspect the referenced files and patch the smallest relevant surface.
- Re-run the failed validators until they pass.
Rules
- Treat
.claude/agents/as canonical for agent definitions;.codex/agents/mirrors them. - Treat
.claude/skills/as canonical for skills;.agents/skills/is the Codex discovery symlink. - When updating agents, mirror Claude markdown and Codex TOML surfaces together.
- Treat
process/_seeds/as an optional legacy scaffold surface in the live repo. Its absence is a warning-only audit result unless the user is explicitly auditing export-kit scaffolding. - Treat validator warnings as audit findings unless the user asks for a strict cleanup.
- For context routing and discoverability audits, delegate to
audit-context.
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- scripts/export-benchmark-kit.mjs 17 KB runs code
- scripts/fixtures/validate-skill-invocation-wiring/fail.md 168 B
- scripts/fixtures/validate-skill-invocation-wiring/pass.md 208 B
- scripts/validate-agent-frontmatter.mjs 7.0 KB runs code
- scripts/validate-agent-parity.mjs 5.1 KB runs code
- scripts/validate-guide-sync.mjs 4.6 KB runs code
- scripts/validate-kit-portability.mjs 7.3 KB runs code
- scripts/validate-protocol-wiring.mjs 4.5 KB runs code
- scripts/validate-seeds.mjs 3.1 KB runs code
- scripts/validate-skill-invocation-wiring.mjs 6.3 KB runs code
- scripts/validate-skills.mjs 4.7 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 66 lines · 52 tokens per session scan A 7f4075fcc662
vc-audit-vc is a skill published in the GitHub repository withkynam/vibecode-pro-max-kit (1,116 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 658 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
new-skill
Scaffold a new custom SKILL.md file interactively. Use when asked to create a new skill or slash command.
gh-issue
Create, view, list, or comment on GitHub issues. Use when asked to file, open, or manage GitHub issues.
gh-pr
Create, review, or manage GitHub pull requests. Use when asked to open, check, or merge a PR.
branch
Create or switch to a feature branch, typically tied to a GitHub issue. Use when asked to create a branch or start work on an issue.
changelog
Generate a changelog or release notes from recent git history. Use when asked to write a changelog, summarize recent commits, or produce release notes.
lint
Run the linter, auto-fix what's fixable, and report the rest. Use when asked to lint or fix lint errors.