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 agentmods add skills/karstom/simplegraph-agentic/antigravitynpx skills add karstom/simplegraph-agentic --skill antigravitygit clone --depth 1 https://github.com/karstom/simplegraph-agenticWrote 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/karstom/simplegraph-agentic/antigravity)<a href="https://agentmods.dev/skills/karstom/simplegraph-agentic/antigravity"><img src="https://agentmods.dev/badge/skills/karstom/simplegraph-agentic/antigravity.svg" alt="Measured on agentmods" 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 | $0.00056 | $0.00421 |
| Opus 5 | $0.00028 | $0.00211 |
| Sonnet 5 | $0.00011 | $0.00084 |
| Haiku 4.5 | $0.00006 | $0.00042 |
Grade A, and why
simplegraph-agentic-memory 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 3d 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
⚠ DEPRECATED: This adapter is broken in Antigravity 2.x and is no longer maintained. Use the Generic adapter (
adapters/generic/AGENT_MEMORY.md) as a fallback, or switch to a supported tool.
Memory Graph
[!IMPORTANT] Start of every session: The graph index is embedded below. Read it now — do not skip. Then use the Task Routing table to load only the detail files relevant to your task. Detail files live in
core/in the project root.
Instructions
-
The index above is already loaded. Use the Task Routing table to load the relevant
core/detail files. -
Load HIGH-priority nodes first. Any
REGRESSED_N_TIMES >= 2node is high-risk. -
Check
core/anti_patterns.mdbefore generating any new code. -
Update the graph after any significant change. See
core/HOW_TO_UPDATE.md. Graph updates go in the same commit as the code change. -
Do not proceed if you find contradictions between the graph and the current code without first flagging the discrepancy in your plan.
Multi-Repo
If this repo is part of a multi-repo project, check the embedded index for the shared graph path. Load the shared graph index when working across repo boundaries.
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.
- 3d ago First seen · 44 lines · 56 tokens per session scan A ae67de7c30ea
simplegraph-agentic-memory is a skill published in the GitHub repository karstom/simplegraph-agentic (5 stars, last pushed 8d ago), licensed MIT. It adds 56 tokens to every session and 421 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
testsprite-verify
TestSprite verification loop — after finishing a feature or fix in a TestSprite-tested repo, use the testsprite CLI to run the relevant TestSprite tests against the change and inspect any failure artifacts before reporting the work as done. Use whenever code has changed outside docs/config and is about to be reported…
testsprite-onboard
Stand up a complete, runnable TestSprite test suite for the current repo at first use — create a project (with a target URL and auth), derive a coherent set of tests from the codebase, batch-create them, and smoke-run a few to a green verdict so the user immediately has something worth running. Use ONLY when a repo…
backend-pro-max
Backend & distributed-systems engineering intelligence — search 34 domain knowledge bases (languages, patterns, databases, messaging, cache, cloud, IaC, containers, observability, API design, auth, security, CI/CD, testing, architecture, scaling, consistency, performance, reliability, data) and 12 language-specific…
backend-pro-max
Backend & distributed-systems engineering intelligence — search 34 domain knowledge bases (languages, patterns, databases, messaging, cache, cloud, IaC, containers, observability, API design, auth, security, CI/CD, testing, architecture, scaling, consistency, performance, reliability, data, antipatterns, cost…
ccmds
Search markdown documentation efficiently. Use when user asks about docs, guides, setup, configuration, API reference, or says "check the docs". Provides fuzzy search, regex matching, and section extraction.
skill-dispatcher
Universal MCP skill dispatcher for AI coding agents. Loads Claude Code, OpenCode, Cursor, Gemini-style, command, plain markdown, and GitHub-hosted skills on demand. Includes agent routing, active skill lifecycle tracking, external repo import, nested skill discovery, origin filtering, and hardened parsing for secure…