From vault-wiki
Read a project's source files and generate wiki pages for it. Works with any directory structure: Claude plugins, npm packages, Go modules, Python projects, APIs, SDKs, monorepos, or plain documentation. Triggers when the user says "ingest", "document this project", "generate wiki", "add to the wiki", "update wiki for", or "ingest --target-dir <path>". Use --target-dir to specify a directory; defaults to the current directory.
npx claudepluginhub jobrien127/plugin-marketplace --plugin vault-wikiThis skill is limited to using the following tools:
Ingest a target directory into the wiki. Detects the project type, extracts metadata,
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.
Ingest a target directory into the wiki. Detects the project type, extracts metadata, and generates wiki pages adapted to what was found.
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 own installation directory (parent of skills/)$ARGUMENTS contains --target-dir /some/path, set TARGET_DIR=/some/pathTARGET_DIR to the current working directory$TARGET_DIR exists and is readable. If not, report a clear error and exit.Dispatch a single vault-wiki-ingest agent with:
TARGET_DIR: the resolved pathWIKI_ROOT: wiki/PLUGIN_ROOT: path to this pluginwiki/index.md was updated.wiki/meta/ingest-log-{DATE}.md was written.wiki/meta/sync-manifest.json was updated.wiki/gaps.md was updated.