ai-note

ai-note is a skill for Claude Code, Codex from arcasilesgroup/ai-engineering. It costs 136 tokens per session (764 once invoked), scanned A, original, Apache-2.0.

A committed Markdown note for recording difficult, non-obvious software findings, including the evidence, affected files, and conditions that may make the note outdated.

In plain words
What is it for?
Use it to record unexpected behavior, integration traps, workarounds, and the evidence needed to re-check them.
Why use it?
It preserves discoveries that took significant time to understand and makes them easier to search and check later.

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/arcasilesgroup/ai-engineering/ai-note
Any agent
npx skills add arcasilesgroup/ai-engineering --skill ai-note
Clone the repo
git clone --depth 1 https://github.com/arcasilesgroup/ai-engineering

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 ai-note

README.md
[![agentmods](https://agentmods.dev/badge/skills/arcasilesgroup/ai-engineering/ai-note.svg)](https://agentmods.dev/skills/arcasilesgroup/ai-engineering/ai-note)
Your own site
<a href="https://agentmods.dev/skills/arcasilesgroup/ai-engineering/ai-note"><img src="https://agentmods.dev/badge/skills/arcasilesgroup/ai-engineering/ai-note.svg" alt="Measured on agentmods" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 764 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.00136 $0.00764
Opus 5 $0.00068 $0.00382
Sonnet 5 $0.00027 $0.00153
Haiku 4.5 $0.00014 $0.00076

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

Security

Grade A, and why

ai-note 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 4d 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/ai-note/SKILL.md · 63 lines

How it starts

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

Save what it cost you to find out

What it produces

docs/notes/<slug>.md, committed, with a header that lets rot be detected. A note is appended to with a fresh date, never rewritten — the history a finding records cannot be silently edited.

Steps

  1. The bar is thirty minutes. If it took less than that to work out, it will take less than that again, and a note about it is noise that hides the ones that matter.

  2. Write the header first — it is what makes the note checkable later:

    found: 2026-08-08
    commit: 4f2a91c
    describes: ["src/ai_engineering/wiring.py", "policy/surfaces.toml"]
    still_true_when: "the settings writers still merge rather than replace"
    
  3. Write the note in three parts and no more: what you expected, what actually happened, and what to do about it. The middle one is the value; the first one is why anybody will believe you.

  4. Point at the evidence. The command you ran, its output, the line in the vendor's source. A note whose claim cannot be re-checked becomes folklore within a quarter.

  5. If the note is a workaround, say what would remove the need for it, and where that fix would live — upstream, in our code, or in a decision somebody has to make.

  6. Searching: git grep over docs/notes/ is the whole query engine, and it is enough at this size. Read the header of anything you find and check still_true_when before you act on it.

  7. When a note is no longer true, delete it in a commit that says why. A wrong note is worse than no note, because it is trusted.

  8. Persistence beyond this repository is not this skill's work and not this framework's. The note is committed markdown in the user's own repository, which is where it can be reviewed, dated and deleted; whatever memory system the host provides keeps its own copy on its own terms. A learning store inside the framework would be a second source of truth for something git already versions, and the second one is always the stale one.

Read the full file on GitHub · 63 lines

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. 4d ago First seen · 63 lines · 136 tokens per session scan A f5858ebf1b4c

Subscribe to this mod's changes

ai-note is a skill published in the GitHub repository arcasilesgroup/ai-engineering (54 stars, last pushed 2d ago), licensed Apache-2.0. It adds 136 tokens to every session and 764 once invoked, about $0.0007 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.