agent-startup-and-context-ingestion

agent-startup-and-context-ingestion is a skill for Claude Code, Codex from mvschwarz/openrig. It costs 95 tokens per session (1,545 once invoked), scanned A, original, Apache-2.0.

A guide to giving coding agents the right instructions when they start work, including their role, current mode, boundaries, and project goals.

In plain words
What is it for?
Use it to create or audit startup files, refresh an agent with stale instructions, and design how the orchestrator passes context to the next agent.
Why use it?
It helps prevent agents from following outdated or scattered guidance and completing the wrong task efficiently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it to create or audit startup files, refresh an agent with stale instructions, and design how the orchestrator passes context to the next agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mvschwarz/openrig/agent-startup-and-context-ingestion
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 mvschwarz/openrig --skill agent-startup-and-context-ingestion
Clone the repo
git clone --depth 1 https://github.com/mvschwarz/openrig

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 agent-startup-and-context-ingestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/mvschwarz/openrig/agent-startup-and-context-ingestion/github.svg)](https://agentmods.dev/skills/mvschwarz/openrig/agent-startup-and-context-ingestion)
Your own site
<a href="https://agentmods.dev/skills/mvschwarz/openrig/agent-startup-and-context-ingestion"><img src="https://agentmods.dev/badge/skills/mvschwarz/openrig/agent-startup-and-context-ingestion/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 agent-startup-and-context-ingestion

Your own site · 80×15
<a href="https://agentmods.dev/skills/mvschwarz/openrig/agent-startup-and-context-ingestion"><img src="https://agentmods.dev/badge/skills/mvschwarz/openrig/agent-startup-and-context-ingestion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,545 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 pass 7 Sept 2026
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.00095 $0.01545
Opus 5 $0.00048 $0.00772
Sonnet 5 $0.00019 $0.00309
Haiku 4.5 $0.00010 $0.00154

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

Security

Grade A, and why

agent-startup-and-context-ingestion 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.

packages/daemon/specs/agents/shared/skills/core/agent-startup-and-context-ingestion/SKILL.md · 129 lines

How it starts

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

Agent Startup and Context Ingestion

How an agent becomes useful after launch: AGENTS.md overlays, role files, skills, rig specs, workflow specs, startup checklists, refocus messages, and the current rig context retrieval and profile surface.

It is the current concrete startup path inside the broader context-engineering-and-retrieval primitive. Startup gets a seat into the right initial shape; context engineering is the larger question of how a seat gets the right context for the work it is doing right now.

Most coordination failures are not tool failures; they are context failures. Agents need to know their role, operating mode, coordination convention, boundaries, and current product intent. If startup context is scattered or stale, agents execute the wrong thing very efficiently.

Use this when

  • Authoring a new agent's startup files (role / culture / startup-context)
  • Refreshing a seat that's been running on stale guidance
  • Auditing whether agents got the current operating mode (not just what's in old files)
  • Designing the orchestrator → next-agent context-transmission shape
  • Building a startup map for OpenRig-building rigs

Don't use this when

  • The agent is being created via Agent Starter — the starter's manifest carries startup context
  • The work is artifact-backed mental-model rebuild from a packet — that's session-compaction-and-restore
  • The intent is to ship reusable startup content as a skill — that's writing-skills-for-openrig

Failure modes (4)

  1. A new agent starts from an old rig spec and misses the current operating mode. Specs go stale; current state must be visible at startup, not just historical config.
  2. Guidance is written to a file that future agents read, but current agents are never told. File edits don't propagate to running sessions. Cultural rollout (broadcast + fleet-changes-feed) is needed alongside file edits.
  3. A startup file becomes a dumping ground and loses the map-to-canonical-sources role. Startup should point AT canonical sources; it shouldn't TRY to be one.
  4. The orchestrator transmits implementation instructions without preserving product intent. Instructions decay; intent travels.

Read the full file on GitHub · 129 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. 2d ago Changed · +1 lines ed9a3fba75d9
  2. 3d ago Changed · +15 lines 724a92274a2d
  3. 7d ago Changed eb1011d4ac5f
  4. 11d ago First seen · 113 lines · 95 tokens per session scan A 36b6d8f56a91

Subscribe to this mod's changes

agent-startup-and-context-ingestion is a skill published in the GitHub repository mvschwarz/openrig (66 stars, last pushed yesterday), licensed Apache-2.0. It adds 95 tokens to every session and 1,545 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.