simplegraph-agentic-memory

simplegraph-agentic-memory is a skill for Claude Code, Codex from karstom/simplegraph-agentic. It costs 56 tokens per session (421 once invoked), scanned A, original, MIT.

A command for removing cc-rpi blueprint files and configuration from a project while preserving project-specific work. It first checks whether the project appears to use that blueprint.

In plain words
What is it for?
Use it when an adopted project should stop using cc-rpi and its managed commands, metadata, and scaffolding need to be removed.
Why use it?
It helps detach a project cleanly without deleting unrelated files or removing setup that was not created by the blueprint.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/karstom/simplegraph-agentic/antigravity
Any agent
npx skills add karstom/simplegraph-agentic --skill antigravity
Clone the repo
git clone --depth 1 https://github.com/karstom/simplegraph-agentic

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 simplegraph-agentic-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/karstom/simplegraph-agentic/antigravity.svg)](https://agentmods.dev/skills/karstom/simplegraph-agentic/antigravity)
Your own site
<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>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 421 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00056 $0.00421
Opus 5 $0.00028 $0.00211
Sonnet 5 $0.00011 $0.00084
Haiku 4.5 $0.00006 $0.00042

Measured 3d ago against content hash ae67de7c30ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

adapters/antigravity/SKILL.md · 44 lines

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

  1. The index above is already loaded. Use the Task Routing table to load the relevant core/ detail files.

  2. Load HIGH-priority nodes first. Any REGRESSED_N_TIMES >= 2 node is high-risk.

  3. Check core/anti_patterns.md before generating any new code.

  4. Update the graph after any significant change. See core/HOW_TO_UPDATE.md. Graph updates go in the same commit as the code change.

  5. 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.

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. 3d ago First seen · 44 lines · 56 tokens per session scan A ae67de7c30ea

Subscribe to this mod's changes

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.

Related

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…

shdra06/ai-mind-map · 105 tokens

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…

shdra06/ai-mind-map · 131 tokens

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…

shashankswe2020-ux/backend-pro-max-skill · 72 tokens

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…

shashankswe2020-ux/backend-pro-max-skill · 109 tokens

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.

bjeber/cc-md-search-cli · 43 tokens

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…

farhanic017/dynamic-skill-loader · 68 tokens