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.
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.
npx agentmods add commands/tontinton/maki/_indexgit clone --depth 1 https://github.com/tontinton/makiWrote 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.
[](https://agentmods.dev/commands/tontinton/maki/_index)<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>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.
| Model | Per session | Once 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 |
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.
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--yoloonly sets the starting value. Config:always_yolo = true./thinking: extended thinking. Optional arg:off,adaptive, an effort level (minimal…max), or a token budget number. Config:always_thinking./fast: Anthropic fast mode (Opus only; ignored on other models). Config:always_fast = true./workflow: letcode_executioncall thetasktool (and other workflow-only tools) from inside the Python sandbox. Config:always_workflow = true.- Plan / build: not a slash command. Press
Tabin 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 thememorytool under Tools.
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.
- today Changed · +2 lines 6d43013feef2
- 5d ago First seen · 114 lines · 0 tokens per session scan A 0b1c9af6be0b
_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.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.