chef-index

chef-index is a skill for Claude Code, Codex from mahdisanagostar/chef. It costs 0 tokens per session (131 once invoked), scanned A, original, MIT.

A project-work entrypoint that tells an agent which internal project knowledge files to read and which working path to follow. It uses a fast path by default and adds expert help for complex work.

In plain words
What is it for?
Use it when working in projects that rely on the Chef and Graphify knowledge structure, especially for architecture, threat-modeling, ambiguous reviews, or work across several modules.
Why use it?
It gives project tasks a consistent starting point and reduces the chance that an agent misses important repository guidance. It also defines when deeper review is needed.

Skill for Claude CodeCodex

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

Good fit Use it when working in projects that rely on the Chef and Graphify knowledge structure, especially for architecture, threat-modeling, ambiguous reviews, or work across several modules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mahdisanagostar/chef/chef-index
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 mahdisanagostar/chef --skill chef-index
Clone the repo
git clone --depth 1 https://github.com/mahdisanagostar/chef

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 chef-index

README.md
[![agentmods](https://agentmods.dev/badge/skills/mahdisanagostar/chef/chef-index/github.svg)](https://agentmods.dev/skills/mahdisanagostar/chef/chef-index)
Your own site
<a href="https://agentmods.dev/skills/mahdisanagostar/chef/chef-index"><img src="https://agentmods.dev/badge/skills/mahdisanagostar/chef/chef-index/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for chef-index

Your own site · 80×15
<a href="https://agentmods.dev/skills/mahdisanagostar/chef/chef-index"><img src="https://agentmods.dev/badge/skills/mahdisanagostar/chef/chef-index.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 131 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.00000 $0.00131
Opus 5 $0.00000 $0.00066
Sonnet 5 $0.00000 $0.00026
Haiku 4.5 $0.00000 $0.00013

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

Security

Grade A, and why

chef-index 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 10d 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/codex/skills/chef-index/SKILL.md · 13 lines

What it actually says

Chef Index

Use Chef as the always-on entrypoint for project work.

Rules

  1. Read knowledge-vault/Graphify/graphify-out/wiki/index.md first.
  2. Read knowledge-vault/Graphify/graphify-out/GRAPH_REPORT.md next.
  3. Read raw files only on explicit user request.
  4. Stay on Fast Path by default.
  5. For architecture, threat modeling, ambiguous reviews, or hard multi-module work, start one Expert Path helper with chef-expert.
  6. Keep Expert Path behind Fast Path. Expert Path assists the main agent and never talks to the user directly.
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. 10d ago First seen · 13 lines · 0 tokens per session scan A 0ee482302987

Subscribe to this mod's changes

chef-index is a skill published in the GitHub repository mahdisanagostar/chef (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 131 tokens. 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

results-report

A workflow for turning completed experiment analyses into a structured research report with findings, limitations, failures, and next steps.

Galaxy-Dawn/claude-scholar · 78 tokens

digest

Turn a day of captured Claude Code sessions into a readable Obsidian daily note in the user's notes repo. Use when the user asks to digest a day, build the daily note, or catch up the daily memory. Also run unattended by the nightly digest routine.

muhammademanaftab/pulse · 55 tokens

synth

Turn a week of Pulse daily notes into one readable weekly note in the user's notes repo. Use when the user asks to synthesize the week, build the weekly recap, or run the weekly synth. Also run unattended by the weekly synth routine.

muhammademanaftab/pulse · 52 tokens

session-manager

A fallback skill for recording development sessions and restoring project context from an Obsidian vault, a folder of linked notes. It handles explicit resume, handoff, status, and end-of-session requests when automatic capture is unavailable.

Enakoneschniy/claude-dev-stack · 108 tokens

dev-research

A research workflow that uses NotebookLM, a tool for asking questions about a selected collection of documents, to answer development questions with citations.

Enakoneschniy/claude-dev-stack · 177 tokens

budget-continue

Show 4-option continuation prompt when session budget is low. Options: remind later (CronCreate), auto-continue locally (Desktop task), auto-continue in cloud (Cloud task), continue now. Trigger when: budget warning fires, session limit reached, context is full, user sees budget warning.

Enakoneschniy/claude-dev-stack · 64 tokens