glossary entries for AI

This commit is contained in:
John Kerl 2026-07-04 14:51:03 -04:00
parent 54237c04d6
commit 5222f9beea
2 changed files with 32 additions and 0 deletions

View file

@ -40,6 +40,14 @@ The [data type](reference-main-data-types.md) obtained from accessing a missing
key, e.g. `$x` when the current [record](#record) has no [field](#field) named `x`. See the
[null-data page](reference-main-null-data.md).
## agent skill
A file (`SKILL.md`) that AI coding agents such as Claude Code read directly
from disk, giving them instructions for using a tool like Miller. Miller
ships a built-in agent skill; see the [agent-skill page](agent-skill.md) for
how to install and use it. See also [MCP](#mcp) and [Miller and
AI](ai.md).
## all
All [out-of-stream variables](reference-dsl-variables.md#out-of-stream-variables), as a [map](reference-main-maps.md).
@ -501,6 +509,14 @@ See the [maps page](reference-main-maps.md) for more information.
Note that Miller operates on [records](#records) by treating them as maps.
## MCP
Stands for _Model Context Protocol_, a standard letting AI agents (Claude
Code, Claude Desktop, Cursor, and others) discover and invoke external
tools. Miller ships a built-in MCP server, run via `mlr mcp`; see the
[MCP-server page](mcp-server.md) for setup and details. See also [agent
skill](#agent-skill) and [Miller and AI](ai.md).
## .mlrrc
A file you can create, nominally in your home directory, to customize the

View file

@ -24,6 +24,14 @@ The [data type](reference-main-data-types.md) obtained from accessing a missing
key, e.g. `$x` when the current [record](#record) has no [field](#field) named `x`. See the
[null-data page](reference-main-null-data.md).
## agent skill
A file (`SKILL.md`) that AI coding agents such as Claude Code read directly
from disk, giving them instructions for using a tool like Miller. Miller
ships a built-in agent skill; see the [agent-skill page](agent-skill.md) for
how to install and use it. See also [MCP](#mcp) and [Miller and
AI](ai.md).
## all
All [out-of-stream variables](reference-dsl-variables.md#out-of-stream-variables), as a [map](reference-main-maps.md).
@ -485,6 +493,14 @@ See the [maps page](reference-main-maps.md) for more information.
Note that Miller operates on [records](#records) by treating them as maps.
## MCP
Stands for _Model Context Protocol_, a standard letting AI agents (Claude
Code, Claude Desktop, Cursor, and others) discover and invoke external
tools. Miller ships a built-in MCP server, run via `mlr mcp`; see the
[MCP-server page](mcp-server.md) for setup and details. See also [agent
skill](#agent-skill) and [Miller and AI](ai.md).
## .mlrrc
A file you can create, nominally in your home directory, to customize the