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>".
npx claudepluginhub jobrien127/plugin-marketplace --plugin vault-wikiThis skill is limited to using the following tools:
Analyze a target directory for documentation completeness. Produces a scored report
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
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.