curriculum-reviewer

curriculum-reviewer is a skill for Claude Code from psreek-ai/codebase-mooc. It costs 82 tokens per session (639 once invoked), scanned A, original, no licence file.

A reviewer for AI-generated curriculum content in a human review queue. Curriculum content is structured learning material, and the queue is stored in .codebase-mooc/memory/humanreviewqueue.jsonl.

In plain words
What is it for?
Use it to review, approve, or assess curriculum items in that review queue.
Why use it?
It helps a human assess generated lessons in one defined review process before they are approved.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the codebase-mooc plugin — 3 skills, 6 commands, 9 agents, 3 hooks 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/psreek-ai/codebase-mooc/curriculum-reviewer
Any agent
npx skills add psreek-ai/codebase-mooc --skill curriculum-reviewer
Clone the repo
git clone --depth 1 https://github.com/psreek-ai/codebase-mooc

Made for: Claude Code.

Or install codebase-mooc, the plugin that ships this one along with the rest of its 3 skills, 6 commands, 9 agents, 3 hooks.

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 curriculum-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/psreek-ai/codebase-mooc/curriculum-reviewer.svg)](https://agentmods.dev/skills/psreek-ai/codebase-mooc/curriculum-reviewer)
Your own site
<a href="https://agentmods.dev/skills/psreek-ai/codebase-mooc/curriculum-reviewer"><img src="https://agentmods.dev/badge/skills/psreek-ai/codebase-mooc/curriculum-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 639 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00082 $0.00639
Opus 5 $0.00041 $0.00319
Sonnet 5 $0.00016 $0.00128
Haiku 4.5 $0.00008 $0.00064

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

Security

Grade A, and why

curriculum-reviewer 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 5d 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/curriculum-reviewer/SKILL.md · 83 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 83 lines · 82 tokens per session scan A 98dc549fcc36

Subscribe to this mod's changes

curriculum-reviewer is a skill published in the GitHub repository psreek-ai/codebase-mooc (1 stars, last pushed 5mo ago), with no licence file. It adds 82 tokens to every session and 639 once invoked, about $0.0004 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

amend-guide

The requirements changed while someone is halfway through a learn-as-you-go guide — fold the change in WITHOUT rewriting the work they've already executed. Reads foundation/progress.md to find the frontier (and stops to have it confirmed if it's missing or stale), verifies any new fact online, then delivers an impact…

tomthebearded/guide-forge · 170 tokens

mark-progress

Record what you have actually EXECUTED while following a learn-as-you-go guide — step by step — into the guide's foundation/progress.md ledger, and reconcile foundation/status.md (frontier, milestone table, session log) with it. Marks only: it never edits step files, never fixes anything, and never marks a milestone ✅…

tomthebearded/guide-forge · 139 tokens

draft-milestone

Draft an approved learn-as-you-go build guide into folders of atomic, teaching step files — the WHOLE guide by default (every milestone, in one pass), or a single named milestone if one is given (for re-drafts/fixes). Use after a plan from the plan-guide skill has been approved. Invoke with no argument to draft the…

tomthebearded/guide-forge · 112 tokens

log-feedback

A reader hit friction while following a learn-as-you-go guide — capture it to the guide's feedback log WITHOUT changing the guide. Appends one dated, structured entry (where · reader · what happened · suspected class · severity · tags · quote) to guide/feedback-log.md, so friction becomes durable data for improving…

tomthebearded/guide-forge · 140 tokens

plan-guide

Plan a learn-as-you-go, step-by-step developer build guide from a one-line idea. Use when the user wants to create a tutorial, course, onboarding doc, or build guide that TEACHES while it builds — for any domain (games, libraries, web, CLIs, APIs). Runs an audience interview, then produces a milestone-laddered plan …

tomthebearded/guide-forge · 135 tokens

scaffold-guide

Stamp the folder skeleton + six foundation docs (stack, status, progress, glossary, conventions, decision-log) of a GuideForge guide from an approved plan, pre-filled from the plan and with a placeholder overview per milestone — so drafting can start immediately. Use after a plan is approved and before drafting the…

tomthebearded/guide-forge · 85 tokens