vcaudit-context

Solid

Audit project context routing, shared-skill discoverability, and Claude/Codex wiring. Use when context docs or skill surfaces move, split, or drift.

AI & Automation 852 stars 197 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
98
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Audit Context 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 1. Read `process/context/all-context.md` for the context routing protocol. 2. Read `references/audit-context.md` for the full audit process. 3. Run the context discovery validator: ```bash node .claude/skills/vc-audit-context/scripts/validate-context-discovery.mjs ``` 4. Run the shared skill routing coverage validator: ```bash node .claude/skills/vc-audit-context/scripts/validate-skill-routing.mjs ``` 5. Run the skill cross-reference validator: ```bash node .claude/skills/vc-audit-context/scripts/validate-skill-cross-refs.mjs ``` 6. Run the skill dependency/confusable analysis: ```bash node .claude/skills/vc-audit-context/scripts/validate-skill-dependencies.mjs node .claude/skills/vc-audit-context/scripts/validate-confusable-skills.mjs ``` 7. Regenerate or check the machine-readable skill catalog: ```bash node .claude/skills/vc-audit-context/scripts/generate-skills-catalog.mjs --write node .claude/skills/vc-audit-context/scripts/generate-skills-catalog.mjs --check ``` 8. If any script reports failures, inspect the referenced files and patch the smallest relevant surface. 9. Re-run the failed validators until they pass. For agent/skill harness validation (agent parity, skill frontmatter, README.md sync,...

Details

Author
withkynam
Repository
withkynam/vibecode-pro-max-kit
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category