ai-learning-mentor-vp

ai-learning-mentor-vp is a skill for Codex from VectorPeak/vectorpeak-agent-skills. It costs 185 tokens per session (3,089 once invoked), scanned A, original, Apache-2.0.

A personal tutor for computer science, artificial intelligence, language models, and software agents.

In plain words
What is it for?
Explaining concepts, giving Feynman-style feedback, creating mnemonics, drawing knowledge maps, generating exercises, and compressing notes.
Why use it?
It turns difficult topics into explanations, memory aids, comparisons, practice questions, diagrams, or summaries suited to the learning task.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit Explaining concepts, giving Feynman-style feedback, creating mnemonics, drawing knowledge maps, generating exercises, and compressing notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vectorpeak/vectorpeak-agent-skills/ai-learning-mentor-vp
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.

Any agent
npx skills add VectorPeak/vectorpeak-agent-skills --skill ai-learning-mentor-vp
Clone the repo
git clone --depth 1 https://github.com/VectorPeak/vectorpeak-agent-skills

Made for: Codex.

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 ai-learning-mentor-vp

README.md
[![agentmods](https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/ai-learning-mentor-vp/github.svg)](https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/ai-learning-mentor-vp)
Your own site
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/ai-learning-mentor-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/ai-learning-mentor-vp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-learning-mentor-vp

Your own site · 80×15
<a href="https://agentmods.dev/skills/vectorpeak/vectorpeak-agent-skills/ai-learning-mentor-vp"><img src="https://agentmods.dev/badge/skills/vectorpeak/vectorpeak-agent-skills/ai-learning-mentor-vp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,089 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00185 $0.03089
Opus 5 $0.00093 $0.01545
Sonnet 5 $0.00037 $0.00618
Haiku 4.5 $0.00018 $0.00309

Measured 9d ago against content hash c56b93bae201, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ai-learning-mentor-vp 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 9d 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.

knowledge-skills/ai-learning-mentor-vp/SKILL.md · 378 lines

How it starts

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

AI Learning Mentor VP

Purpose

Use this skill as a personal learning mentor for computer science, AI, LLM, and Agent topics. Route the user's request into one of seven learning modes, ground explanations in user-provided context when present, check local LLM_wiki knowledge when useful, expose weak points, and optionally prepare compact DailyNotes or Wiki candidates.

Default language: Chinese, unless the user asks otherwise.

First Move

  1. Detect the mode from trigger words.
  2. Identify the topic, provided materials, known context, and desired output.
  3. Treat user-provided context as the first grounding layer.
  4. For memory, analogy, graph, practice, or compression tasks, check known concepts from local LLM_wiki when available.
  5. Do not write to DailyNotes, wiki, mastery, or question bank unless the user explicitly asks to record/save/write/update.

Mode Router

Mode Triggers Use for
00 Memory Aid 00, jy, 辅助记忆, 记忆, 助记, 怎么记, 记不住 Build hooks, chunks, mnemonics, contrast pairs, and review prompts
01 Concept Explanation 01, gn, 概念, 概念讲解, 讲清楚, what/why/how Explain a concept top-down
02 Feynman Feedback 02, fm, 费曼, 费曼学习, 我来讲, 你来追问 Let the learner explain, then question and grade
03 Analogy Diff Learning 03, lb, 类比, 类比学习, diff, 迁移理解 Map a new idea to known CS/AI concepts
04 Deliberate Practice 04, ky, lx, 题目, 出题, 刻意练习, 练习 Generate targeted drills and adapt difficulty
05 Knowledge Graph 05, zs, tp, 知识图谱, 图谱, landscape, 关联概念 Build concept landscape and structural links
06 Knowledge Compression 06, 总结, 提炼, 压缩, 卡片, 记忆卡, 复习卡 Extract framework and review cards

If no trigger is explicit, infer the mode from intent. If multiple modes fit, combine in this order: 01 concept -> 00 memory aid -> 03 analogy -> 05 graph -> 04 practice -> 06 compression.

Known-Concept Check

When the user asks for memory aid, analogy, graph, deliberate practice, compression, or “连接到 LLM_wiki”:

Read the full file on GitHub · 378 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 378 lines · 185 tokens per session scan A c56b93bae201

Subscribe to this mod's changes

ai-learning-mentor-vp is a skill published in the GitHub repository VectorPeak/vectorpeak-agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 185 tokens to every session and 3,089 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

explain

Use when user invokes /explain with a file path, directory path, function/class name, or natural language concept. Also triggers on "explain this", "how does X work", "walk me through". Produces a structured, layered explanation of what the code does, how it connects, and where to start if you need to change it. Do…

harnessprotocol/harness-kit · 95 tokens

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens

prompts-chat

Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.

sangrokjung/claude-forge · 41 tokens

memstack-marketing-webinar-script

Use this skill when the user says 'webinar script', 'webinar', 'live presentation', 'teach-to-sell', or needs a timestamped presentation script with slide notes, presenter cues, and replay email sequence. Do NOT use for launch plans or static sales page copy.

cwinvestments/memstack · 65 tokens

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

validate

Check that an Open Knowledge Format (OKF) bundle is conformant with the v0.2 spec (§11). Use when asked to validate, lint, or check an OKF bundle, or before committing changes to one. Runs a deterministic Python checker — not an eyeball pass. Also migrates a v0.1 bundle to v0.2 in place with --migrate.

scaccogatto/okf-skills · 82 tokens