gam-context

gam-context is a skill for Claude Code, Codex from ozankasikci/global-agent-memory. It costs 25 tokens per session (150 once invoked), scanned A, original, MIT.

A shortcut for loading relevant project knowledge from Global Agent Memory before starting a task.

In plain words
What is it for?
Use it to retrieve context for the current project and task, with references to the memories used.
Why use it?
It helps an agent use known decisions, conventions, solutions, and warnings instead of rediscovering them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to retrieve context for the current project and task, with references to the memories used.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ozankasikci/global-agent-memory/gam-context
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.

Any agent
npx skills add ozankasikci/global-agent-memory --skill gam-context
Clone the repo
git clone --depth 1 https://github.com/ozankasikci/global-agent-memory

Made for: Claude Code, Codex.

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 gam-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozankasikci/global-agent-memory/gam-context.svg)](https://agentmods.dev/skills/ozankasikci/global-agent-memory/gam-context)
Your own site
<a href="https://agentmods.dev/skills/ozankasikci/global-agent-memory/gam-context"><img src="https://agentmods.dev/badge/skills/ozankasikci/global-agent-memory/gam-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 150 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.00025 $0.00150
Opus 5 $0.00013 $0.00075
Sonnet 5 $0.00005 $0.00030
Haiku 4.5 $0.00003 $0.00015

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

Security

Grade A, and why

gam-context 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.

integrations/skills/gam-context/SKILL.md · 15 lines

What it actually says

GAM Context

Treat text supplied with this invocation as the task. If no task was supplied, ask for one short task description.

  1. Call memory_context with the task and the current working_directory.
  2. Keep cross_project=false unless the user explicitly requested broader retrieval.
  3. Summarize the applicable conventions, decisions, known solutions, and warnings concisely.
  4. Include the memory ID and Vault-relative path for every memory the response relies on.
  5. If protected memory may be relevant, explain that owner approval is required; never guess its metadata.
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. 8d ago First seen · 15 lines · 25 tokens per session scan A e0496296a493

Subscribe to this mod's changes

gam-context is a skill published in the GitHub repository ozankasikci/global-agent-memory (14 stars, last pushed 6d ago), licensed MIT. It adds 25 tokens to every session and 150 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-30.

Related

Other skills, from other repositories

hermes-insight

Use when debugging, planning, or a pattern may recur.

PabloTheThinker/hermes-insight · 17 tokens

potpie-graph

Use when the task can read or write the project-memory graph through the potpie CLI: discover the contract with graph catalog, read named views with graph read, resolve entity identity with graph search-entities, create validated plans with graph propose, commit plans with graph commit --verify, inspect quality with…

potpie-ai/potpie · 94 tokens

potpie-repo-baseline

Use when establishing, refreshing, or deeply understanding a repository's baseline memory in Potpie: purpose, application type, features, services/modules, environments, deploy shape, dependencies, API contracts, datastores, integrations, ownership, and explicit preferences. The harness reads authored and…

potpie-ai/potpie · 75 tokens

potpie-debug-memory

Use while debugging or troubleshooting failures, flaky tests, incidents, production alerts, CI failures, local dev setup issues, repeated bugs, prior fixes, failed attempts, and verification history.

potpie-ai/potpie · 41 tokens

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

engraphis-memory

Give the agent durable, scoped, explainable memory across sessions and repositories through the Engraphis MCP tools. Use when you learn a convention, decision, bug cause/fix, or user preference worth keeping; when prior context would help before you answer or act (to avoid re-asking or re-deriving); when asked "why is…

Coding-Dev-Tools/engraphis · 134 tokens