project-learner

project-learner is a skill for Claude Code, Codex from cafe3310/public-agent-skills. It costs 46 tokens per session (555 once invoked), scanned A, original, Apache-2.0.

An interactive project-teaching assistant that explains a codebase, files, or underlying technologies and records the lessons in Markdown logs. It can continue from earlier learning records.

In plain words
What is it for?
Use it to study a project’s architecture, understand particular code changes or technologies, ask follow-up questions, and build a dated learning journal.
Why use it?
It gives explanations in the context of the project and preserves what was covered for later reference.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to study a project’s architecture, understand particular code changes or technologies, ask follow-up questions, and build a dated learning journal.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cafe3310/public-agent-skills/project-learner
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 cafe3310/public-agent-skills --skill project-learner
Clone the repo
git clone --depth 1 https://github.com/cafe3310/public-agent-skills

Made for: Claude Code, 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 project-learner

README.md
[![agentmods](https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/project-learner.svg)](https://agentmods.dev/skills/cafe3310/public-agent-skills/project-learner)
Your own site
<a href="https://agentmods.dev/skills/cafe3310/public-agent-skills/project-learner"><img src="https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/project-learner.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 555 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00046 $0.00555
Opus 5 $0.00023 $0.00278
Sonnet 5 $0.00009 $0.00111
Haiku 4.5 $0.00005 $0.00056

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

Security

Grade A, and why

project-learner 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.

skills_parked/project-learner/SKILL.md · 61 lines

What it actually says

Project Learner (项目学习助手)

此技能将 Agent 转化为一位专属的项目导师,不仅回答用户的问题,还将每一次的讲解自动整理、记录到学习日志中。

要求

如果用户要求继续之前的学习,找找是否有符合条件的学习记录,或问用户提供这样的学习日志文件,然后继续。不必创建已经存在的文件。

会话初始化

当用户开启一个新的学习主题时:

明确信息: 确认用户想要学习的内容,也了解用户已有的知识水平。

创建日志: 在 docs/ 目录下创建一个新的 Markdown 文件。

  • 日志命名规范: {YYYY-MM-DD-HH-mm}-learning-{topic}.md (使用 date 命令获取精确时间)。
  • 日志结构: 描述 1. 用户的诉求和背景知识 2. 本次学习任务的信息 3. 用户提出的额外诉求

2. 交互式教学

初始化完成之后,用户可能对项目整体架构发问,也可能咨询特定变更,甚至可能咨询和项目无关的知识。

Agent 要对用户的每个问题,分析-调研-讲解-记录。必要时,查询互联网做 Grounding。

在记录时,将讲解内容写到新的 Markdown 日志中:

  • 日志命名规范: {YYYY-MM-DD-HH-mm}-learning-{topic}-{this-turn-topic}.md

  • 日志结构:参考结构如下, > 部分是给 Agent 的内容生成参考。

    ```markdown
    
    ### 问题
    > 用户的具体问题
    ...
    
    ### 讲解
    > 刚才的讲解内容
    ...
    
    ### 涉及代码
    > 如果有,列出项目中的相关代码,让用户可以参考学习
    ...
    
    ### 核心知识点
    > 列出讲解了的概念,让用户可以扩展了解
    ...
    
    ```
    

如果用户提出了任何对整体教学的额外诉求,编辑添加到学习会话的初始化日志,并在后面的教学中遵循。

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 · 61 lines · 46 tokens per session scan A 8a1ebc3af5db

Subscribe to this mod's changes

project-learner is a skill published in the GitHub repository cafe3310/public-agent-skills (253 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 46 tokens to every session and 555 once invoked, about $0.0002 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 skills, from other repositories

study

Guide structured learning for a topic by diagnosing current level, defining stage goals, building a learning path, generating practice, and running review loops. Use when the user wants to learn something step by step, start from zero, build a study plan, prepare for an exam or skill, get guided practice, or continue…

flc1125/skills · 76 tokens

eli5

Create a dead-simple visual explanation of a topic as a self-contained HTML artifact. Use when the user says ELI5, asks to explain something like they are five, or wants a picture-first explanation with very few words; do not use for ordinary concise explanations that do not ask for this format.

flc1125/skills · 63 tokens

pinpoint-lesson

Compose a long-form pin-point lesson from one paper and register it as a Zotero child note. Use when the user provides a PDF or paper title and wants a math-grounded, idea-genealogy, fundamental-why analysis rather than a quick summary. Contrast with the summary skill, which produces a shorter overview note.

ajs7270/zotero-ai-summary · 70 tokens

mental-health-psychoeducation

Comprehensive psychoeducation on mental health conditions, therapy modalities, evidence-based coping techniques, psychiatric medications, and self-assessment frameworks. Educational resource only — not medical advice, diagnosis, or treatment. Use when learning about mental health concepts, understanding therapy…

firstsun-dev/skills · 111 tokens

learning-coach

Master evidence-based study techniques including active recall, spaced repetition, deliberate practice, and accelerated learning. Build efficient learning systems that maximize retention and skill acquisition.

firstsun-dev/skills · 34 tokens

how-to-read-a-book

Distills Mortimer Adler's How to Read a Book into a systematic active-reading framework covering inspectional, analytical, and syntopical reading. Use when a user wants to read more deeply, extract the core argument of a book, compare ideas across multiple texts, or move from information-gathering to genuine…

firstsun-dev/skills · 70 tokens