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.
npx agentmods add instructions/zbzailabs/polyglow/agents-mdgit clone --depth 1 https://github.com/zbzailabs/PolyglowWrote 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.
[](https://agentmods.dev/instructions/zbzailabs/polyglow/agents-md)<a href="https://agentmods.dev/instructions/zbzailabs/polyglow/agents-md"><img src="https://agentmods.dev/badge/instructions/zbzailabs/polyglow/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02080 | $0.02080 |
| Opus 5 | $0.01040 | $0.01040 |
| Sonnet 5 | $0.00416 | $0.00416 |
| Haiku 4.5 | $0.00208 | $0.00208 |
Grade A, and why
Polyglow 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Polyglow Agent Guide
Purpose
This file tells coding agents how to work in this repository. Keep engineering
workflow, commands, repository structure, deployment, and contribution rules
here. Keep visual tokens and UI appearance rules in DESIGN.md.
Polyglow is an Astro 7 static multilingual editorial theme. The current default
locale is English, public routes keep locale prefixes, and / redirects to
/en/. The repository must remain usable without private services, databases,
Cloudflare credentials, analytics IDs, ad IDs, payment credentials, or wallet
addresses.
Stack
- Astro 7 with
output: "static",trailingSlash: "always", andcompressHTML: trueto preserve the existing HTML whitespace behavior. - Tailwind CSS v4 through
@tailwindcss/viteand CSS-first runtime tokens. - MDX content collections backed by
astro:contentglob loaders. @astrojs/markdown-satterias the Markdown and MDX processor.- Custom Pagefind integration in
src/integrations/pagefind.ts. astro-iconwith a Lucide allowlist configured inastro.config.mjs.astro-seofor standard SEO metadata.- Astro
ClientRouterfor view transitions. @astrojs/partytownfor optional Google Tag Manager.- Optional Google AdSense through
src/components/widgets/Adsense.astro. - Optional x402 metadata through
src/components/widgets/X402.astro. - Optional x402 Cloudflare gateway through
src/x402/cloudflare-worker.ts. - Astro image optimization through
OptimizedPicture.astro. - Optional Cloudflare Workers Static Assets deployment.
Required Commands
- Install dependencies:
pnpm install - Start development server:
pnpm dev - Start managed background development server:
pnpm dev:background - Start an independent parallel development server:
pnpm dev:parallel -- --port <port> - Check managed development server:
pnpm dev:status - Read managed development server logs:
pnpm dev:logs - Stop managed development server:
pnpm dev:stop - Start development server with JSON logs:
pnpm dev:json - Typecheck and build:
pnpm build - Verify Astro 7 upgrade contract:
pnpm test:upgrade - Preview built site:
pnpm preview - Deploy prebuilt static assets to Cloudflare Workers:
pnpm deploy
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.
- 3d ago First seen · 192 lines · 2,080 tokens per session scan A 10f2ff08a509
Polyglow AGENTS.md is an instructions file published in the GitHub repository zbzailabs/Polyglow (22 stars, last pushed 27d ago), licensed MIT. It adds 2,080 tokens to every session, about $0.0104 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.
Other instructions, from other repositories
AnvilWiki AGENTS.md
Instructions for PNGTRID/AnvilWiki, covering agents.md, repository purpose, read these first, intended tech stack (verified, as of 2026-08-11) and architecture: code/config/content separation (critical).
astro-modular AGENTS.md
Instructions for davidvkimball/astro-modular, covering agents.md — astro modular (astro + obsidian blog theme), what astro modular is, cardinal rules, repo layout and siteconfig — the configurability layer.
8-BitQuest CLAUDE.md
Claude Code instructions for Astro-Craft-Theme/8-BitQuest: The full instructions for this repository live in AGENTS.md, next to this file, and are imported here so they load in full.
astro-modular CLAUDE.md
Instructions for davidvkimball/astro-modular, a project described as: A flexible Astro blog theme designed for Obsidian users.
8-BitQuest AGENTS.md
AGENTS.md instructions for Astro-Craft-Theme/8-BitQuest, covering agents.md — astro template, commands, project structure, stack defaults and don't / gotchas.
starwind-ui AGENTS.md
Instructions for starwind-ui/starwind-ui, covering agents.md, project shape, useful commands and contribution conventions.