dotagents AGENTS.md

Repository instructions for dotagents, shared tooling that manages coding-agent skills, tool connections, and hooks from one configuration file. A monorepo is one repository containing multiple related packages; this project uses one for its two packages.

In plain words
What is it for?
Use them when installing, building, testing, listing, synchronizing, or changing agent configurations and package code.
Why use it?
They explain the package structure, supported commands, and shared configuration rules needed to change the project safely.

Instructions file for CodexOpenCode

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

Made for: Codex, OpenCode.

Per session 986 This file is loaded in full into every session.
When invoked 986 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 $0.00986 $0.00986
Opus 5 $0.00493 $0.00493
Sonnet 5 $0.00197 $0.00197
Haiku 4.5 $0.00099 $0.00099

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

Security

Grade A, and why

dotagents 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 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.

AGENTS.md · 85 lines

How it starts

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

Agent Instructions

Package Manager

Use pnpm: pnpm install, pnpm build, pnpm test

What This Project Is

dotagents is shared tooling for coding agents. It manages skills, MCP servers, and hooks declared in agents.toml, and handles symlinks and config generation so tools like Claude Code can be configured from a single source of truth.

See specs/SPEC.md for the full design.

Architecture

This repo is a pnpm workspace with two packages, versioned in lock-step (see RELEASING.md).

packages/
├── dotagents/            # @sentry/dotagents — the host CLI + agents.toml orchestrator
│   └── src/
│       ├── index.ts          # Library entry point (re-exports lib symbols with @deprecated)
│       ├── scope.ts          # Project/user scope resolution
│       ├── cli/              # CLI entry point + commands (init, install, add, remove, sync, list, mcp, doctor, trust)
│       ├── targets/          # Target agent definitions plus MCP/hook config writers
│       ├── subagents/        # Subagent identity, store, and runtime writer
│       ├── agents/           # Compatibility re-export barrel for older internal imports
│       ├── config/           # agents.toml schema, loader, writer
│       ├── lockfile/         # agents.lock schema, loader, writer
│       ├── symlinks/         # Symlink creation/management
│       ├── gitignore/        # .agents/.gitignore generation
│       └── utils/            # isInPlaceSkill (host-specific path conventions)
│
└── dotagents-lib/        # @sentry/dotagents-lib — the reusable core
    └── src/
        ├── index.ts          # Public API of the lib
        ├── skills/           # SKILL.md loader, discovery, resolver (parseSource, etc.)
        ├── sources/          # git.ts, cache.ts (configureCache), local.ts, wellknown.ts, repository-source.ts
        ├── trust/            # Trust validation (validateTrustedSource), TrustPolicy interface
        └── utils/            # exec.ts, fs.ts (copyDir, stripTrailingSlashes)

Read the full file on GitHub · 85 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 First seen · 85 lines · 986 tokens per session scan A 6107cb668a9f

Subscribe to this mod's changes

dotagents AGENTS.md is an instructions file published in the GitHub repository getsentry/dotagents (222 stars, last pushed 6d ago), licensed MIT. It adds 986 tokens to every session, about $0.0049 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.