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/routhleck/mynotes/agents-mdgit clone --depth 1 https://github.com/Routhleck/myNotesWhat 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.00681 | $0.00681 |
| Opus 5 | $0.00341 | $0.00341 |
| Sonnet 5 | $0.00136 | $0.00136 |
| Haiku 4.5 | $0.00068 | $0.00068 |
Grade A, and why
myNotes 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 — 25 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Structure & Module Organization
- Root directories named after BJTU courses capture raw study notes (Markdown, PDF, Typora exports). Mirror updates in
docs/as published HTML; ensure asset folders accompany HTML exports (e.g.,人工智能基础期末复习笔记.assets). Keep ancillary project repos (e.g.,BrainPy/) intact and avoid renaming. The landing pagedocs/index.htmlis a React single-page app (React 18 via CDN + Babel); course metadata now lives indocs/data/courses.json, which the page fetches at runtime – keep both files in sync. - Update
README.mdwith any new course folder so GitHub navigation stays aligned with the course timeline.
Build, Test, and Development Commands
- Landing page is React-in-browser (no bundler); update course metadata in
docs/data/courses.json(JSON array) and ensure links stay relative to thedocs/root. Runuv run scripts/validate_courses.pybefore commit to catch broken links or schema issues. Preview viauv run python -m http.server --directory docs 8000and browsehttp://localhost:8000. - For standalone Markdown exports, no additional build pipeline exists. Typora/VSCode exports can be dropped alongside assets.
- For Markdown hygiene, optional
uvx mdformat AGENTS.md README.md(or specify files) keeps layout consistent. Useuv run scripts/validate_courses.pyto verify the JSON catalog after edits.
Coding Style & Naming Conventions
- Markdown: use
#top-level headings matching the folder title; keep tables of contents short and use ordered lists for syllabus-style outlines. - File names: prefer Chinese course names or CamelCase English without spaces; version drafts with suffixes like
_v2.mdinstead of rewriting history. - Store images inside a sibling
*.assetsfolder and reference them with relative paths (). Large binary assets (PDF/PPT/DOCX) are marked in.gitattributesfor Git LFS; rungit lfs installbefore committing new files of these types. Useuv run scripts/report_large_assets.py --min-mb 20to audit oversized files before pushing.
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 · 25 lines · 681 tokens per session scan A cb3ba0da7053
myNotes AGENTS.md is an instructions file published in the GitHub repository Routhleck/myNotes (85 stars, last pushed 2mo ago), licensed MIT. It adds 681 tokens to every session, about $0.0034 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
stewie-pixel guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
thoughtweave CLAUDE.md
Instructions for Amatofrancesco99/thoughtweave, a project described as: The SDD (+TDD) workflow for coding agents that adapts to your level - teaching when new, challenging even when expert. Captures engineering best practices for any software context while ensuring quality, standardization and continuous learning.…
n8n-skills CLAUDE.md
Instructions for czlonkowski/n8n-skills, covering claude.md, project overview, repository structure, the 14 skills and 1. n8n expression syntax.
Tutorial_AwesomeModernCPP AGENTS.md
Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).
fix-quera AGENTS.md
Instructions for AlirezaKeshavarz83/fix-quera, covering agent guidance, project shape, visual style, quera page data findings and compatibility findings.
ab900 CLAUDE.md
Instructions for timothywarner-org/ab900, covering claude.md, repository purpose, architecture, commands and 2. non-ascii punctuation -- must return zero.