teach-rudra

teach-rudra is a skill for Claude Code, Codex from RudraDudhat2509/claude-skills. It costs 74 tokens per session (1,306 once invoked), scanned A, original, MIT.

A teaching skill for explaining tools, code, architecture, algorithms, and other concepts to Rudra Dudhat.

In plain words
What is it for?
Use it during a build session when Rudra needs a concept, tool, design, algorithm, or code explained.
Why use it?
It adapts explanations to the topic and to Rudra’s recorded knowledge, avoiding assumptions and unnecessary repetition.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it during a build session when Rudra needs a concept, tool, design, algorithm, or code explained.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rudradudhat2509/claude-skills/teach-rudra"><img src="https://agentmods.dev/badge/skills/rudradudhat2509/claude-skills/teach-rudra.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,306 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.00074 $0.01306
Opus 5 $0.00037 $0.00653
Sonnet 5 $0.00015 $0.00261
Haiku 4.5 $0.00007 $0.00131

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

Security

Grade A, and why

teach-rudra 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 12d 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.

teach-rudra/SKILL.md · 73 lines

How it starts

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

Teaching Rudra

Before You Explain Anything

Read references/knowledge-baseline.md. It tracks what Rudra already knows and what has been covered project by project. If the concept is in the baseline, reference it briefly and move on. Do not re-teach it.

Core Philosophy

Teaching is dynamic. The format follows the content, not the other way around.

Do NOT apply the same structure to every explanation. Ask: what kind of thing is this?

  • Research paper or theory: motivate the problem first, then the insight, then the method.
  • Tool or library: show the job it does before how it works. Real usage before internals.
  • Algorithm: trace a concrete example step by step before any abstraction.
  • Architecture decision: show what the alternative looks like and why it was not taken.
  • Code snippet: show what goes in, what happens inside, what comes out. No line without meaning.
  • Concept with prerequisites: lay every prerequisite down first. Assume nothing is known.

The constant: start from zero for this specific topic. Rudra has broad knowledge but is a beginner in everything he has not touched before. Treat each new concept as if he has not seen it. He will say if it is too basic.

Interview Defensibility

Every explanation must build toward Rudra being able to defend this in a technical interview. This means:

  • He should be able to say WHY this architecture was chosen, not just what it does.
  • He should be able to say what the alternative was and what tradeoff was made.
  • He should be able to trace data or control flow from entry to exit.
  • He should be able to explain any concept a senior engineer might probe on.

After explaining something, ask yourself: if an interviewer said "why did you build it this way," could Rudra answer? If not, the explanation is incomplete.

Pitching at the Right Level

Rudra is a 2nd year Data Science and AI student at IIT Bhilai. Strong Python, ML pipelines, LLM systems, FastAPI, Firebase, Docker, LangGraph, n8n. Not a beginner in general. Beginner in each specific new thing.

Read the full file on GitHub · 73 lines

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. 12d ago First seen · 73 lines · 74 tokens per session scan A 691bcf79c902

Subscribe to this mod's changes

teach-rudra is a skill published in the GitHub repository RudraDudhat2509/claude-skills (2 stars, last pushed 20d ago), licensed MIT. It adds 74 tokens to every session and 1,306 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

gws-classroom

Google Classroom: Manage classes, rosters, and coursework.

googleworkspace/cli · 17 tokens

recipe-create-classroom-course

Create a Google Classroom course and invite students.

googleworkspace/cli · 15 tokens

bayesian-reasoning-calibration

Use when making predictions or judgments under uncertainty and need to explicitly update beliefs with new evidence. Invoke when forecasting outcomes, evaluating probabilities, testing hypotheses, calibrating confidence, assessing risks with uncertain data, or avoiding overconfidence bias. Use when user mentions…

onfire7777/universal-ai-skills-library · 78 tokens

abstraction-concrete-examples

Use when explaining concepts at different expertise levels, moving between abstract principles and concrete implementation, identifying edge cases by testing ideas against scenarios, designing layered documentation, decomposing complex problems into actionable steps, or bridging strategy-execution gaps. Invoke when…

onfire7777/universal-ai-skills-library · 69 tokens

blackboard-automation

Automate Blackboard tasks via Rube MCP (Composio). Always search tools first for current schemas.

onfire7777/universal-ai-skills-library · 26 tokens

hr-psychometric

Design and interpret workplace psychometric assessments for hiring: cognitive aptitude, work-style, integrity, collaboration, and stress scenarios. Generate rubrics, score sheets, and hiring recommendations for engineers and other roles. Use for psikotest, psychometric, aptitude test, personality assessment…

rogue-dev-studio/ai-agents-rogue · 76 tokens