Dictionary of AI Coding
Glossary-style bundle for AI coding terms.
OKF CLI
Organize your LLM wiki into OKF bundles that are easier to browse, reuse, and maintain.
Run the CLI commands on the left and keep the starter profile ready to copy on the right.
Install
1 / 4
npm i -g @fastrag/okfor
bun install -g @fastrag/okfInstall the CLI with npm or bun first.
Convert
2 / 4
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 / 4
okf validate ./out/okfCheck the bundle at ./out/okf for structural problems before generating or opening the workbench.
Viewer
4 / 4
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 inspect it 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 the workflow is centered on human-readable bundles and browser workbenches. Agent-facing workflows are the next layer.
Today
Generate OKF bundles and open them in a browser workbench for inspection, reuse, and ongoing maintenance.
Coming soon
Skills and CLI flows will help agents read, update, and maintain bundles directly.