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 skills add jtprogru/bear-skills --skill vault-archivinggit clone --depth 1 https://github.com/jtprogru/bear-skillsWrote 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/skills/jtprogru/bear-skills/vault-archiving)<a href="https://agentmods.dev/skills/jtprogru/bear-skills/vault-archiving"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/vault-archiving/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.
<a href="https://agentmods.dev/skills/jtprogru/bear-skills/vault-archiving"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/vault-archiving.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00086 | $0.01156 |
| Opus 5 | $0.00043 | $0.00578 |
| Sonnet 5 | $0.00017 | $0.00231 |
| Haiku 4.5 | $0.00009 | $0.00116 |
Grade A, and why
vault-archiving 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.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Архивирование заметок
Правило про 04. Архив/ — что туда попадает, как попадает и чего агент там не делает никогда.
Архив для агента — плоская директория
Агент кладёт заметки в 04. Архив/ только корнем. Подпапки под группу переносимых заметок не создаются — ни под тему, ни под источник, ни под дату, ни под «пачку из этой сессии».
Это самое частое нарушение: агент архивирует пять заметок про один проект и заводит под них 04. Архив/Проект X/. Так делать нельзя. Пять заметок кладутся пятью файлами в корень архива.
# правильно
mv "01. Проекты/Старый проект.md" "04. Архив/"
# неправильно — папка под группу
mkdir -p "04. Архив/Старый проект" && mv ... "04. Архив/Старый проект/"
Папки в архиве появляются только тогда, когда автор лично переносит туда директорию целиком. Существующие Comlogic/, POSI/, Авито Тех/ — это перенесённые рабочие папки прошлых мест работы, а не результат агентской группировки. Агент кладёт файл внутрь такой папки только по прямому указанию («убери в архив папку Comlogic», «положи в 04. Архив/POSI/»).
Почему так: архив — свалка по назначению, а не вторая база знаний. Навигация по нему идёт поиском и backlinks, а не деревом папок; папки, придуманные агентом, дают ложную структуру, которую потом никто не поддерживает. Плюс архив исключён из индекса myvault_search (см. CLAUDE.md), так что вложенность не помогает найти ничего — только мешает rg и find.
Архивирование вместо удаления
Заметки не удаляются. Устаревшее, потерявшее актуальность, дубли-неудачники — переезжают в 04. Архив/. То же с большими блоками текста: не вырезать, а переносить (принцип 2 в CLAUDE.md).
Порядок:
mvфайла в корень04. Архив/(кавычки вокруг пути — имена с пробелами и кириллицей).- Добавить
#archiveвtags(структурный тег заметки при этом сохраняется — он говорит, чем заметка была). - Ссылки,
up/down/other/sources, Dataview- и Bases-блоки оставить как есть. Wikilinks резолвятся по имени файла, переезд их не ломает. - Имя файла не менять. Переименование при архивации рвёт backlinks ради ничего.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 59 lines · 86 tokens per session scan A 1c42a2cd8525
vault-archiving is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed today), licensed MIT. It adds 86 tokens to every session and 1,156 once invoked, about $0.0004 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.
Other skills, from other repositories
hunk-launch-video
Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature demos, workflow explainers, announcements, launch videos, and full-release roundups.
docs-decisions
Work on Composio documentation content, Fumadocs configuration, changelogs, docs automation prompts, docs decisions, ADR-style records, and docs review guidance. Use for files under docs/, documentation workflows, or requests to record or update a docs decision. Do not use for SDK runtime changes unless docs are the…
ai-development-guide
Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend implementation choices, code smells, failures, or implementation completeness.
recipe-front-review
Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.
recipe-review
Reviews completed implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved corrections.
buyer-job-intent-analysis
Recover source-bound buyer jobs, struggling moments, desired progress, forces, workarounds, information acts, journey states, criteria, constraints, roles, locales, and authentic language. Use on approved ICP hypotheses plus customer, search, review, forum, procurement, support, or public-market evidence before…