curriculum-design

curriculum-design is a skill for Claude Code, Codex from cosmicstack-labs/mercury-agent-skills. It costs 22 tokens per session (486 once invoked), scanned A, original, MIT.

A guide to planning a complete course: what learners should achieve, what they need to learn first, how topics are ordered, and how learning is assessed.

In plain words
What is it for?
Creating learning objectives, setting course scope and sequence, identifying prerequisites, planning activities, and designing assessments.
Why use it?
It helps keep teaching goals, lessons, practice, and assessments connected.

Skill for Claude CodeCodex

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

Good fit Creating learning objectives, setting course scope and sequence, identifying prerequisites, planning activities, and designing assessments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cosmicstack-labs/mercury-agent-skills/curriculum-design
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 cosmicstack-labs/mercury-agent-skills --skill curriculum-design
Clone the repo
git clone --depth 1 https://github.com/cosmicstack-labs/mercury-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 curriculum-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/curriculum-design/github.svg)](https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/curriculum-design)
Your own site
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/curriculum-design"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/curriculum-design/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 curriculum-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/curriculum-design"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/curriculum-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 486 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.00022 $0.00486
Opus 5 $0.00011 $0.00243
Sonnet 5 $0.00004 $0.00097
Haiku 4.5 $0.00002 $0.00049

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

Security

Grade A, and why

curriculum-design 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 7d 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.

categories/education-learning/curriculum-design/SKILL.md · 56 lines

What it actually says

Curriculum Design

Design effective curricula following learning science principles.

Bloom's Taxonomy (Revised)

Level Verb Examples Assessment
Remember List, define, recall Multiple choice, matching
Understand Explain, describe, summarize Short answer, concept map
Apply Solve, implement, demonstrate Problem set, lab exercise
Analyze Compare, differentiate, examine Case study, data analysis
Evaluate Critique, justify, assess Debate, peer review, rubric
Create Design, build, produce Project, portfolio, thesis

Backward Design (Wiggins & McTighe)

  1. Identify desired results — What should learners know/do?
  2. Determine acceptable evidence — How will you know they learned it?
  3. Plan learning experiences — What activities build that understanding?

Scope & Sequence

Element Description
Scope Breadth and depth of content
Sequence Order of topics (simple→complex, concrete→abstract)
Pacing Time allocated per topic
Prerequisites What learners must know before each module

Assessment Design

  • Formative: Checks during learning (quizzes, discussions, exit tickets)
  • Summative: End-of-unit evaluations (exams, projects, presentations)
  • Authentic: Real-world tasks (case studies, simulations, portfolios)

Assessment Alignment

Each assessment should map to a specific learning objective and Bloom's level. If you're teaching at the "Apply" level, don't just test "Remember."

Instructional Strategies

Strategy Best For Format
Direct instruction Foundational knowledge Lecture, demo
Inquiry-based Critical thinking Questions, investigation
Project-based Applied skills Extended projects
Flipped classroom Active learning Pre-work, in-class application
Collaborative Team skills Group work, discussion
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. 7d ago First seen · 56 lines · 0 tokens per session scan A 2fcb51b766e7

Subscribe to this mod's changes

curriculum-design is a skill published in the GitHub repository cosmicstack-labs/mercury-agent-skills (470 stars, last pushed 16d ago), licensed MIT. It adds 22 tokens to every session and 486 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-09-03.

Related

Other skills, from other repositories

math-olympiad

Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any…

anthropics/claude-plugins-official · 163 tokens

google-agents-cli-onboarding

Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs…

google/skills · 95 tokens

practice-cognition

A method for testing ideas in practice, learning from the results, and improving the next attempt through repeated cycles.

HughYau/qiushi-skill · 183 tokens

rust-learner

Learn Rust language features and crate updates. Use when user asks about Rust version changelog, what's new in Rust, crate updates, Cargo.toml dependencies, tokio/serde/axum features, or any Rust ecosystem questions.

actionbook/actionbook · 51 tokens

81-pipecat

Create your Pipecat skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

35-google-adk-reliable-agents

Create your Google Agent Development Kit skill in one prompt, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 19 tokens