Borrowing it
Nothing to install: this file belongs to Foxfire1st/agents-remember. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Foxfire1st/agents-remember/main/.agents/skills/c-08-ar-coordination-context-resolver/SKILL.mdgit clone --depth 1 https://github.com/Foxfire1st/agents-rememberWrote 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/foxfire1st/agents-remember/c-08-ar-coordination-context-resolver)<a href="https://agentmods.dev/skills/foxfire1st/agents-remember/c-08-ar-coordination-context-resolver"><img src="https://agentmods.dev/badge/skills/foxfire1st/agents-remember/c-08-ar-coordination-context-resolver.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00054 | $0.01698 |
| Opus 5 | $0.00027 | $0.00849 |
| Sonnet 5 | $0.00011 | $0.00340 |
| Haiku 4.5 | $0.00005 | $0.00170 |
Grade A, and why
c-08-ar-coordination-context-resolver 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 8d 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 — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
c-08-ar-coordination-context-resolver AR Coordination Resolver
Use this skill whenever an agent needs the active Agents Remember context for a repository.
In the normal workflow, pass the code repository name. The c-08-ar-coordination-context-resolver skill decides whether that repository is using repo-local internal memory or selected external memory, then returns the resolved code repository root, coordination, memory, settings, task, worktree, ledger, and cross-repo facts that downstream skills must use.
Inputs
code_repository_name: name of the code repository being worked on. This is the normal input.workspace_root: optional workspace root used to findcode_repository_namewhen the caller is not already in the workspace root.requested_topology: optionalinternalorexternaloverride for repair or explicit external-memory operations.coordination_root: optional coordination-root hint. Normal installed resolution uses MCP settings. Package-local resolver calls use explicit input first, then the installed runtime root when invoked from an installed coordinator, then the built-in source-development default../ar-coordination.settings_path: optional override for repair cases.onboarding_root: optional override when a caller has already resolved the repository onboarding root.code_repository_root: optional root directory of the code repository for callers that already have the path. This does not replacecode_repository_nameas the normal agent-facing contract.contract_path: optionalseries-contract.mdpath for worktree-backed task context.task_name: optional task name used to locate an active task root underar-coordination/tasks/<code-repository-name>/, excluding0_archive/. Root series contracts live at<task>/series-contract.md; leaf worktree contracts live at<task>/enclosures/<leaf-id>/series-contract.md. Withouttask_name,task_rootresolves to the repository task namespacear-coordination/tasks/<code-repository-name>/.leaf_id: optional leaf enclosure id when a task has multiple active leaf worktrees.parent_task: optional parent task name used only to disambiguate nested task roots with the same task name.worktree_name: optional worktree name used to compute the worktree group when no contract exists.
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.
- 8d ago First seen · 105 lines · 54 tokens per session scan A e53ac4662990
c-08-ar-coordination-context-resolver is a skill published in the GitHub repository Foxfire1st/agents-remember (27 stars, last pushed yesterday), licensed MIT. It adds 54 tokens to every session and 1,698 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-30.
Other skills, from other repositories
obsidian-memory
Cross-project long-term memory over an Obsidian brain vault: recall relevant notes before a task, and persist distilled conclusions (decisions, pitfalls, solutions, progress) back after a task. The vault is an optional aggregation/projection layer — repo-local artifacts stay the per-project source of truth, and sync…
memwal
Walrus Memory SDK — portable agent memory that works across apps, sessions, and workflows. Use when users say: "add memory to my app" "portable agent memory" "integrate Walrus Memory" "AI agent memory" "memory across agents" "Walrus memory storage" "setup Walrus Memory" "recall memories".
cortex-automate
Set up automation — prospective memory triggers, neuro-symbolic rules, and CLAUDE.md sync. Use when the user says 'remind me when', 'trigger when', 'create a rule', 'auto-remember', 'sync to CLAUDE.md', 'push insights', 'set up trigger', 'when I open this file', 'when this keyword appears', or when you want to…
cortex-consolidate
Run memory maintenance — decay old memories, compress stale content, consolidate episodic memories into semantic knowledge, and run sleep-like replay. Use when the user says 'clean up memories', 'consolidate', 'run maintenance', 'compress old memories', 'memory cleanup', or periodically to keep the memory system…
cortex-navigate-knowledge
Navigate the knowledge graph — trace entity relationships, explore causal chains, drill into memory clusters, and traverse co-access paths. Use when the user asks 'how are these related', 'what connects X to Y', 'show me the knowledge graph', 'trace the relationship', 'what caused X', 'drill down into', 'explore…
cortex-profile
View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile'…