myNotes AGENTS.md

Project instructions for a repository of course study notes, published HTML pages, and a React landing page. They describe its folders, metadata file, preview server, validation script, and content conventions.

In plain words
What is it for?
Use them when adding or updating courses, exporting notes, changing the landing page, validating links, or previewing the documentation site.
Why use it?
They explain how the notes, published pages, course index, and assets must stay coordinated.

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/routhleck/mynotes/agents-md
Clone the repo
git clone --depth 1 https://github.com/Routhleck/myNotes

Made for: Codex, OpenCode.

Per session 681 This file is loaded in full into every session.
When invoked 681 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.00681 $0.00681
Opus 5 $0.00341 $0.00341
Sonnet 5 $0.00136 $0.00136
Haiku 4.5 $0.00068 $0.00068

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

Security

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.

AGENTS.md · 25 lines

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 page docs/index.html is a React single-page app (React 18 via CDN + Babel); course metadata now lives in docs/data/courses.json, which the page fetches at runtime – keep both files in sync.
  • Update README.md with 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 the docs/ root. Run uv run scripts/validate_courses.py before commit to catch broken links or schema issues. Preview via uv run python -m http.server --directory docs 8000 and browse http://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. Use uv run scripts/validate_courses.py to 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.md instead of rewriting history.
  • Store images inside a sibling *.assets folder and reference them with relative paths (![图](课程名.assets/image.png)). Large binary assets (PDF/PPT/DOCX) are marked in .gitattributes for Git LFS; run git lfs install before committing new files of these types. Use uv run scripts/report_large_assets.py --min-mb 20 to audit oversized files before pushing.

Read the full file on GitHub · 25 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 · 25 lines · 681 tokens per session scan A cb3ba0da7053

Subscribe to this mod's changes

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.

Related

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.

Stewie-pixel/claude-with-leetcode · 827 tokens

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

Amatofrancesco99/thoughtweave · 3 tokens

n8n-skills CLAUDE.md

Instructions for czlonkowski/n8n-skills, covering claude.md, project overview, repository structure, the 14 skills and 1. n8n expression syntax.

czlonkowski/n8n-skills · 2,609 tokens

Tutorial_AwesomeModernCPP AGENTS.md

Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).

Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP · 778 tokens

fix-quera AGENTS.md

Instructions for AlirezaKeshavarz83/fix-quera, covering agent guidance, project shape, visual style, quera page data findings and compatibility findings.

AlirezaKeshavarz83/fix-quera · 1,338 tokens

ab900 CLAUDE.md

Instructions for timothywarner-org/ab900, covering claude.md, repository purpose, architecture, commands and 2. non-ascii punctuation -- must return zero.

timothywarner-org/ab900 · 7,662 tokens