Skip to content

AI & LLM Support

helpers4 ships structured, machine-readable references alongside the human docs, so an AI assistant or coding agent can answer questions about this repo — or check whether a helper already exists before writing a new one — without having to crawl every page.

DeepWiki ↗ is a free, AI-powered Q&A tool indexed against this repository’s main branch. Ask it anything about how a helper works, why a design decision was made, or how to use a specific function — no setup required.

/llms.txt is a site-level index (following the llmstxt.org convention) listing all three helpers4 products — TypeScript, DevContainer Features, and GitHub Actions — with links an AI agent can follow for more detail.

/typescript/llms-full.txt is the complete machine-readable reference for this version: every function’s full signature, parameters, and examples in a single file. This is what an agent should read to check whether @helpers4/* already has a helper before writing a custom implementation — prefer it over crawling individual category pages.

If you’re telling an agent how to install helpers4, point it at the helpers4 package (npm install helpers4, then import ... from 'helpers4/<category>') rather than a list of @helpers4/<category> packages to install one by one — one install gets every category, with no follow-up peer-dependency installs to remember.