vc-audit-context

Validate project context routing and generate a machine-readable skill catalog.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/tutran27/trust-room-AI --skill vc-audit-context-tutran27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-audit-context
Source: https://github.com/tutran27/trust-room-AI/tree/main/.agents/skills/vc-audit-context
Command: npx skills add https://github.com/tutran27/trust-room-AI --skill vc-audit-context-tutran27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, fs, path, child_process, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies that the project's durable context layer is discoverable and organized, ensuring Claude/Codex wiring integrity.

Core Features & Use Cases

  • Context Routing Audit: Validates the project's context routing protocol and entrypoints.
  • Shared Skill Routing Coverage: Checks if shared skills are discoverable and correctly routed.
  • Skill Dependency Analysis: Evaluates skill dependencies for potential cycles or confusion.
  • Machine-Readable Catalog: Generates a machine-readable skill catalog for automated processing.

Quick Start

Run the vc-audit-context skill to validate the project's context layer and shared 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 audit Claude context routing and ensure shared skills are discoverable?

To audit Claude context routing, you validate the project's durable context layer, entrypoints, and shared skill routing to ensure discoverability and correct wiring integrity across Claude and Codex.

What is context routing validation for Claude and Codex projects?

Context routing validation checks the organization and discoverability of a project's durable context layer, verifying that Claude and Codex wiring correctly routes entrypoints and shared skills without broken dependencies.

How do I generate a machine-readable skill catalog for automated processing?

You generate a machine-readable skill catalog by auditing the project's shared skills and context routing protocol, producing a structured output that maps skill dependencies and entrypoints for automated processing.

Does context routing validation require Node.js and filesystem scripts?

Yes, context routing validation requires Node.js along with filesystem, path, and child process utility scripts to check skill dependencies, routing coverage, and generate the machine-readable catalog.

Why does my Claude context routing fail to discover shared skills?

Context routing fails to discover shared skills when the durable context layer lacks proper organization, entrypoints are misconfigured, or skill dependency cycles prevent correct routing and wiring integrity.