experiencer AGENTS.md

experiencer AGENTS.md is an instructions file for Codex, OpenCode from vincentlaucsb/experiencer. It costs 1,028 tokens per session, scanned A, original, MIT.

Project instructions for Experiencer, a local-first résumé editor that works on a user's device without requiring online accounts.

In plain words
What is it for?
Use them when fixing bugs, improving accessibility or performance, maintaining compatibility, editing résumé templates, or changing how résumé documents are displayed.
Why use it?
They keep the project focused and prevent product rules, business features, and application logic from being scattered across the code.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

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 instructions/vincentlaucsb/experiencer/agents-md
Clone the repo
git clone --depth 1 https://github.com/vincentlaucsb/experiencer

Made for: Codex, OpenCode.

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 experiencer AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vincentlaucsb/experiencer/agents-md.svg)](https://agentmods.dev/instructions/vincentlaucsb/experiencer/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/vincentlaucsb/experiencer/agents-md"><img src="https://agentmods.dev/badge/instructions/vincentlaucsb/experiencer/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,028 This file is loaded in full into every session.
When invoked 1,028 The same file — it is already loaded in full.
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.01028 $0.01028
Opus 5 $0.00514 $0.00514
Sonnet 5 $0.00206 $0.00206
Haiku 4.5 $0.00103 $0.00103

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

Security

Grade A, and why

experiencer AGENTS.md 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 6d 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.md · 64 lines

How it starts

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

AGENTS.md

Product Scope

  • Treat Experiencer OSS as a complete local-first résumé editor. Bug fixes, security, accessibility, compatibility, performance, templates, and regressions are in scope.
  • Keep this repository Pro-agnostic. Do not add cloud accounts, billing, entitlements, hosted revision history, custom-template persistence, or Pro terminology.
  • Generic extension points are welcome when independently useful to the public editor; private product policy belongs in the consuming Pro repository.

Architecture

  • Treat React components as view adapters. Keep workflows, persistence, cross-store coordination, observer policy, and other reusable behavior in framework-neutral stores, services, coordinators, or utilities under src/shared.
  • Do not introduce React Context for business state. Keep hooks small: subscribe, bind events, invoke commands, or bridge a platform lifecycle. Effects must remain mechanical.
  • Treat src/app/Resume.tsx as the application composition and mode-routing boundary. Do not add feature workflows, persistence, browser APIs, modal implementations, menus, or asynchronous orchestration there.
  • Keep handwritten classes and non-obvious invariants concisely documented, especially lifecycle, stale-request, persistence, and rendering boundaries.

Resume Components

  • Follow src/resume/AGENTS.md for component-specific editing and event rules.
  • Register résumé node capabilities through the canonical schema rather than creating parallel type knowledge.
  • Preserve semantic node structure, extraction order, and read-only behavior across editor, preview, print, and export surfaces.

Canonical Resume Document Rendering

  • Follow docs/RESUME-DOCUMENT-PIPELINE.md for the current rendering contract.
  • Treat createResumeDocumentSourceprepareResumeDocument → a rendering adapter as the only canonical document pipeline. Do not scrape the live editor DOM or reconstruct résumé markup and CSS independently.
  • Authored CSS must remain standalone and must not contain #resume. Only the editor adapter scopes selectors to its private #resume host. The server-owned public-review shell is an infrastructure exception, not authored or persisted CSS.
  • Standalone targets receive only résumé-owned CSS and requested font stylesheets. Never copy application styles, host theme attributes, editor state, or application DOM into a résumé document.
  • Extend the canonical target/root types for every new rendering surface and add contract coverage for markup, stylesheet isolation, page size, fonts, and editor-only element removal.

Read the full file on GitHub · 64 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. 6d ago First seen · 64 lines · 1,028 tokens per session scan A fc0f6991e9de

Subscribe to this mod's changes

experiencer AGENTS.md is an instructions file published in the GitHub repository vincentlaucsb/experiencer (90 stars, last pushed 3d ago), licensed MIT. It adds 1,028 tokens to every session, about $0.0051 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.