_index

_index is a command for coding agents from tontinton/maki. It costs 0 tokens per session (1,384 once invoked), scanned A, original, MIT.

A reference page listing commands available in the coding-agent application, including session, model, theme, tool, and workflow controls.

In plain words
What is it for?
Use it to look up commands for starting sessions, switching models, configuring servers, managing memory, changing directories, or controlling workflows.
Why use it?
It gives developers one place to find command names and what each command does.

Command

About the project

Maki is an AI coding agent with a terminal interface and Lua plugins inspired by Neovim. Developers use it to work with code while reducing context usage through code indexing, data-processing tools, and delegated subagents. The catalogue command and instruction extend or configure this agent.

tontinton/maki · 1,001 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/tontinton/maki/_index
Clone the repo
git clone --depth 1 https://github.com/tontinton/maki

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for _index

README.md
[![agentmods](https://agentmods.dev/badge/commands/tontinton/maki/_index.svg)](https://agentmods.dev/commands/tontinton/maki/_index)
Your own site
<a href="https://agentmods.dev/commands/tontinton/maki/_index"><img src="https://agentmods.dev/badge/commands/tontinton/maki/_index.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,384 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01384
Opus 5 $0.00000 $0.00692
Sonnet 5 $0.00000 $0.00277
Haiku 4.5 $0.00000 $0.00138

Measured today against content hash 6d43013feef2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

_index scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

site/docs/content/commands/_index.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

+++ title = "Commands" weight = 8 [extra] group = "Reference" +++

Commands

Type / in the input box to open the command palette.

Built-in commands

Command Description
/compact Summarize and compact conversation history (optional guidance)
/new Start a new session
/help Show keybindings
/usage Show token usage breakdown
/queue Remove items from queue
/model Switch model
/theme Switch color theme
/mcp Configure MCP servers
/login Authenticate with an LLM provider
/cd Change working directory
/btw Ask a quick question (no tools, no history pollution)
/yolo Toggle YOLO mode (skip all permission prompts)
/thinking Toggle extended thinking (off, adaptive, effort level, or budget)
/fast Toggle Anthropic fast mode (Opus only)
/workflow Toggle workflow mode (task callable inside code_execution)
/exit Exit the application
/reload Reload plugins and config
/packupdate Update packages (++lockfile, ! skips review)
/packdel Remove undeclared packages (++all, or a name)
/memory View, edit, and delete memory files
/rename Rename the current session
/sessions Browse and switch sessions
/tasks Browse and search tasks

Sessions

Sessions run concurrently. /new starts a fresh session while the old one keeps working in the background, and /sessions shows the live status of each (working, needs input, idle) so you can jump between them. When a background session finishes or needs input, Maki flashes a note in the status bar. /rename renames the current session; in the session picker, Ctrl+N / Ctrl+R / Ctrl+D create, rename, and delete.

Modes and toggles

  • /yolo: skip permission prompts for this session (deny rules still apply). The toggle survives a resume, and --yolo only sets the starting value. Config: always_yolo = true.
  • /thinking: extended thinking. Optional arg: off, adaptive, an effort level (minimalmax), or a token budget number. Config: always_thinking.
  • /fast: Anthropic fast mode (Opus only; ignored on other models). Config: always_fast = true.
  • /workflow: let code_execution call the task tool (and other workflow-only tools) from inside the Python sandbox. Config: always_workflow = true.
  • Plan / build: not a slash command. Press Tab in the input to toggle plan mode (plan-file writes only).
  • /reload: rebuild plugins and config without leaving the app.
  • /btw: one-shot side question with no tools and no history pollution.
  • /memory: open the memory file picker (view / edit / delete). See the memory tool under Tools.

Read the full file on GitHub · 116 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +2 lines 6d43013feef2
  2. 5d ago First seen · 114 lines · 0 tokens per session scan A 0b1c9af6be0b

Subscribe to this mod's changes

_index is a command published in the GitHub repository tontinton/maki (1,001 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,384 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.