coograph: Skill for Claude Code

.agents/skills/coograph-init/SKILL.md

coograph-init is a skill for Claude Code, Codex from paullukic/coograph. It costs 93 tokens per session (288 once invoked), scanned A, original, MIT.

A project setup skill based on the Coograph template. Coograph appears to be a code-graph setup, but the input does not explain what that graph contains.

In plain words
What is it for?
Use it when starting a project, adding Coograph to an existing repository, or wiring up its code-graph setup.
Why use it?
It helps initialize a repository by filling template placeholders and checking the setup instead of leaving unfinished instructions behind.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions Codex; $skill-name invocation.

This is paullukic/coograph's own configuration. It tells Claude Code and Codex how to work on coograph itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything coograph configures →

Reuse

Borrowing it

Nothing to install: this file belongs to paullukic/coograph. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/paullukic/coograph/main/.agents/skills/coograph-init/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/paullukic/coograph

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 coograph-init

README.md
[![agentmods](https://agentmods.dev/badge/skills/paullukic/coograph/coograph-init.svg)](https://agentmods.dev/skills/paullukic/coograph/coograph-init)
Your own site
<a href="https://agentmods.dev/skills/paullukic/coograph/coograph-init"><img src="https://agentmods.dev/badge/skills/paullukic/coograph/coograph-init.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 288 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.00093 $0.00288
Opus 5 $0.00046 $0.00144
Sonnet 5 $0.00019 $0.00058
Haiku 4.5 $0.00009 $0.00029

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

Security

Grade A, and why

coograph-init 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.

.agents/skills/coograph-init/SKILL.md · 21 lines

What it actually says

/coograph-init (Codex CLI)

Coograph initializer. Follow .github/skills/coograph-init/SKILL.md exactly — that file is the single source of truth for the procedure across every supported tool.

Substitutions for Codex CLI:

SKILL.md tool Codex CLI equivalent
vscode_askQuestions Ask the user directly in the conversation
manage_todo_list Track steps in conversation
apply_patch / create_file Use apply_patch
read_file Use view
grep_search Use grep / rg via shell

Run through every step (1–9) including the code-graph health check at the end. Initialization is complete only when zero _TBD_ and zero <!-- FILL markers remain in copied instruction files.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 21 lines · 93 tokens per session scan A b32d4670a78a

Subscribe to this mod's changes

coograph-init is a skill published in the GitHub repository paullukic/coograph (17 stars, last pushed 1mo ago), licensed MIT. It adds 93 tokens to every session and 288 once invoked, about $0.0005 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

todos

This chat has a shared, live TODO plan — your tasks for the conversation, which the user also edits. Read this skill and reach for the todo tools whenever a request takes more than a couple of steps. It covers the plan model (group = task, items = its steps; loose items are the user's lane), how to work it: propose…

JetBrains/thinkrail · 127 tokens

writing-specs

Use when a workflow step drafts or revises a spec artifact — a goal-and-requirements, an architecture, or a module SPEC — or when a workflow skill names it at such a step. The shared quality bar for specs — not a workflow, nothing to execute.

JetBrains/thinkrail · 59 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens

case-interview-practice

Interactive consulting case interview practice with structured frameworks, feedback mechanisms, and progressive difficulty. Use when preparing for management consulting interviews, case competitions, or business problem-solving exercises.

travisjneuman/.claude · 39 tokens

i18n-localization

Internationalization and localization for global applications. Use when adding multi-language support, handling regional formats, or preparing apps for global markets.

travisjneuman/.claude · 32 tokens

electron-desktop

Desktop application development with Electron for Windows, macOS, and Linux. Use when building cross-platform desktop apps, implementing native OS features, or packaging web apps for desktop.

travisjneuman/.claude · 38 tokens