snippets AGENTS.md

snippets AGENTS.md is an instructions file for Codex, OpenCode from cheolwanpark/snippets. It costs 564 tokens per session, scanned A, original, MIT.

Project-specific development instructions for a Python repository that extracts code snippets with Claude.

In plain words
What is it for?
Use it when changing or running that project, including installing dependencies, setting its authentication token, extracting snippets, and running tests.
Why use it?
It gives an agent the repository’s expected layout, setup commands, environment requirements, file limits, and testing conventions.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/cheolwanpark/snippets/agents-md.svg)](https://agentmods.dev/instructions/cheolwanpark/snippets/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/cheolwanpark/snippets/agents-md"><img src="https://agentmods.dev/badge/instructions/cheolwanpark/snippets/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 564 This file is loaded in full into every session.
When invoked 564 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.00564 $0.00564
Opus 5 $0.00282 $0.00282
Sonnet 5 $0.00113 $0.00113
Haiku 4.5 $0.00056 $0.00056

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

Security

Grade A, and why

snippets 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 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.md · 24 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

Python 3.12 project with runtime code in src/. Agents that talk to Claude now live in src/agent/ (snippet_extractor.py, prompt.py), shared storage helpers in src/snippet/, and IO/utilities in src/utils/. main.py wires everything into a CLI. Keep new modules under the closest matching package; add integration demos or fixtures under samples/, not in src/.

Environment & Configuration

Install dependencies with uv sync (or pip install -e .) from the repo root. Export CLAUDE_CODE_OAUTH_TOKEN before running the extractor; fail fast if it is missing. Respect the default 1 MB file cap and exclude test fixtures unless --include-tests is passed.

Build, Test, and Development Commands

  • uv run python main.py <path> — scan a file or directory and stream snippets to stdout (snippet limits are auto-calculated per file).
  • uv run python main.py samples --output snippets.txt — write formatted snippets to a file (helpful for manual QA).
  • uv run python -m pytest — placeholder; add tests here when a tests/ package exists. Wrap long runs with CLAUDE_CODE_OAUTH_TOKEN=... uv run ... when scripting.

Coding Style & Naming Conventions

Follow standard Black-compatible formatting (4-space indent, double quotes for docstrings). Type hints are expected on public call surfaces. Loggers use logging.getLogger("snippet_extractor"); reuse it for new components. Class names are PascalCase, functions snake_case, constants UPPER_SNAKE. Prefer dataclasses or NamedTuple for structured payloads.

Testing Guidelines

There is no test suite yet; seed tests/ with pytest modules mirroring the package layout (tests/utils/test_file_loader.py). Name async fixtures with the _event_loop fixture when needed. Target high-value behaviors: file filtering edge cases, storage serialization, and concurrency guard rails. Keep sample fixtures under samples/ to avoid polluting the CLI path.

Read the full file on GitHub · 24 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. 4d ago First seen · 24 lines · 564 tokens per session scan A 6c8fd5f62532

Subscribe to this mod's changes

snippets AGENTS.md is an instructions file published in the GitHub repository cheolwanpark/snippets (58 stars, last pushed 10mo ago), licensed MIT. It adds 564 tokens to every session, about $0.0028 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.