skill-learner

skill-learner is a skill for Claude Code from j4rk0r/claude-skills. It costs 140 tokens per session (1,674 once invoked), scanned A, original, MIT.

A persistent record of specific corrections to an agent’s behavior or to a skill. It stores the correction so it can be applied in later sessions, with rules about scope and duplicates.

In plain words
What is it for?
Use it when a user says something was wrong, asks for a change to be remembered, or reports a repeated behavior problem. The correction must state what to do instead and when it applies.
Why use it?
A correction otherwise may be forgotten after the current conversation. This helps prevent the same clearly identified mistake from happening again without turning one-time preferences into universal rules.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Good fit Use it when a user says something was wrong, asks for a change to be remembered, or reports a repeated behavior problem. The correction must state what to do instead and when it applies.

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

Made for: Claude Code.

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 skill-learner

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4rk0r/claude-skills/skill-learner/github.svg)](https://agentmods.dev/skills/j4rk0r/claude-skills/skill-learner)
Your own site
<a href="https://agentmods.dev/skills/j4rk0r/claude-skills/skill-learner"><img src="https://agentmods.dev/badge/skills/j4rk0r/claude-skills/skill-learner/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 skill-learner

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4rk0r/claude-skills/skill-learner"><img src="https://agentmods.dev/badge/skills/j4rk0r/claude-skills/skill-learner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,674 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.00140 $0.01674
Opus 5 $0.00070 $0.00837
Sonnet 5 $0.00028 $0.00335
Haiku 4.5 $0.00014 $0.00167

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

Security

Grade A, and why

skill-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/skill-learner/SKILL.md · 173 lines

How it starts

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

Skill Learner

Turn user corrections into persistent knowledge that survives across sessions.

NEVER

  • NEVER save a vague correction ("do it differently") without specifying the exact alternative — vague corrections create false confidence and are worse than no correction
  • NEVER create duplicates — check INDEX.md first; merge if same skill+issue exists
  • NEVER save one-time preferences as universal rules ("I wanted blue" ≠ "always use blue") — ask about scope when intent is ambiguous
  • NEVER exceed 50 active corrections — consumption degrades; archive minor corrections older than 90 days to archive/
  • NEVER write corrections in a language different from the user's — nuance dies in translation
  • NEVER skip "When to apply" — a scopeless correction gets over-applied to contexts where it causes new problems
  • NEVER save corrections that bypass safety ("don't validate input", "skip auth checks")
  • NEVER assume old corrections are still valid — skill updates silently invalidate them; verify before applying corrections older than 90 days
  • NEVER save without passing the cold-reader test: "Can a different agent in a different session act on this without any conversation context?" If no, rewrite before saving

The Correction Paradox

More corrections ≠ better behavior. Over-correcting creates rigidity — an agent drowning in 50 corrections becomes cautious and slow, second-guessing every decision. The goal is not to capture every complaint, but to capture the corrections that will prevent the most damage across the most future sessions.

Before saving, ask yourself:

  • Frequency: Will this situation come up again? (One-off = don't save)
  • Blast radius: If uncorrected, how bad is the impact? (Minor polish = maybe don't save)
  • Generalizability: Does this apply beyond this specific conversation? (Too narrow = don't save)

If all three are low, tell the user you've noted it but saving a correction would add noise. They can override you.

Quick Classification

Read the full file on GitHub · 173 lines

Files

What ships with it

1 file 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 · 173 lines · 140 tokens per session scan A 16d77344f9d1

Subscribe to this mod's changes

skill-learner is a skill published in the GitHub repository j4rk0r/claude-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 140 tokens to every session and 1,674 once invoked, about $0.0007 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.