12-cook

12-cook is a skill for Claude Code, Codex from ai-driven-dev/framework. It costs 43 tokens per session (404 once invoked), scanned A, original, MIT.

A project-recipe manager for storing and using step-by-step how-to guides. It can list, create, update, research, and apply recipes kept in the project.

In plain words
What is it for?
Use it to maintain team recipes, research better approaches, or apply an existing guide to a project.
Why use it?
It keeps repeated project procedures in one place instead of relying on memory or rediscovering the same steps.

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/ai-driven-dev/framework/12-cook
Any agent
npx skills add ai-driven-dev/framework --skill 12-cook
Clone the repo
git clone --depth 1 https://github.com/ai-driven-dev/framework

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 12-cook

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-driven-dev/framework/12-cook.svg)](https://agentmods.dev/skills/ai-driven-dev/framework/12-cook)
Your own site
<a href="https://agentmods.dev/skills/ai-driven-dev/framework/12-cook"><img src="https://agentmods.dev/badge/skills/ai-driven-dev/framework/12-cook.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 404 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.1 $0.00043 $0.00404
Opus 5 $0.00022 $0.00202
Sonnet 5 $0.00009 $0.00081
Haiku 4.5 $0.00004 $0.00040

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

Security

Grade A, and why

12-cook 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 2d 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.

plugins/aidd-context/skills/12-cook/SKILL.md · 32 lines

What it actually says

Cook

Maintains recipe how-to sheets. Project recipes live in aidd_docs/recipes/; bundled recipes ship inside this skill under assets/recipes/.

Actions

# Action Role Input
01 list List every recipe as a table none
02 upsert Create or update one recipe from the template recipe topic + fields
03 research Survey modern alternatives, gaps, and counter-intuitive wins recipe or topic
04 apply Execute a recipe on the project as a confirmed todo list recipe

Run list to survey project and bundled recipes, research to gather insights, upsert to author one, apply to run an existing one against the project. Always run research before authoring or substantially updating a recipe — never draft from memory alone. Run list first when the user names no recipe. Before running an action, read its file in actions/, not only the table or assets.

References

  • references/recipe-locations.md: where project and bundled recipes live, how resolution works, and when writes target each home.
  • references/recipe-contract.md: the rules every recipe file follows; upsert writes to it.

Assets

  • assets/recipe-template.md: the canonical recipe scaffold upsert renders from, and the shape list parses.
  • assets/recipes/: bundled recipes shipped with this skill.
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. 2d ago First seen · 32 lines · 43 tokens per session scan A f8063bd51cc5

Subscribe to this mod's changes

12-cook is a skill published in the GitHub repository ai-driven-dev/framework (455 stars, last pushed today), licensed MIT. It adds 43 tokens to every session and 404 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

notion

Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.

elizaOS/eliza · 69 tokens

tmux

Remote-control tmux sessions for interactive CLIs by sending keystrokes, capturing pane output, and managing terminal multiplexer windows. Enables parallel coding-agent orchestration, background process management, and REPL interaction via sockets. Use when the agent needs to launch, monitor, or coordinate…

elizaOS/eliza · 87 tokens

slack

Use when the agent needs to send, edit, delete, or read Slack messages, add or list emoji reactions, pin or unpin messages, fetch member info, or list custom emoji in Slack channels and DMs. Handles all Slack workspace interactions including message management, reaction workflows, pinned-item management, and user…

elizaOS/eliza · 73 tokens

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

elizaOS/eliza · 67 tokens

apple-reminders

Manage Apple Reminders via the remindctl CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output. Use when the user asks about reminders, todos, tasks, to-do lists, "remind me", scheduling tasks, checking what is due today, completing or deleting reminders, or managing…

elizaOS/eliza · 84 tokens

obsidian

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when the user asks about notes, vault management, PKM, knowledge base organization, wikilinks, or personal knowledge management in Obsidian.

elizaOS/eliza · 53 tokens