From vault-wiki
Consume vault lint audit output and dispatch the remediate agent to fix documentation gaps.
npx claudepluginhub jobrien127/plugin-marketplace --plugin vault-wikiThis skill uses the workspace's default tool permissions.
Consume vault lint audit output and dispatch the remediate agent to fix documentation gaps.
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.
Consume vault lint audit output and dispatch the remediate agent to fix documentation gaps.
AUDIT_REPORT_PATH: from first positional argument (e.g., wiki/meta/audit-report-2026-04-14.md)WIKI_ROOT: derived from AUDIT_REPORT_PATH — grandparent directory (e.g., wiki/meta/audit-report.md → wiki/)GAPS_FILE: $WIKI_ROOT/gaps.mdPLUGIN_ROOT: the vault-wiki plugin's installation directory (parent of skills/)DRY_RUN: true if --dry-run flag present, simulate fixes without writingAUTO_APPROVE: true if --auto-approve flag present, skip confirmation prompts$ARGUMENTS (first positional arg)--dry-run and --auto-approve flagsWIKI_ROOT from the report path: strip meta/audit-report-*.md suffix
(e.g., wiki/meta/audit-report-2026-04-14.md → WIKI_ROOT=wiki/)Check that AUDIT_REPORT_PATH exists and is readable. If not, report a clear error and exit.
Dispatch a single vault-wiki-remediate agent with:
AUDIT_REPORT_PATH: the resolved pathGAPS_FILE: $WIKI_ROOT/gaps.mdDRY_RUN: true/falseAUTO_APPROVE: true/falseWIKI_ROOT: the resolved wiki rootPLUGIN_ROOT: vault-wiki plugin directory--dry-run)./vault-wiki:lint to re-score.