INFO

INFO is a command for Claude Code from bearded-illirian/trailmark. It costs 0 tokens per session (611 once invoked), scanned A, original, MIT.

A startup routine for giving a coding agent the context it needs at the beginning of a terminal session. It checks platform, project, and current-task information from a fixed set of files and records a short summary.

In plain words
What is it for?
Use it when starting or resuming work so the agent can identify the project, understand its setup, and find the active task.
Why use it?
A new terminal session starts without knowledge of the project, tools, servers, deployment setup, or unfinished work. This routine avoids repeatedly explaining the same context and reduces differences between sessions.

Command for Claude Code

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/bearded-illirian/trailmark/info
Clone the repo
git clone --depth 1 https://github.com/bearded-illirian/trailmark

Made for: Claude Code.

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 INFO

README.md
[![agentmods](https://agentmods.dev/badge/commands/bearded-illirian/trailmark/info.svg)](https://agentmods.dev/commands/bearded-illirian/trailmark/info)
Your own site
<a href="https://agentmods.dev/commands/bearded-illirian/trailmark/info"><img src="https://agentmods.dev/badge/commands/bearded-illirian/trailmark/info.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 611 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.00611
Opus 5 $0.00000 $0.00305
Sonnet 5 $0.00000 $0.00122
Haiku 4.5 $0.00000 $0.00061

Measured 4d ago against content hash 3d3419ce453d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

INFO 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 4d ago.

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.

aihub/.claude/commands/go-start/INFO.md · 43 lines

What it actually says

Какую проблему решает

Каждый новый терминал = новая сессия = пустой контекст. Агент не знает по какому проекту работаем, какой стек, какие серверы, где деплой, какие активные задачи. Пользователь вынужден на каждом старте перечислять одно и то же — теряется время и мысль.

Без стандартного старта — каждая сессия начинается «как в первый раз». Какие-то агенты читают одни файлы, другие другие, рассинхрон между сессиями.

Как работает

Три фазы. Платформенная — читает 5 файлов (README, WORKFLOW, DEPLOY, PLATFORM_KNOWLEDGE, projects.yml), выдаёт компактный summary в 8 строк (серверы, деплой, скриншоты, скиллы, артефакты). Проектная — спрашивает по какому проекту, читает CLAUDE.md + project-knowledge + README, выдаёт одну строку summary. Тип сессии — спрашивает «новая или продолжение», при продолжении ищет задачу в routing.db, читает последний отчёт, показывает что осталось.

Каждая фаза — фиксированный набор файлов, никакого «заодно прочитаю». Меню проектов — обязательно, агент не угадывает по контексту прошлой сессии.

Результат работы

За 30 секунд агент заряжен: платформа + проект + текущая задача. Стандартный набор контекста, одинаковый для всех сессий. Можно сразу командовать — /go-fast, /brief, /tz — никаких «а какой стек у проекта».

При продолжении зависшей задачи — восстановление с последнего отчёта, без потери прогресса между сессиями.

С какими скиллами работает

Скилл Зачем
project-knowledge Router в источники правды — go-start использует его для проектных доков
flow-first При продолжении задачи передаёт контекст блока в flow-first следующей итерации
ship-first Восстановление состояния задачи из task_blocks, отчётов и user-note
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. 4d ago First seen · 43 lines · 0 tokens per session scan A 3d3419ce453d

Subscribe to this mod's changes

INFO is a command published in the GitHub repository bearded-illirian/trailmark (19 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 611 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.