vc:audit-context

vc:audit-context is a skill for Claude Code, Codex from opencue/cuecards. It costs 39 tokens per session (613 once invoked), scanned A, original, MIT.

A set of checks for verifying that a project's context documentation, shared skills, and agent connections are correctly organised and discoverable.

In plain words
What is it for?
Use it to audit context documentation, skill discovery, cross-references, dependencies, confusingly similar skills, and the generated skill catalog.
Why use it?
It helps catch broken links, missing routing information, inconsistent catalogs, and other problems that stop agents from finding the guidance they need.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

Good fit Use it to audit context documentation, skill discovery, cross-references, dependencies, confusingly similar skills, and the generated skill catalog.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/opencue/cuecards/vc-audit-context
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add opencue/cuecards --skill vc-audit-context
Clone the repo
git clone --depth 1 https://github.com/opencue/cuecards

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for vc:audit-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/opencue/cuecards/vc-audit-context.svg)](https://agentmods.dev/skills/opencue/cuecards/vc-audit-context)
Your own site
<a href="https://agentmods.dev/skills/opencue/cuecards/vc-audit-context"><img src="https://agentmods.dev/badge/skills/opencue/cuecards/vc-audit-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 613 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00613
Opus 5 $0.00019 $0.00307
Sonnet 5 $0.00008 $0.00123
Haiku 4.5 $0.00004 $0.00061

Measured 3d ago against content hash 928b239179b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

vc:audit-context 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 3d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/generate-skills-catalog.mjs, scripts/shared-skill-utils.mjs, scripts/validate-confusable-skills.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/vc-audit-context/SKILL.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Audit Context

Use this skill to verify that Flowser'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:
    node .Codex/skills/vc-audit-context/scripts/validate-context-discovery.mjs
    
  4. Run the shared skill routing coverage validator:
    node .Codex/skills/vc-audit-context/scripts/validate-skill-routing.mjs
    
  5. Run the skill cross-reference validator:
    node .Codex/skills/vc-audit-context/scripts/validate-skill-cross-refs.mjs
    
  6. Run the skill dependency/confusable analysis:
    node .Codex/skills/vc-audit-context/scripts/validate-skill-dependencies.mjs
    node .Codex/skills/vc-audit-context/scripts/validate-confusable-skills.mjs
    
  7. Regenerate or check the machine-readable skill catalog:
    node .Codex/skills/vc-audit-context/scripts/generate-skills-catalog.mjs --write
    node .Codex/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, protocol wiring), use the audit-vc skill.

Rules

  • Treat .Codex/skills/ as canonical; .agents/skills/ is the Codex discovery symlink.
  • Treat .Codex/skills/vc-audit-context/references/skill-routing-policy.json as the explicit allowlist for intentionally non-routed shared skills.
  • Do not move large context files without updating process/context/all-context.md.
  • Do not delete compatibility wrappers unless no current reference points to them.
  • Keep context groups durable-domain based, not one group per temporary feature.
  • When updating agents, mirror Codex markdown and Codex TOML surfaces together.
  • Treat validator warnings as audit findings unless the user asks for a strict cleanup.
  • Prefer validator-backed routing truth over adding more soft prose.
  • Treat process/context/generated-skills-catalog.json as the machine-readable catalog owned by audit-context.

Read the full file on GitHub · 58 lines

Changes

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.

  1. 3d ago First seen · 58 lines · 39 tokens per session scan A 928b239179b6

Subscribe to this mod's changes

vc:audit-context is a skill published in the GitHub repository opencue/cuecards (5 stars, last pushed yesterday), licensed MIT. It adds 39 tokens to every session and 613 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

{{BUCKET}}-management

Skill "{{BUCKET}}-management" from damusix/atomic-claude, covering purpose, doc shape and frontmatter contract.

damusix/atomic-claude · 0 tokens

loop

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the architect when the loop…

ZaxbyHub/opencode-swarm · 72 tokens

memstack-business-client-onboarding

Use this skill when the user says 'client onboarding', 'new client', 'onboard client', 'kickoff meeting', 'intake form', 'welcome email', or needs welcome sequences, questionnaires, and setup checklists for new clients. Do NOT use for contracts or invoicing.

cwinvestments/memstack · 65 tokens

memstack-product-roadmap-builder

Use this skill when the user says 'roadmap', 'product roadmap', 'quarterly plan', 'now/next/later', 'OKRs', or needs strategic planning with themes, milestones, resource allocation, and stakeholder-ready views. Do NOT use for MVP scoping or sprint-level planning.

cwinvestments/memstack · 67 tokens

state

Use when the user says 'update state', 'project state', 'where was I', or at session start to load current context.

cwinvestments/memstack · 29 tokens

loongsuite-pilot-insight

A reporting workflow for turning LoongSuite Pilot and AI coding-agent logs into structured reports about events, teams, data quality, development efficiency, and AI use. It defines the meaning of the log fields and the measurements used in dashboards.

alibaba/loongsuite-pilot · 91 tokens