Dictionary of AI Coding
Glossary-style bundle for AI coding terms.
OKF CLI
Use OKF CLI to turn docs and LLM wiki content into structured OKF bundles that are easier to browse, reuse, and maintain.
Run the CLI workflow on the left and keep the starter profile ready to copy on the right.
Install
1 / 5
npm i -g @fastrag/okfor
bun install -g @fastrag/okfInstall the CLI with npm or bun first.
Convert
2 / 5
okf convert mattpocock/dictionary-of-ai-coding ./out/okf --profile ./starter-profile.en.yamlRead the source repository and write a new OKF bundle to ./out/okf with the starter profile.
Validate
3 / 5
okf validate ./out/okfCheck the bundle at ./out/okf for structural problems before generating or opening the workbench.
Search
4 / 5
okf search --bundle ./out/okf agentUse metadata search in ./out/okf as a progressive retrieval step so agents can find the right wiki concepts before loading full bundle context.
Viewer
5 / 5
okf viewer generate --bundle ./out/okf --out ./out/workbench
okf viewer serve --dir ./out/workbenchGenerate static workbench files in ./out/workbench, then serve that directory locally for browser preview.
Examples
These bundles already ship with the repo. Pick one card to open its workbench in the browser.
Glossary-style bundle for AI coding terms.
Small Babylon.js sample bundle.
Chinese Astro documentation bundle.
Large Three.js docs bundle for dense browsing.
Agent Workflows
Today agents can already use metadata search as a progressive retrieval step. Fuller read, update, and maintenance flows are the next layer.
Available now
Use bundle metadata search to shortlist the right wiki concepts before loading fuller context into an agent workflow.
Next
Skills and CLI flows will expand from retrieval into direct bundle reading, updating, and maintenance.