From conversion-os
Vault health check for Conversion OS, validate structure, link integrity, staleness, token bloat, duplication, frontmatter compliance, and the client-confidentiality firewall. Produces a score and report, then fixes per category with approval. Triggers: /audit, "audit the vault", "health check the vault", "vault is getting messy", "check my OS", "clean up the vault".
How this skill is triggered — by the user, by Claude, or both
Slash command
/conversion-os:auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keeps a growing vault fast, cheap, and trustworthy. Run monthly (the weekly
Keeps a growing vault fast, cheap, and trustworthy. Run monthly (the weekly review nags when overdue). Never modifies anything without per-category approval; never touches CLAUDE.md files automatically (findings only).
.claude/hooks/validate-structure.sh and collect its findings;
then glob all *.md (skip .git, .obsidian, Clients/_archive, .trash)
and classify each by type: frontmatter (fallback: path).references/checks.md. Each finding:
category · path(:line) · severity (fail/warn) · evidence · why it matters · fixable?. Judgment over regex: a 200-line context file mid-rewrite is a warn
with a note, not a mechanical fail.references/report.md. Show the scorecard first,
then findings grouped by category (worst first).Clients/_archive/.Ops/decisions/YYYY-MM-DD-vault-audit.md (type: decision, tags: [audit, generated]), including score, findings count by
category, fixes applied, and the re-scored result. Suggest the next audit date.| # | Category | Catches |
|---|---|---|
| C1 | Structure | misplaced files, missing profiles/contracts, naming drift, stale Inbox |
| C2 | Links | dead wikilinks, orphan notes, missing entity links |
| C3 | Freshness | reviewed: >90d, dateless context, stale health reviews, dead projects |
| C4 | Budget | root >120 lines, folder CLAUDE.md >50, context >150, duplicated instructions |
| C5 | Firewall | Library→Clients references, sibling-client mentions, client material outside workspaces, credentials in stack files |
| C6 | Frontmatter | missing/invalid type/status/tags, slug↔client: mismatches, ledger format violations |
C5 failures are always reported first, they're trust failures, not hygiene.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub conversionsystem/operating-system --plugin conversion-os