session-artifact-indexing

session-artifact-indexing is a skill for Claude Code, Codex from AtlasOmnia/donna-starter. It costs 36 tokens per session (616 once invoked), scanned A, original, MIT.

A method for creating one index of the files, documents, plans, templates, links, and skills used during a work session. It keeps references together so they can be found later.

In plain words
What is it for?
Use it after work that creates or references several durable files or sources. It organizes local file links, web links, working documents, trackers, templates, and related skills.
Why use it?
It prevents important session materials from being scattered across folders, notes, and messages. It also records the current priority or next step when one has been established.

Skill for Claude CodeCodex

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

Good fit Use it after work that creates or references several durable files or sources. It organizes local file links, web links, working documents, trackers, templates, and related skills.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atlasomnia/donna-starter/session-artifact-indexing
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 AtlasOmnia/donna-starter --skill session-artifact-indexing
Clone the repo
git clone --depth 1 https://github.com/AtlasOmnia/donna-starter

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 session-artifact-indexing

README.md
[![agentmods](https://agentmods.dev/badge/skills/atlasomnia/donna-starter/session-artifact-indexing/github.svg)](https://agentmods.dev/skills/atlasomnia/donna-starter/session-artifact-indexing)
Your own site
<a href="https://agentmods.dev/skills/atlasomnia/donna-starter/session-artifact-indexing"><img src="https://agentmods.dev/badge/skills/atlasomnia/donna-starter/session-artifact-indexing/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 session-artifact-indexing

Your own site · 80×15
<a href="https://agentmods.dev/skills/atlasomnia/donna-starter/session-artifact-indexing"><img src="https://agentmods.dev/badge/skills/atlasomnia/donna-starter/session-artifact-indexing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 616 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 95
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00036 $0.00616
Opus 5 $0.00018 $0.00308
Sonnet 5 $0.00007 $0.00123
Haiku 4.5 $0.00004 $0.00062

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

Security

Grade A, and why

session-artifact-indexing 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/productivity/session-artifact-indexing/SKILL.md · 97 lines

How it starts

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

Session Artifact Indexing

Use this skill when a session creates or references several documents, trackers, plans, templates, source links, or skills that the user may need later.

Primary trigger phrases:

  • “I lose track of things”
  • “put the links somewhere”
  • “make a note”
  • “save the documents from this session”
  • “where are the files from this?”
  • Any multi-step work that creates 3+ durable files and ends with a natural handoff/checkpoint

The goal is not to duplicate all work. The goal is to create one clean index that the user can open later.

Default Destination

For Apple Notes, use the user’s dedicated assistant folder:

⭐ Hermes - Assistant

If the task is explicitly Obsidian-first, use the relevant vault note instead. If the user asks for Apple Notes, use Apple Notes.

What to Include

Create a titled note with grouped links:

  1. Main planning / brainstorm docs
  2. Working files / trackers
  3. Templates
  4. Skills created or updated
  5. Existing reference files used
  6. External public-source links
  7. Current priority / next step, if the session established one

Use:

  • file:// links for local files
  • normal https:// links for web sources
  • readable labels, not raw path dumps only

Apple Notes Creation Pattern

For large note bodies, write an AppleScript file first and then run it with osascript.

Do not inline long AppleScript with HTML through a single shell command if the body contains & or &amp;; command safety scanning may interpret ampersands as shell backgrounding. Writing the script file first is cleaner and avoids false positives.

Verification

Always verify the note exists before reporting success:

memo notes -f '⭐ Hermes - Assistant' 2>&1 | grep -i 'NOTE TITLE'

Report back with:

  • note title
  • folder name
  • a concise list of included link groups

Quality Bar

Good index note:

  • Has a clear title
  • Explains why it exists in one sentence
  • Groups links logically
  • Uses clickable local and web links
  • Does not bury the user in full transcripts
  • Gives him one place to resume from

Read the full file on GitHub · 97 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. 10d ago First seen · 97 lines · 36 tokens per session scan A 100e9bdc6cda

Subscribe to this mod's changes

session-artifact-indexing is a skill published in the GitHub repository AtlasOmnia/donna-starter (110 stars, last pushed 10d ago), licensed MIT. It adds 36 tokens to every session and 616 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-08-30.