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 krimto-labs/krimto --skill krimto-hierarchical-scopegit clone --depth 1 https://github.com/krimto-labs/krimtoWrote 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/krimto-labs/krimto/krimto-hierarchical-scope)<a href="https://agentmods.dev/skills/krimto-labs/krimto/krimto-hierarchical-scope"><img src="https://agentmods.dev/badge/skills/krimto-labs/krimto/krimto-hierarchical-scope/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/krimto-labs/krimto/krimto-hierarchical-scope"><img src="https://agentmods.dev/badge/skills/krimto-labs/krimto/krimto-hierarchical-scope.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.00056 | $0.00268 |
| Opus 5 | $0.00028 | $0.00134 |
| Sonnet 5 | $0.00011 | $0.00054 |
| Haiku 4.5 | $0.00006 | $0.00027 |
Grade A, and why
krimto-hierarchical-scope 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.
What it actually says
Krimto's hierarchical scope model
Three scopes, most specific wins:
user/<identity>— personal preferences, individual decisionsteam/<slug>— team conventions, project decisionsorg/<slug>— company-wide policies, universal facts
Precedence (applied at recall time)
- user-scope fact + team-scope fact on the same topic → user wins for that user
- team-scope fact + org-scope fact → team wins for that team's members
Choosing a scope at write time
- "I prefer X" →
user/<identity> - "Our team agreed X" →
team/<slug> - "All employees X" →
org/<slug>(org admins only)
Common mistakes
- Writing personal preferences at org scope (pollutes everyone)
- Writing team decisions at user scope (no one else sees them)
- Forgetting precedence when answering — always check user before team before org
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 · 32 lines · 56 tokens per session scan A ddc41840b281
krimto-hierarchical-scope is a skill published in the GitHub repository krimto-labs/krimto (6 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 56 tokens to every session and 268 once invoked, about $0.0003 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
dashboard
Open OwnMem Console, the local dashboard for this repository's memory. Use when the user asks to open the dashboard, see memory metrics, check adoption or recall quality, or set up the optional embedding lane. Requires a repository initialized with the dashboard layer.
recall
Recall this repository's OwnMem local memory before changing code, and keep it healthy. Use when a repository contains .ownmem/, when past debugging lessons could apply ("have we hit this before", "why is it done this way"), or when the user mentions ownmem, project memory, or recalling across sessions.
init
Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.
ultramemory-snapshot
Compose and save a durable, wayback-grade session snapshot to UltraMemory. Use this whenever you are asked to write a session snapshot or rollup of the work just done — in particular when the UltraMemory capture hook nudges you to "Compose a session snapshot per the ultramemory-snapshot Skill rubric ... and save it…
setup
Guides Claude through first-time UltraMemory configuration after plugin install — API key, MCP server registration, test recall, and 401/403 troubleshooting.
ownmem-init
Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.