tails

tails is a command for Claude Code from stereosam/stereo-vibe-public. It costs 29 tokens per session (973 once invoked), scanned A, original, MIT.

A command that reconstructs the unfinished work in the current chat session and lists possible next actions.

In plain words
What is it for?
Reviewing the session’s topic, projects, recent saves, incomplete tasks, and safe actions that can be completed next.
Why use it?
It helps resume work after a pause without scanning or changing unrelated projects and files.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: mentions CLAUDE.md.

Good fit Reviewing the session’s topic, projects, recent saves, incomplete tasks, and safe actions that can be completed next.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/stereosam/stereo-vibe-public/tails
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.

Clone the repo
git clone --depth 1 https://github.com/stereosam/stereo-vibe-public

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 tails

README.md
[![agentmods](https://agentmods.dev/badge/commands/stereosam/stereo-vibe-public/tails/github.svg)](https://agentmods.dev/commands/stereosam/stereo-vibe-public/tails)
Your own site
<a href="https://agentmods.dev/commands/stereosam/stereo-vibe-public/tails"><img src="https://agentmods.dev/badge/commands/stereosam/stereo-vibe-public/tails/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tails

Your own site · 80×15
<a href="https://agentmods.dev/commands/stereosam/stereo-vibe-public/tails"><img src="https://agentmods.dev/badge/commands/stereosam/stereo-vibe-public/tails.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 973 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00029 $0.00973
Opus 5 $0.00015 $0.00487
Sonnet 5 $0.00006 $0.00195
Haiku 4.5 $0.00003 $0.00097

Measured 12d ago against content hash 5f7aceca2aaf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tails 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 12d 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.

commands/tails.md · 45 lines

What it actually says

Команда /tails — «холодный старт» для сессии, которую могли бросить на день-два. НЕ «сохранись» (то пишет в память и гасит). Задача — заново сориентировать и тебя, и пользователя: что в ЭТОЙ сессии делали, что недоделали, когда последний раз сохранялись, и что можно добить сразу.

ПРАВИЛА:

  • Охват — ТОЛЬКО текущая сессия (что трогали в этом диалоге). НЕ сканировать всю машину.
  • Read-only по умолчанию. Ничего не удалять/не менять/не сохранять без явного выбора номера пользователем.
  • Любое удаление — только после чтения файла (правило «не трогать без чтения»).
  • Не плодить вывод: компактная шапка + пронумерованный список. Без воды.

ШАГИ:

  1. СОРИЕНТИРОВАТЬСЯ. По контексту диалога определи: какие проекты трогали (номера+имена по карте в CLAUDE.md), устройство, когда сессия началась, когда был последний «сохранись» (по упоминаниям в диалоге и хвосту локального claude_memory/session_log.md). Собери шапку: 📋 Сессия: <тема> · проекты <N+M> · старт <дата> · последний save: <когда / НЕ было>.

  2. ВОССТАНОВИТЬ «ЧТО ДЕЛАЛИ». Источники без переспроса: (а) контекст диалога — основное помнишь даже если ужат; (б) свежеизменённые файлы в задетых папках по mtime (за время сессии); (в) следы работы — *.bak_*, временные файлы, содержимое scratchpad этой сессии.

  3. СВЕРИТЬ С ПАМЯТЬЮ (что уже сохранено). Прочитай локальные зеркала: «Активные» + «Changelog» в claude_memory/backlog_<проект>.md для задетых проектов и хвост session_log.md. Разница между «сделано в сессии» и «записано» = несохранённое.

  4. КЛАССИФИЦИРОВАТЬ ХВОСТЫ по типам (показывай только непустые):

    • ❌ Недоделанный код — правки без завершения, TODO/FIXME, незамкнутая логика.
    • 🧪 Непроверенное — код есть, но вживую не запускали/не тестили.
    • 🗑 Мусор — .bak, тестовые артефакты, temp, осиротевшие процессы, скачанное-но-неиспользованное.
    • 💾 Несохранённое — работа есть, в backlog/session_log её нет.
    • ❓ Открытые вопросы — отложенные решения, «на потом», неотработанные развилки.
  5. ОТМЕТИТЬ ACTIONABLE. Для каждого хвоста добавь тег того, что можно сделать ОДНОЙ командой: [дописать код] / [запустить тест] / [удалить мусор] / [сохранить в память] / [напомнить] / [оставить].

  6. ВЫВОД — компактная шапка + ПРОНУМЕРОВАННОЕ меню (по одному хвосту на номер, с actionable-тегом). В конце: Что делаем? Номер (или «все» для пачки тривиальных — мусор+сохранение). Жди ответ. Делай ТОЛЬКО выбранное. Тривиальное (удаление мусора / сохранение) — выполняй лишь после подтверждения номером; перед удалением покажи, что именно удаляешь.

Если хвостов нет — скажи коротко: «Чисто, незакрытых хвостов в сессии нет» + когда был последний save.

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. 12d ago First seen · 45 lines · 29 tokens per session scan A 5f7aceca2aaf

Subscribe to this mod's changes

tails is a command published in the GitHub repository stereosam/stereo-vibe-public (1 stars, last pushed 28d ago), licensed MIT. It adds 29 tokens to every session and 973 once invoked, about $0.0001 per session on Opus 5. 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-31.