vc-audit-context

Audit project context routing and shared-skill discoverability across Claude and Codex.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-audit-context-lovecrushfamily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-audit-context
Source: https://github.com/lovecrushfamily/Manga2Anime/tree/main/.claude/skills/vc-audit-context
Command: npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-audit-context-lovecrushfamily

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses issues related to project context routing, shared-skill discoverability, and Claude/Codex wiring. It helps to ensure that context documents or skill surfaces are organized and easily accessible when they move, split, or drift.

Core Features & Use Cases

  • Context Routing Audit: Verify that the project's durable context layer is discoverable and well-organized.
  • Shared Skill Discovery: Check the existence and routing of shared skills across Claude/Codex.
  • Layer and Frontmatter Validation: Validate that SKILL.md files have the required frontmatter fields, including name, description, and layer.
  • Dependency and Parity Checks: Confirm that skill dependencies and agent parity are in sync.

Quick Start

Run the vc-audit-context skill to perform an audit on your project's context and skills.

Frequently Asked Questions about vc-audit-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate project context routing and skill discoverability in Claude?

Validating project context routing involves auditing your durable context layer and shared-skill discoverability to ensure documents remain accessible and organized when they move or drift.

What is context routing audit for shared skills?

A context routing audit verifies that your project's durable context layer is discoverable and checks the existence and routing of shared skills across Claude and Codex configurations.

How do I check SKILL.md frontmatter completeness and required fields?

To check SKILL.md frontmatter completeness, validate that each file contains the required fields: name, description, and layer, ensuring your skill surfaces are properly configured.

Does this context routing audit require Node.js to run?

Yes, this context routing audit requires Node.js installed in your environment to execute its scripts and analyze your project's configuration files for routing consistency.

How do I verify Claude and Codex agent parity for skill dependencies?

Verifying Claude and Codex agent parity involves running dependency and parity checks to confirm that skill dependencies and agent configurations remain in sync across both platforms.

Why does my shared skill discovery fail when context documents split?

Shared skill discovery fails when context documents split because the durable context layer drifts, making surfaces inaccessible; auditing routing consistency resolves these organizational gaps.