agentic-learning

agentic-learning is a skill for Claude Code, Codex from FavioVazquez/learnship. It costs 110 tokens per session (4,458 once invoked), scanned A, original, MIT.

A learning-partner skill that helps you build understanding of a topic or codebase through recall, explanation, practice, reflection, and feedback.

In plain words
What is it for?
Use it to learn a concept, quiz yourself on a codebase, reflect on something you built, brainstorm collaboratively, or examine a decision and its alternatives.
Why use it?
It reduces the risk of mistaking a fluent explanation for genuine understanding by making you work with the concept yourself.

Skill for Claude CodeCodex

Part of the learnship plugin — 24 skills, 34 agents shipped together

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 skills/faviovazquez/learnship/agentic-learning
Any agent
npx skills add FavioVazquez/learnship --skill agentic-learning
Clone the repo
git clone --depth 1 https://github.com/FavioVazquez/learnship

Made for: Claude Code, Codex.

Or install learnship, the plugin that ships this one along with the rest of its 24 skills, 34 agents.

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 agentic-learning

README.md
[![agentmods](https://agentmods.dev/badge/skills/faviovazquez/learnship/agentic-learning.svg)](https://agentmods.dev/skills/faviovazquez/learnship/agentic-learning)
Your own site
<a href="https://agentmods.dev/skills/faviovazquez/learnship/agentic-learning"><img src="https://agentmods.dev/badge/skills/faviovazquez/learnship/agentic-learning.svg" alt="Measured on agentmods" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,458 The whole file, excluding the scripts and references it only reads on demand.
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.00110 $0.04458
Opus 5 $0.00055 $0.02229
Sonnet 5 $0.00022 $0.00892
Haiku 4.5 $0.00011 $0.00446

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

Security

Grade A, and why

agentic-learning 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.windsurf/skills/agentic-learning/SKILL.md · 374 lines

How it starts

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

Agentic Learning

A learning partner that applies nine neuroscience-backed techniques — retrieval, spacing, generation, reflection, interleaving, cognitive load management, metacognition, oracy, and formative feedback — to help you build real understanding while you build software. Based on research cited in references/learning-science.md.

Core principle: Fluent answers from an LLM are not the same as learning. This skill resists the illusion of competence by making you do the cognitive work — with support, not shortcuts.


Actions

learn — Retrieval + Generation teaching

Trigger: @agentic-learning learn <topic>

What to do:

  1. Read the current file or codebase context relevant to the topic.
  2. Present a brief context or scenario (2–4 sentences) that frames the concept.
  3. Ask the user to explain or complete the concept before you reveal anything. Examples:
    • "Before I explain, what do you already know about <topic>?"
    • "Here's the function signature: <sig> — what do you think it does?"
    • "What's the difference between X and Y in your own words?"
  4. Wait for the user's answer. Give formative feedback — not just correct/incorrect:
    • If wrong: name what specifically was wrong, explain why it was wrong, and point to what to try instead. Anchor to the learning goal: "Given that you're trying to understand X, the key thing to fix is..."
    • If right: name what specifically they understood well. Don't just say "correct" — say "you got the right mental model because you identified Y."
    • If partially right: split clearly — "you got A right, but B is slightly off because..."
  5. Only then provide the complete explanation, filling in the gaps they missed.
  6. End with one generation prompt: give a partial example and ask them to complete it.

Never jump straight to the full answer. The struggle is the point.


quiz — Retrieval practice

Trigger: @agentic-learning quiz (optionally: @agentic-learning quiz <file or topic>)

Read the full file on GitHub · 374 lines

Files

What ships with it

3 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. 3d ago First seen · 374 lines · 110 tokens per session scan A 03b0b64ce3b4

Subscribe to this mod's changes

agentic-learning is a skill published in the GitHub repository FavioVazquez/learnship (59 stars, last pushed 3mo ago), licensed MIT. It adds 110 tokens to every session and 4,458 once invoked, about $0.0006 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

learning-mode

Hands-on mentoring: the agent scaffolds work, then pauses so the engineer writes small, meaningful code (roughly 5–15 lines) for practice. Use when the user enables learning mode, asks for guided mentoring, hands-on practice, collaborative coding, or teaching while building a feature.

opendatahub-io/ai-helpers · 62 tokens

integrate

Map reading notes to thesis chapters and integrate key arguments into the manuscript. Use after completing a reading session to weave new material into the thesis.

yha9806/academic-writing-toolkit · 31 tokens

anti-slop-design

Category-aware design skill that builds distinctive, production-grade UIs. Brand-vs-product register, color strategy commitment, scene-based theme choice, palettes, font pairings, UX patterns, shadcn/token integration, empty-error-loading copy, secondary slop signals, multimodal design parity from mocks, and a…

madebyaris/advance-minimax-m3-cursor-rules · 78 tokens

3d-web-experiences

Build distinctive, performant, production-grade 3D on the web with Three.js, React Three Fiber, and WebGL. Use when the user asks to "build a 3D scene", "add a 3D hero/landing", "make a product viewer/configurator", mentions three.js / react-three-fiber / r3f / drei / webgl / shaders, or asks to make an existing 3D…

madebyaris/advance-minimax-m3-cursor-rules · 147 tokens

deep-research

Conducts multi-step deep research on any topic using iterative search, reflection, and synthesis. Use when the user asks to research, investigate, survey, compare, analyze, deep-dive, or explore a topic in depth. Covers web research, codebase analysis, documentation review, mixed-source investigation, and M3…

madebyaris/advance-minimax-m3-cursor-rules · 72 tokens

minimax-m3-long-context

How to use MiniMax M3's 1M-token MSA context productively: what to load vs. compress, when to retrieve vs. ingest, how to keep skills shallow in the always-on prompt and deep in skills, and how to plan retention across iterations. Load when the task might exceed 200K tokens, when the user asks to "keep all of this in…

madebyaris/advance-minimax-m3-cursor-rules · 101 tokens