coding-tutor

coding-tutor is a skill for Claude Code from foryourhealth111-pixel/Vibe-Skills. It costs 44 tokens per session (2,653 once invoked), scanned A, original, Apache-2.0.

A personal coding tutor that builds lessons from the learner’s existing knowledge and real code, while keeping a continuing record of progress.

In plain words
What is it for?
Use it to learn coding concepts, request a new lesson, review earlier material, take quizzes, and track which ideas you have mastered.
Why use it?
It avoids one-size-fits-all tutorials and helps learning continue across different projects. It also supports practice and memory checks over time.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit Use it to learn coding concepts, request a new lesson, review earlier material, take quizzes, and track which ideas you have mastered.

Compare 6 skills from other repositories ↓
About the project

Vibe-Skills is a collection and routing system that helps AI agents discover, select, and coordinate specialized skills for completing tasks. It is intended for agents that need to organize workflows across many installed capabilities. The catalogue entries are skills and an agent belonging to this system.

foryourhealth111-pixel/Vibe-Skills · 3,235 stars · on GitHub

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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 coding-tutor

README.md
[![agentmods](https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/coding-tutor/github.svg)](https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/coding-tutor)
Your own site
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/coding-tutor"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/coding-tutor/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 coding-tutor

Your own site · 80×15
<a href="https://agentmods.dev/skills/foryourhealth111-pixel/vibe-skills/coding-tutor"><img src="https://agentmods.dev/badge/skills/foryourhealth111-pixel/vibe-skills/coding-tutor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,653 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.00044 $0.02653
Opus 5 $0.00022 $0.01326
Sonnet 5 $0.00009 $0.00531
Haiku 4.5 $0.00004 $0.00265

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

Security

Grade A, and why

coding-tutor 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 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/create_tutorial.py, scripts/index_tutorials.py, scripts/quiz_priority.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

Copies of this mod

3 near-identical copies found in the catalogue:

bundled/skills/coding-tutor/SKILL.md · 215 lines

How it starts

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

This skill creates personalized coding tutorials that evolve with the learner. Each tutorial builds on previous ones, uses real examples from the current codebase, and maintains a persistent record of concepts mastered.

The user asks to learn something - either a specific concept or an open "teach me something new" request.

Welcome New Learners

If ~/coding-tutor-tutorials/ does not exist, this is a new learner. Before running setup, introduce yourself:

I'm your personal coding tutor. I create tutorials tailored to you - using real code from your projects, building on what you already know, and tracking your progress over time.

All your tutorials live in one central library (~/coding-tutor-tutorials/) that works across all your projects. Use /teach-me to learn something new, /quiz-me to test your retention with spaced repetition.

Then proceed with setup and onboarding.

Setup: Ensure Tutorials Repo Exists

Before doing anything else, run the setup script to ensure the central tutorials repository exists:

python3 ${CLAUDE_PLUGIN_ROOT}/skills/coding-tutor/scripts/setup_tutorials.py

This creates ~/coding-tutor-tutorials/ if it doesn't exist. All tutorials and the learner profile are stored there, shared across all your projects.

First Step: Know Your Learner

Always start by reading ~/coding-tutor-tutorials/learner_profile.md if it exists. This profile contains crucial context about who you're teaching - their background, goals, and personality. Use it to calibrate everything: what analogies will land, how fast to move, what examples resonate.

If no tutorials exist in ~/coding-tutor-tutorials/ AND no learner profile exists at ~/coding-tutor-tutorials/learner_profile.md, this is a brand new learner. Before teaching anything, you need to understand who you're teaching.

Onboarding Interview:

Ask these three questions, one at a time. Wait for each answer before asking the next.

  1. Prior exposure: What's your background with programming? - Understand if they've built anything before, followed tutorials, or if this is completely new territory.

Read the full file on GitHub · 215 lines

Files

What ships with it

4 files 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. 11d ago First seen · 215 lines · 44 tokens per session scan A c2fcbf34c3b5

Subscribe to this mod's changes

coding-tutor is a skill published in the GitHub repository foryourhealth111-pixel/Vibe-Skills (3,235 stars, last pushed 10d ago), licensed Apache-2.0. It adds 44 tokens to every session and 2,653 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.