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/nteract/semiotic/agents-mdgit clone --depth 1 https://github.com/nteract/semioticWhat 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.01342 | $0.01342 |
| Opus 5 | $0.00671 | $0.00671 |
| Sonnet 5 | $0.00268 | $0.00268 |
| Haiku 4.5 | $0.00134 | $0.00134 |
Grade A, and why
semiotic 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.
How it starts
The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Semiotic repository instructions
Scope
Semiotic is a TypeScript/React data-visualization library with high-level chart components, lower-level Stream Frames, browser and server renderers, a Vite documentation site, and schema-backed AI/MCP tooling.
Keep this file focused on instructions that apply to most repository work. Use the task-specific sources below instead of loading large references by default.
Source map
CONTRIBUTING.md: complete development workflow, architecture, and command reference.ai/system-prompt.md: compact product/API guidance for generating Semiotic chart code.ai/reference.md: comprehensive Semiotic product reference; consult only the relevant section.ai/schema.json: machine-readable component and prop schemas.ai/behaviorContracts.cjs: canonical agent-visible behavior rules.ai/examples.md: on-demand examples; search for the relevant chart or task rather than loading the whole file.agent-skill/semiotic-charts/SKILL.md: portable chart-authoring and validation workflow shipped with the package..agents/skills/blog-post/: the shared blog-authoring workflow and templates.
When documentation disagrees with runtime code, generated chart specs, or tests, treat the executable source as authoritative and update the docs and generated artifacts in the same change.
Repository layout
src/components/charts/: high-level chart components by family.src/components/stream/: retained scene, canvas/SVG, interaction, streaming, and worker infrastructure.src/components/{ai,server,recipes,data}/: intelligence, static rendering, custom-layout recipes, and transforms.ai/: schemas, MCP server, CLI, prompts, contracts, and examples.docs/: Vite documentation application and examples.integration-tests/: Playwright browser and visual coverage.scripts/: build, generation, validation, and release tooling.
Working agreements
- Preserve unrelated worktree changes. Make the smallest coherent change and review the final diff.
- Prefer TypeScript for new source files. The project uses strict TypeScript, double quotes, no semicolons, Prettier, and ESLint.
- Prefer high-level chart components for public examples. Use Stream Frames only when the high-level API does not expose the required control.
- Prefer family subpath imports (
semiotic/xy,semiotic/network, and so on) in production examples. Avoid widening entry graphs accidentally. - Preserve public API compatibility unless the task explicitly authorizes a breaking change. Update types, chart specs, schemas, docs, and tests together.
- Add or update focused tests for behavior changes. Do not weaken assertions or raise bundle/coverage limits merely to make a check pass.
- For a confirmed, user-visible defect—not a transient CI or infrastructure failure—perform a related-surface audit before closing it. Check equivalent renderers, entry points, generated artifacts, formats, and public API paths; fix or cover any same-class issue found, and record the audit scope and result with verification.
- Do not hand-edit
dist/,docs/build/, generated manifests, or generated sections between marker comments. Run the owning generator. - Do not add production dependencies, change lockfiles, publish packages, push branches, or deploy without explicit task scope.
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.
- 2d ago First seen · 116 lines · 1,342 tokens per session scan A 49431f184f84
semiotic AGENTS.md is an instructions file published in the GitHub repository nteract/semiotic (2,691 stars, last pushed yesterday), licensed Apache-2.0. It adds 1,342 tokens to every session, about $0.0067 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
recharts AGENTS.md
Instructions for recharts/recharts: This is Recharts repository. Recharts is a React-based charting library. The goal is to provide a simple, declarative, and composable way to build charts. We value consistency, usability, and performance. Accessibility is important.
supabase studio-composition-patterns.instructions.md
Instructions for supabase/supabase, covering react composition patterns review rules, core principle, when to flag, 1. boolean prop proliferation (high) and 2. render props instead of children (medium).
marimo AGENTS.md
Instructions for marimo-team/marimo, covering marimo development guidelines, your primary responsibility is to the project and its users, quick setup, development commands and python.
marimo copilot-instructions.md
Instructions for marimo-team/marimo: For example, if there is a frontend change to make a border thicker, how does this look in run mode, app-view and edit-view? For a backend change, has the user tested different scenarios?
pygwalker CLAUDE.md
Instructions for Kanaries/pygwalker, covering claude.md and tl;dr for a coding agent.
data-table-filters CLAUDE.md
Instructions for openstatusHQ/data-table-filters, covering claude.md, project overview, monorepo structure (pnpm + turborepo), key commands and database.