AI-assisted in-app help generator. Reads your source + per-page hints + a project styleguide; produces a complete help bundle (prose, screenshots, icon legends, cell-state references, search index) for any web app. Engine emits an exit-75 + JSON agent pro
React (Next.js App Router) display runtime for helpgenai. Reads generated help bundles from disk and renders them as a /help/{pageKey} route. Mirrors the Helpgenai.Runtime.Blazor contract.
Reference Claude Code host for the helpgenai engine. Installs a SKILL.md at ./.claude/skills/helpgen-build/ that drives the engine's exit-75 + JSON agent protocol. The engine is host-agnostic; this is one reference implementation. Closed-source proprietar