pocmap AGENTS.md

A set of project instructions for pocmap, including coding guidance, user-interface expectations, research preferences, and testing rules. It emphasizes checking current information and testing against real runs rather than relying only on simulated results.

In plain words
What is it for?
Guiding work on pocmap features, interface changes, research-dependent tasks, architecture decisions, tests, and checks against real behavior.
Why use it?
It gives coding agents the project’s quality and verification expectations before they change code. This helps prevent polished-looking changes that fail in the actual application.

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

Made for: Codex, OpenCode.

Per session 2,364 This file is loaded in full into every session.
When invoked 2,364 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 86% copy Near-identical to another mod 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.02364 $0.02364
Opus 5 $0.01182 $0.01182
Sonnet 5 $0.00473 $0.00473
Haiku 4.5 $0.00236 $0.00236

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

Security

Grade A, and why

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

Origin

This is a copy

86% identical to claude-code-discord AGENTS.md — 24 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

AGENTS.md · 191 lines

How it starts

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

AGENTS GUIDELINES

  • You have skills which have practices, patterns or good information for specific work
  • Quality over quantity — fewer high-quality outputs over many low-quality ones and use caution over speed.
  • Prefer clean architecture, verifying and using up to date information, flexibility over rigidity, flexible code/development, good dead-code & dependency hygiene (knip) if relevant, for trivial tasks, use judgment.
  • TypeScript: keep imports at the top of the file (no inline imports). Switches over unions/enums must be exhaustive (never in default).

It can be spawned agents for specific tasks, but don't let them run wild. Always review their output and verify it against the real code/real run before accepting it.

Presentation & UX

Build for flexible, context-aware presentation rather than fixed dimensions or one-size layouts.

  • Prefer structures that adapt to the surface (Discord embeds and components, CLI/TUI output, docs, or a future web UI) instead of hard-coded widths, lengths, or one-device assumptions.
  • Keep text readable across contexts: scale or truncate thoughtfully, avoid walls of unreadable output, and preserve hierarchy (title → summary → detail).
  • When content must fit platform limits (e.g. Discord embed caps), truncate safely with a clear indicator rather than failing or overflowing silently.

Knowledge Freshness & Research Preferences

Do not rely solely on your internal knowledge or training data when making implementation decisions. Your memory is frequently outdated.

Before implementing anything non-trivial (especially integrations, tools, SDKs, platforms, AI agents, or architectural patterns):

  1. Actively look up the latest official documentation, release notes, changelogs, and recommended approaches.
  2. Check whether newer versions, official solutions, or better patterns already exist that would change how the task should be approached.
  3. Prefer using current best practices and existing tools over rebuilding something from scratch based on older knowledge.
  4. If there is any uncertainty about the current recommended way to do something, ask clarifying questions instead of defaulting to what you remember.

Read the full file on GitHub · 191 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 · 191 lines · 2,364 tokens per session scan A 2af3add36634

Subscribe to this mod's changes

pocmap AGENTS.md is an instructions file published in the GitHub repository zebbern/pocmap (5 stars, last pushed 9d ago), licensed MIT. It adds 2,364 tokens to every session, about $0.0118 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to claude-code-discord AGENTS.md, differing in 24 lines, and is treated as a copy.