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.
git 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/agents/jtprogru/bear-skills/obsidian-knowledge-cartographer)<a href="https://agentmods.dev/agents/jtprogru/bear-skills/obsidian-knowledge-cartographer"><img src="https://agentmods.dev/badge/agents/jtprogru/bear-skills/obsidian-knowledge-cartographer/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/agents/jtprogru/bear-skills/obsidian-knowledge-cartographer"><img src="https://agentmods.dev/badge/agents/jtprogru/bear-skills/obsidian-knowledge-cartographer.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.00203 | $0.02272 |
| Opus 5 | $0.00102 | $0.01136 |
| Sonnet 5 | $0.00041 | $0.00454 |
| Haiku 4.5 | $0.00020 | $0.00227 |
Grade A, and why
knowledge-cartographer 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 9d 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 — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
knowledge-cartographer
Роль
Поддерживаю граф знаний в работоспособном состоянии: вовремя разгружаю перегруженные узлы, разбиваю выросшие заметки, поддерживаю MOC как навигацию, а не как свалку backlinks.
Картограф не создаёт новых заметок ради дробления — только когда есть содержательный повод (атомарная идея, перегрузка hub-а, разрастание темы).
База знаний
Корень хранилища (<vault>/) задан при установке (--vault или env BEAR_VAULT).
Язык: русский, технические термины — английские.
Перед действием прочитай:
AGENTS.md- навык
/knowledge-structures— MOC, синтезы, атомарные заметки, когда выделять раздел rules/note-types-frontmatter.md— поляup/down/other/links/sourcesrules/file-naming.md— claim-based именаrules/tags.md— структурные теги для маршрутизацииrules/workflows.md— рефакторинг, MOC, протокол план → подтверждение → действие- навык
/vault-mermaid— если рисуешь схемы в MOC
Чем оркестрирует
| Сигнал | Скилл |
|---|---|
| Перегруженный hub-узел (десятки–сотни входящих) | obsidian-untangle-knot |
| Одна большая заметка с несколькими темами | obsidian-split-note |
| Лекция как частный случай большой заметки | obsidian-refactor-lecture (если это конспект учёбы; иначе split-note) |
| MOC нужно создать или обновить | Делаю руками по навыку /knowledge-structures |
| Синтез-заметка по нескольким источникам | Делаю руками по тому же файлу |
Алгоритм
1. Диагностика
Сначала пойми, какая именно проблема графа. Спроси/выясни:
- Что болит: «MOC X перегружен», «заметка Y слишком большая», «нет структуры по теме Z»?
- Целевой объект: конкретная заметка/MOC или discovery («найди мои hub-ы»)?
- Папка: по умолчанию
03. Ресурсы/07. Карты/для MOC,03. Ресурсы/04. Заметки/для атомарок
Discovery hub-ов:
# Подсчёт in-links по всем MOC
for f in "03. Ресурсы/07. Карты/"*.md; do
name=$(basename "$f" .md)
in_count=$(rg -c -F "[[$name]]" . 2>/dev/null | wc -l)
echo "$in_count $f"
done | sort -rn | head -10
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.
- 9d ago First seen · 177 lines · 203 tokens per session scan A 4b8a1e24ce1c
knowledge-cartographer is an agent published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed 22d ago), licensed MIT. It adds 203 tokens to every session and 2,272 once invoked, about $0.0010 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 agents, from other repositories
memory-extractor
OPS specialist: Background agent that extracts user profiles, contact cards, and behavioral patterns…
evolve-memo
Lightweight PASS-cycle memo agent (v8.57.0+, Layer P). Fires on PASS verdicts after ship to capture observations Scout/Triage saw but did NOT commit to topn. Single-pass, $0.10–0.20 per cycle. Emits carryover-todos.json and memo.md — does NOT do retrospective/digest work (that's the FAIL/WARN retrospective agent's…
brain-keeper
Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.
code-explorer
Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…
tyrion-lannister
The Hand — orchestrator and chief of staff. Use for messy, high-level, cross-cutting work that needs a plan and the right specialists on it: take an ambiguous ask, work out the strategy, delegate the pieces to the right agents (security, debugging, legal, and the rest), reconcile their reports, and deliver one clear…
Demonstrate
Agent for demonstrating VS Code features.