www-sacred AGENTS.md

www-sacred AGENTS.md is an instructions file for Codex, OpenCode from internet-development/www-sacred. It costs 3,243 tokens per session, scanned A, original, MIT.

Repository instructions for working on www-sacred, an open-source React component library with a terminal-inspired visual style. The project also includes a website and a command-line framework that can render similar layouts in a terminal.

In plain words
What is it for?
Use it when modifying www-sacred, especially its React components, terminal framework, themes, fonts menu or documentation routes.
Why use it?
It gives coding agents the project's structure, conventions and source-of-truth rules before they change code. This helps keep the website, components and terminal versions consistent.

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/internet-development/www-sacred/agents-md
Clone the repo
git clone --depth 1 https://github.com/internet-development/www-sacred

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 www-sacred AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/internet-development/www-sacred/agents-md.svg)](https://agentmods.dev/instructions/internet-development/www-sacred/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/internet-development/www-sacred/agents-md"><img src="https://agentmods.dev/badge/instructions/internet-development/www-sacred/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,243 This file is loaded in full into every session.
When invoked 3,243 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.03243 $0.03243
Opus 5 $0.01622 $0.01622
Sonnet 5 $0.00649 $0.00649
Haiku 4.5 $0.00324 $0.00324

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

Security

Grade A, and why

www-sacred 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 · 118 lines

How it starts

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

AGENTS.md

Orientation for any agent working in www-sacred. Read this before touching code.

What this repo is

www-sacred (npm package srcl) is an open-source React component library with terminal aesthetics. It is consumed in two ways:

  1. A Next.js 16 / React 19 site at sacred.computer that renders every component in a kitchen sink at app/page.tsx.
  2. Simulacrum, a zero-dependency CLI framework under scripts/cli/lib/ (and a snake_case Python mirror under scripts/python/sacred_cli/) so the same layouts can render in a terminal.

Colors flow from one source: scripts/cli/colors.json. That file holds the terminal-tested palette. global.css mirrors it as --ansi-* primitives and builds --theme-* tokens on top. The OKLCH tint themes in global.css are a web-only derivation. When a color changes, it changes in colors.json first.

Repo map

  • app/ — Next.js App Router. app/page.tsx is the kitchen sink. The /llm/* routes serve docs as markdown and component source as plain text so agents can fetch them without cloning.
  • components/ — Sacred React components. Read components/AGENTS.md first when picking a component. components/examples/ has larger demo surfaces. SimpleTable is the table for CLI ports (maps onto formatRow + cardHeaderRow). Window is the React peer of the CLI window frame.
  • common/ — Constants and utilities shared across components.
  • modules/ — Stand-alone, dependency-free modules: the vendored hotkeys/ library plus a few vendored Node helpers (cors.ts, vary.ts, object-assign.ts).
  • scripts/cli/ — Simulacrum, the sacred CLI framework (TypeScript, zero dependencies, run via tsx). lib/ is the framework, lib/__tests__/ is the vitest suite (and the dump_reference.ts fixture generator), templates/ is the canonical TS template, colors.json is the shared palette.
  • scripts/python/ — Simulacrum's Python mirror. sacred_cli/ is the package, sacred_cli/__tests__/ is the unittest suite (and the parity test against the JS fixture), templates/ is the canonical Python template.
  • scripts/test_python.ts — TypeScript orchestrator for npm run test:python. Probes for python3, regenerates the TS fixture, then invokes python3 -m unittest discover. Skips with a warning if python3 is missing.
  • skills/ — Four porting skills (TS CLI, Python CLI, React-to-React, hostile React host). Read skills/*/SKILL.md before porting.
  • .workdir/ — Read-only reference material from sibling projects. Never edit, never ship.

Read the full file on GitHub · 118 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 · 118 lines · 3,243 tokens per session scan A 938032650591

Subscribe to this mod's changes

www-sacred AGENTS.md is an instructions file published in the GitHub repository internet-development/www-sacred (1,555 stars, last pushed 12d ago), licensed MIT. It adds 3,243 tokens to every session, about $0.0162 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.

Related

Other instructions, from other repositories

oh-my-design AGENTS.md

AGENTS.md instructions for kwakseongjae/oh-my-design, covering agents.md — oh-my-design, repository quick map, build / test / lint, design harness mode and entrypoint.

kwakseongjae/oh-my-design · 2,564 tokens

starwind-ui AGENTS.md

Instructions for starwind-ui/starwind-ui, covering agents.md, project shape, useful commands and contribution conventions.

starwind-ui/starwind-ui · 701 tokens

oh-my-design CLAUDE.md

Claude Code instructions for kwakseongjae/oh-my-design, a project described as: Give your AI coding agent a design system. One command installs 400+ quality-graded company DESIGN.md references + skills into Claude Code, Codex, Cursor, and OpenCode. Free, MIT, zero AI calls.

kwakseongjae/oh-my-design · 152 tokens

aicanvas CLAUDE.md

Claude Code instructions for uiNerd16/aicanvas, covering ai canvas — global rules, what this project is, how work is organized, secrets & credentials — this is an open-source repo and tech stack.

uiNerd16/aicanvas · 1,947 tokens

animal-island-ui AGENTS.md

AGENTS.md instructions for guokaigdg/animal-island-ui, covering agents.md — working in this repository, read first, by task, verification, content that must be kept in sync and ground rules.

guokaigdg/animal-island-ui · 1,116 tokens

ns-ui AGENTS.md

AGENTS.md instructions for nikolas-sapa/ns-ui, covering agents.md — working inside this repo, structure, autoplay — how a card demonstrates itself, descriptor schema and driver constraints (don't regress these).

nikolas-sapa/ns-ui · 6,237 tokens