teaching-methods

teaching-methods is a skill for Claude Code, Codex from cosmicstack-labs/mercury-agent-skills. It costs 21 tokens per session (472 once invoked), scanned A, original, MIT.

A guide to teaching approaches such as direct instruction, inquiry, projects, flipped classrooms, and assessments.

In plain words
What is it for?
Planning lessons, teaching coding or other skills, guiding investigations, running projects, and assessing learning.
Why use it?
It helps educators choose a teaching approach that fits the subject, learners, and learning goal.

Skill for Claude CodeCodex

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

Good fit Planning lessons, teaching coding or other skills, guiding investigations, running projects, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cosmicstack-labs/mercury-agent-skills/teaching-methods
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 teaching-methods
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 teaching-methods

README.md
[![agentmods](https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/teaching-methods.svg)](https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/teaching-methods)
Your own site
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/teaching-methods"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/teaching-methods.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 472 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.00021 $0.00472
Opus 5 $0.00010 $0.00236
Sonnet 5 $0.00004 $0.00094
Haiku 4.5 $0.00002 $0.00047

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

Security

Grade A, and why

teaching-methods 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.

categories/education-learning/teaching-methods/SKILL.md · 62 lines

What it actually says

Teaching Methods

Effective teaching approaches for different learning contexts.

Methods Overview

Method Teacher Role Student Role Best For
Direct Instruction Expert, guide Active listener Foundational skills, procedures
Inquiry-Based Facilitator Investigator Critical thinking, curiosity
Project-Based Coach Creator, problem-solver Real-world application
Flipped Classroom Mentor Self-directed learner Active class time
Socratic Questioner Critical thinker Deep understanding

Direct Instruction

Structure: I Do → We Do → You Do

  1. I Do: Model the skill, think aloud
  2. We Do: Guided practice with feedback
  3. You Do: Independent practice

When to Use

  • New concepts or skills
  • Procedural knowledge (math, coding syntax)
  • Safety-critical topics

Inquiry-Based Learning

  1. Present a question or problem
  2. Students explore, ask questions, investigate
  3. Guide toward conclusions through questioning
  4. Debrief and formalize learning

Example Prompt

"How could we determine the most efficient sorting algorithm without looking it up? What experiments would you run?"

Project-Based Learning

Framework

  • Driving Question: Open-ended, meaningful
  • Sustained Inquiry: Multiple research cycles
  • Authenticity: Real-world relevance
  • Student Voice & Choice: Decisions throughout
  • Reflection: Process and product
  • Critique & Revision: Feedback loops
  • Public Product: Presented to authentic audience

Differentiation

Adapt for different learners by adjusting:

  • Content: What students learn (vary complexity)
  • Process: How they learn (vary activities)
  • Product: How they show learning (vary assessments)
  • Environment: Where/how they learn (vary settings)
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 · 62 lines · 21 tokens per session scan A c75e6bce6514

Subscribe to this mod's changes

teaching-methods is a skill published in the GitHub repository cosmicstack-labs/mercury-agent-skills (471 stars, last pushed 12d ago), licensed MIT. It adds 21 tokens to every session and 472 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

edu-math-tutorial

A Chinese-language guide for turning a maths problem into a step-by-step teaching video. It explains how to break down the solution, write narration, format equations, and structure scenes.

agentscope-ai/QwenPaw · 146 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 · 92 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