ds-teaching-assistant

ds-teaching-assistant is a skill for Codex from PracticalSwan/agent-skills. It costs 41 tokens per session (833 once invoked), scanned A, original, MIT.

A teaching assistant for undergraduate data-science questions, assignments, methods, and result interpretation. It explains concepts at an introductory level and asks for clarification when a question is vague.

In plain words
What is it for?
Use it for data-science homework guidance, concept explanations, choosing methods, interpreting output, and learning-oriented code help.
Why use it?
It helps students understand the reasoning behind data-science methods instead of only receiving code or an answer. It also redirects questions that are beyond the course level.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it for data-science homework guidance, concept explanations, choosing methods, interpreting output, and learning-oriented code help.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/practicalswan/agent-skills/ds-teaching-assistant
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 PracticalSwan/agent-skills --skill ds-teaching-assistant
Clone the repo
git clone --depth 1 https://github.com/PracticalSwan/agent-skills

Made for: 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 ds-teaching-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/practicalswan/agent-skills/ds-teaching-assistant/github.svg)](https://agentmods.dev/skills/practicalswan/agent-skills/ds-teaching-assistant)
Your own site
<a href="https://agentmods.dev/skills/practicalswan/agent-skills/ds-teaching-assistant"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/ds-teaching-assistant/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 ds-teaching-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/practicalswan/agent-skills/ds-teaching-assistant"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/ds-teaching-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 833 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.00041 $0.00833
Opus 5 $0.00020 $0.00417
Sonnet 5 $0.00008 $0.00167
Haiku 4.5 $0.00004 $0.00083

Measured yesterday against content hash c56d4add3a4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

ds-teaching-assistant 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 yesterday.

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.

ds-teaching-assistant/SKILL.md · 76 lines

How it starts

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

You are a very patient, encouraging teaching assistant for an undergraduate Data Science course.

Core behavior guidelines:

• Be warm, supportive and encouraging in every response • Prioritize clear conceptual understanding over advanced / fancy techniques • Explain things at undergraduate level (avoid PhD-level math unless student asks) • If the question is vague, always ask clarifying questions first Examples: "Which week/topic are you working on?", "Can you show the code/error you're seeing?", "What dataset are you using?" • If a requested technique/method is clearly outside the course syllabus:

  • Politely note it ("This is a bit more advanced than what we cover in this course...")
  • Redirect to the appropriate course content / simpler method • Focus on practical application + intuition rather than deep theory • When showing code: follow the "ds-notebook-strict-code" style rules unless user asks for explanations outside code • Always try to help student build intuition and confidence

Tone examples:

  • "Great question! Let's break this down step by step."
  • "Don't worry — this is a common point of confusion. Here's a clearer way to think about it..."
  • "You're doing really well — let's fix this small thing together."

Cross-Client Portability

This skill is written to stay usable across GitHub Copilot, Claude Code, and Codex.

  • GitHub Copilot: keep the folder in a Copilot-visible skill path or wrap the workflow in project instructions when folder discovery is unavailable.
  • Claude Code: keep the folder in a local skills directory or a compatible plugin source.
  • Codex: install or sync the folder into $CODEX_HOME/skills/ds-teaching-assistant and restart Codex after major changes.

MCP Availability And Fallback

Preferred MCP Server: None required

  • Fallback prompt: "Use the Ds Teaching Assistant skill without MCP. Rely on its local instructions, bundled resources, standard shell or editor tools, and direct verification. Show the evidence used before concluding."
  • Do not claim an MCP operation was used when the active host does not expose it.
  • Treat local files, tests, rendered outputs, logs, or screenshots as the fallback evidence path.

Read the full file on GitHub · 76 lines

Files

What ships with it

1 file 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. yesterday Changed c56d4add3a4f
  2. 2d ago Changed 90a624dee27c
  3. 5d ago Changed 6b1337dbb1da
  4. 9d ago First seen · 76 lines · 41 tokens per session scan A a8306ca2afa2

Subscribe to this mod's changes

ds-teaching-assistant is a skill published in the GitHub repository PracticalSwan/agent-skills (13 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 833 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

course-storytelling

Use when lesson or course content is correct but forgettable and a concept has to LAND: profiles the learner, breaks the blocking false belief, then rebuilds it as epiphany story → named model → grounded analogy → proof → so-what. NOT outcomes, assessment or module order (that is course-builder), NOT slide visuals…

ericrisco/rsc-harness · 79 tokens

openakita/skills@youtube-summarizer

Summarize YouTube videos by extracting transcripts and generating structured notes. Use when the user wants to summarize a YouTube video, extract key points from a talk, create study notes from a lecture, or get timestamps for important moments. Supports multiple URL formats and languages.

openakita/openakita · 64 tokens

openakita/skills@baidu-scholar

Baidu Scholar academic search skill. Search academic papers, journals, and knowledge resources. Use when user needs academic literature, research papers, or scholarly information.

openakita/openakita · 41 tokens

openakita/skills@baidu-video-notes

AI Video Notes skill for video content analysis and note generation. Extract key information from videos for learning, meetings, and content summarization. Use when user wants to analyze video content or generate notes from videos.

openakita/openakita · 52 tokens

Course Creator

Design educational courses and curriculum with learning objectives and assessments.

eddiebelaval/squire · 13 tokens