weak-area-tracker

weak-area-tracker is a skill for Claude Code, Codex from yugash007/edu-agent-skills. It costs 25 tokens per session (785 once invoked), scanned A, original, MIT.

A tracker for recording and prioritising topics a learner repeatedly struggles with, using evidence from earlier sessions.

In plain words
What is it for?
It helps decide whether to reteach a topic, assign more practice, or explore it through guided questioning, and records confirmed improvement.
Why use it?
It stops recurring problems from being overlooked while attention shifts to new material.

Skill for Claude CodeCodex

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

Good fit It helps decide whether to reteach a topic, assign more practice, or explore it through guided questioning, and records confirmed improvement.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yugash007/edu-agent-skills/weak-area-tracker
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 yugash007/edu-agent-skills --skill weak-area-tracker
Clone the repo
git clone --depth 1 https://github.com/yugash007/edu-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 weak-area-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/yugash007/edu-agent-skills/weak-area-tracker/github.svg)](https://agentmods.dev/skills/yugash007/edu-agent-skills/weak-area-tracker)
Your own site
<a href="https://agentmods.dev/skills/yugash007/edu-agent-skills/weak-area-tracker"><img src="https://agentmods.dev/badge/skills/yugash007/edu-agent-skills/weak-area-tracker/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 weak-area-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/yugash007/edu-agent-skills/weak-area-tracker"><img src="https://agentmods.dev/badge/skills/yugash007/edu-agent-skills/weak-area-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 785 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.00025 $0.00785
Opus 5 $0.00013 $0.00392
Sonnet 5 $0.00005 $0.00157
Haiku 4.5 $0.00003 $0.00078

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

Security

Grade A, and why

weak-area-tracker 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 10d 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/memory/weak-area-tracker/SKILL.md · 63 lines

How it starts

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

Purpose

Maintain a prioritized, evidence-based log of topics where the learner consistently struggles. Drives which skills to activate next and prevents ignoring recurring problems in favor of always-new content.

Activation

  • check-understanding, challenge-generator, or misconception-detector flags a repeated error. Returning learner with prior weak areas. Planning a study/revision session. Learner reports a covered topic is still unclear.
  • Skip if: first encounter with a topic (not a weak area yet). Error is a one-time slip. Learner declines tracking.
  • Routing: feed into lesson-plan and revision-mode. Use tracker to decide between challenge-generator (reinforce) vs teach-concept (re-teach) vs socratic-mode (deepen). Mark confirmed improvements and remove from active tracking.

Inputs

  • Error event (topic, type, session date, recurrence count), prior weak-area log, learner's current goals.

Severity Scoring

Score each weak area 1–5: score = recurrence × type_weight + staleness_bonus

  • Type weights: Surface=1, Structural=2, Deep=3
  • Staleness: +1 if not addressed in 3+ sessions

Intervention selection: Score 1–2 → challenge-generator. Score 3–4 → teach-concept re-teach. Score 5 → socratic-mode then misconception-detector.

Workflow

  1. Ingest — New error: add to log (recurrence=1) or increment existing entry + update last_seen.
  2. Score — Compute severity from recurrence, type, staleness, and self-reported confidence.
  3. Triage — Rank by score. Surface top 2 for current session. Max 2 weak areas per session.
  4. Select Intervention — Match score to appropriate skill (see above).
  5. Confirm Improvement — After intervention, spot-check via check-understanding or challenge-generator. 2 consecutive clean passes → "resolving." 3 consecutive → "resolved" and archived. Regression after resolution → re-open.
  6. Maintain — Cap active list at 5. Archive resolved items. Warn if topic persists 5+ sessions without resolution.

Read the full file on GitHub · 63 lines

Files

What ships with it

2 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. 10d ago First seen · 63 lines · 25 tokens per session scan A 19fff5cc8487

Subscribe to this mod's changes

weak-area-tracker is a skill published in the GitHub repository yugash007/edu-agent-skills (7 stars, last pushed 3mo ago), licensed MIT. It adds 25 tokens to every session and 785 once invoked, about $0.0001 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

learning-coach

A Chinese-language personal coaching guide for learning programming, AI agents, writing, languages, exams, research, or career skills through real projects and tasks. It tracks progress and teaches one useful action at a time.

chrichuang218/ai-learning-coach · 179 tokens

understand-explain

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.

Egonex-AI/Understand-Anything · 27 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

ctf-misc

Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybrid logic puzzles.…

ljagiello/ctf-skills · 122 tokens

respond-to-eval

Turn student course evaluations (free-text + numeric) into an actionable teaching-improvement plan — the teaching analogue of /respond-to-referees. Clusters comments into themes, separates signal from noise, classifies each theme Keep / Change / Investigate / Out-of-scope, and drafts concrete changes mapped to the…

pedrohcgs/claude-code-my-workflow · 111 tokens

create-lecture

Create a new Beamer lecture .tex from source papers and materials, with notation consistency checks and the project's preamble wired in. Use when user says "create a lecture on X", "new lecture from these papers", "start a deck on topic Y", "scaffold a new Beamer file", "build me a lecture from these PDFs". Scaffolds…

pedrohcgs/claude-code-my-workflow · 96 tokens