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/ayhammouda/mentor/agents-mdgit clone --depth 1 https://github.com/ayhammouda/mentorWrote 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/ayhammouda/mentor/agents-md)<a href="https://agentmods.dev/instructions/ayhammouda/mentor/agents-md"><img src="https://agentmods.dev/badge/instructions/ayhammouda/mentor/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.00765 | $0.00765 |
| Opus 5 | $0.00382 | $0.00382 |
| Sonnet 5 | $0.00153 | $0.00153 |
| Haiku 4.5 | $0.00076 | $0.00076 |
Grade A, and why
mentor 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- mentor CLAUDE.md — 92% identical, 6 lines differ
How it starts
The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.
What This Is
Mentor is a Codex skill (SKILL.md with YAML frontmatter) that generates docs-first mentorship compasses for technical topics. It runs on Codex.ai and Codex, and relies on current source lookup to verify resource URLs and freshness.
The intended behavior is direction-setting, not tutorial generation:
- read this documentation first
- check this page next
- inspect this repo or artifact for a pattern
- notice this concept before moving on
- avoid this rabbit hole for now
Repository Structure
SKILL.md- The skill definition. This is the primary artifact. All behavior rules, output format, source ranking, and anti-patterns live here.references/schema.json- JSON Schema contract for machine-readable compass output.examples/- Gold-standard example outputs that demonstrate correct behavior:example-output-rust.md- broad topic with user backgroundexample-output-cloud-run.md- broad topic, default assumptionsexample-output-terraform-modules.md- narrow topic, compressed compassexample-output-react-server-components.md- clarification trigger + fast-moving topic
evals/evals.json- 10 test cases with machine-gradable assertions covering structure, source quality, mode variety, dedup, content, clarification, personalization, freshness, time constraints, weak-docs handling, schema compliance, and tutorial-drift guards.scripts/validate.mjs- Dependency-free validation harness for schema, eval, example, and drift checks.TESTING.md- Test strategy and validation notes.
How the Artifacts Relate
SKILL.md is the source of truth. The schema, examples, docs, and evals must stay consistent with it:
- If you change the output format in
SKILL.md, updatereferences/schema.json. - If you change decision rules, update affected examples and eval assertions.
- If you change resource modes, update schema enums and every example.
- If you change public positioning, update
README.mdandCONTRIBUTING.md. - If you add or change behavior contracts, update
scripts/validate.mjswhen the rule can be checked statically.
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 · 57 lines · 765 tokens per session scan A 705942ddba3a
mentor AGENTS.md is an instructions file published in the GitHub repository ayhammouda/mentor (9 stars, last pushed 2mo ago), licensed MIT. It adds 765 tokens to every session, about $0.0038 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-31.
Other instructions, from other repositories
ultimate-seo-geo AGENTS.md
Instructions for mykpono/ultimate-seo-geo, covering ultimate seo + geo — llm-agnostic seo agent, 0. before you start, routing index, when not to run a full audit and audit context: internal vs. competitive.
ultimate-seo-geo copilot-instructions.md
Instructions for mykpono/ultimate-seo-geo, covering ultimate seo + geo — copilot instructions, how to use, key capabilities, quick start and reference files.
ultimate-seo-geo GEMINI.md
Instructions for mykpono/ultimate-seo-geo, covering ultimate seo + geo — gemini cli context, instructions, key commands, install dependencies first and run all individual checks.
ilana AGENTS.md
Instructions for Ferousco-dev/ilana, covering agents.md, 1. installing ìlànà, the install, in full, about the ilana command and if symlinks are not possible.
workingclass AGENTS.md
AGENTS.md instructions for workingclass-ai/workingclass, covering repository agent instructions, how to use the skill and validation.
omg-payment-skill AGENTS.md
AGENTS.md instructions for chenmitchell/omg-payment-skill, covering agents.md — openai codex 與 agent sdk 使用指引, 適用對象, 載入方式, 方式一:作為知識庫 and 方式二:作為 system prompt extension.