graphify

graphify is a skill for Claude Code, Codex from Waddling-Penguin/mogkit. It costs 2 tokens per session (2,423 once invoked), scanned A, original, MIT.

A tool that turns text research files into a structured graph stored as graph.json, with a readable graph.md report. Each item and relationship includes its source, while unsupported claims become marked assumptions.

In plain words
What is it for?
Use it to map entities and relationships in a folder of Markdown or text research files, track where each fact came from, and assess the health of the source collection.
Why use it?
It prevents a research summary from quietly filling gaps or presenting guesses as facts. It also clearly reports when the source material is too limited.

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/waddling-penguin/mogkit/graphify
Any agent
npx skills add Waddling-Penguin/mogkit --skill graphify
Clone the repo
git clone --depth 1 https://github.com/Waddling-Penguin/mogkit

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 graphify

README.md
[![agentmods](https://agentmods.dev/badge/skills/waddling-penguin/mogkit/graphify.svg)](https://agentmods.dev/skills/waddling-penguin/mogkit/graphify)
Your own site
<a href="https://agentmods.dev/skills/waddling-penguin/mogkit/graphify"><img src="https://agentmods.dev/badge/skills/waddling-penguin/mogkit/graphify.svg" alt="Measured on agentmods" height="20"></a>
Per session 2 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,423 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.00002 $0.02423
Opus 5 $0.00001 $0.01211
Sonnet 5 $0.00000 $0.00485
Haiku 4.5 $0.00000 $0.00242

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

Security

Grade A, and why

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

skills/discovery/graphify/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

graphify turns a folder of raw research into a structured, evidence-backed graph the rest of the Discovery skills can interrogate. The graph is a map of what the corpus actually says — it does not extend, summarize, or infer beyond what the sources support.

It does NOT generate insights. It does not "complete" the picture. It does not silently fill in plausible-sounding entities. Where the corpus is silent, the graph is silent (or surfaces the silence as an explicit Assumption node). Where the corpus is thin, the graph says so prominently — the thin state is the primary state, not a problem to paper over.

Procedure

  1. List every file in sources/. Skip sources/README.md — it is the workspace boilerplate that mogkit init ships, not a real source. Also skip any file without a readable text extension (.md, .markdown, .txt). Note any skipped non-trivial files in meta.notes.

  2. For each file, read it end to end. Parse the YAML frontmatter for type (e.g. interview, ticket, prd, memo, research, transcript, note, other). If a file has no type, treat it as untagged and note it in meta.notes.

  3. Compute meta:

    • generated: current ISO-8601 timestamp.
    • sourceCount: number of files contributing to the graph.
    • sourceTypes: unique types observed.
    • health: derived per the rule below.
    • notes: any skipped files, ambiguities, parse warnings.

    Health rule:

    • thin if sourceCount < 8 OR uniqueTypes < 2 (where untagged counts as zero distinct types).
    • rich if sourceCount >= 20 AND uniqueTypes >= 3.
    • developing otherwise.
  4. Branch on health before extraction:

    • If health is thin: extract entities normally but state prominently in graph.md that the corpus is thin and the downstream skills will gate confidence accordingly. Do not invent additional entities to pad the graph. A small honest graph is the correct output.
    • If health is developing or rich: proceed to full extraction.

Read the full file on GitHub · 189 lines

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 · 189 lines · 2 tokens per session scan A 42498937c1ce

Subscribe to this mod's changes

graphify is a skill published in the GitHub repository Waddling-Penguin/mogkit (5 stars, last pushed 3mo ago), licensed MIT. It adds 2 tokens to every session and 2,423 once invoked, about $0.0000 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

emdash-cli

Use the EmDash CLI to manage content, schema, media, and more. Use this skill when you need to interact with a running EmDash instance from the command line — creating content, managing collections, uploading media, generating types, or scripting CMS operations.

emdash-cms/emdash · 56 tokens

adversarial-reviewer

Adversarial code review that assumes bugs exist and hunts for them. Use when asked to review code, find bugs, audit for correctness, stress-test a PR, or when someone says "tear this apart" or "what's wrong with this". Give no benefit of the doubt — every line is guilty until proven innocent.

emdash-cms/emdash · 71 tokens

investigate

Investigate a single EmDash issue end to end -- classify, choose a repro path, reproduce, diagnose, verify, and (only on an explicit maintainer fix directive) fix and confirm. Every verdict carries its evidence.

emdash-cms/emdash · 48 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

repro-public

Reproduce a bug in the public-facing rendered site (not the admin). Attach a container, start the demo dev server, drive public routes with agent-browser, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

verify

Decide whether the diagnosed behaviour is actually a bug or the code doing what it was designed to do. This is the gate that guards the fix stage.

emdash-cms/emdash · 33 tokens