From vault-wiki
Analyze a project for documentation completeness gaps. Adapts scoring to the project type: plugin, package, API, SDK, monorepo, or docs. Triggers when the user says "lint", "audit docs", "completeness check", "what needs work", "score this project", "check documentation", or "lint --target-dir <path>".
How this skill is triggered — by the user, by Claude, or both
Slash command
/vault-wiki:lintsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze a target directory for documentation completeness. Produces a scored report
Analyze a target directory for documentation completeness. Produces a scored report and updates gaps.md with actionable improvement items.
TARGET_DIR: from --target-dir argument, or current working directory if not specifiedWIKI_ROOT: wiki/ inside TARGET_DIR — the wiki lives inside the project being documentedPLUGIN_ROOT: the vault-wiki plugin's installation directory (parent of skills/)REPORT_DATE: compute before dispatch by running date +%Y-%m-%d$ARGUMENTS contains --target-dir /some/path, set TARGET_DIR=/some/pathTARGET_DIR to the current working directoryCheck $TARGET_DIR exists and is readable. If not, report a clear error and exit.
Compute today's date: run date +%Y-%m-%d and store as REPORT_DATE.
Dispatch a single vault-wiki-lint agent with:
TARGET_DIR: the resolved pathWIKI_ROOT: wiki/REPORT_DATE: today's datewiki/meta/audit-report-{DATE}.md)./vault-wiki:ingest.npx claudepluginhub jobrien127/plugin-marketplace --plugin vault-wikiFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.