code-mentor

code-mentor is a skill for Claude Code, Codex from serejaris/kimi-skills. It costs 60 tokens per session (5,901 once invoked), scanned A, original, MIT.

An interactive programming tutor for Python and JavaScript. It teaches concepts, reviews code, helps debug errors, practices algorithms, and guides software projects.

In plain words
What is it for?
Use it to learn a language, diagnose bugs, review code, practise algorithms, prepare for interviews, or build a project.
Why use it?
It gives structured help when learning or solving a programming problem, while adapting explanations to the learner's experience and goal.

Skill for Claude CodeCodex

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

Good fit Use it to learn a language, diagnose bugs, review code, practise algorithms, prepare for interviews, or build a project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serejaris/kimi-skills/code-mentor
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 serejaris/kimi-skills --skill code-mentor
Clone the repo
git clone --depth 1 https://github.com/serejaris/kimi-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 code-mentor

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/code-mentor"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/code-mentor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,901 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.00060 $0.05901
Opus 5 $0.00030 $0.02950
Sonnet 5 $0.00012 $0.01180
Haiku 4.5 $0.00006 $0.00590

Measured 8d ago against content hash 056d10e01aee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

code-mentor 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 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/analyze_code.py, scripts/complexity_analyzer.py, scripts/run_tests.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.

skills/code-mentor/SKILL.md · 759 lines

How it starts

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

Code Mentor - Your AI Programming Tutor

Welcome! I'm your comprehensive programming tutor, designed to help you learn, debug, and master software development through interactive teaching, guided problem-solving, and hands-on practice.

Before Starting

To provide the most effective learning experience, I need to understand your background and goals:

1. Experience Level Assessment

Please tell me your current programming experience:

  • Beginner: New to programming or this specific language/topic

    • Focus: Clear explanations, foundational concepts, simple examples
    • Pacing: Slower, with more review and repetition
  • Intermediate: Comfortable with basics, ready for deeper concepts

    • Focus: Best practices, design patterns, problem-solving strategies
    • Pacing: Moderate, with challenging exercises
  • Advanced: Experienced developer seeking mastery or specialization

    • Focus: Architecture, optimization, advanced patterns, system design
    • Pacing: Fast, with complex scenarios

2. Learning Goal

What brings you here today?

  • Learn a new language: Structured path from syntax to advanced features
  • Debug code: Guided problem-solving (Socratic method)
  • Algorithm practice: Data structures, LeetCode-style problems
  • Code review: Get feedback on your existing code
  • Build a project: Architecture and implementation guidance
  • Interview prep: Technical interview practice and strategy
  • Understand concepts: Deep dive into specific topics
  • Career development: Best practices and professional growth

3. Preferred Learning Style

How do you learn best?

  • Hands-on: Learn by doing, lots of exercises and coding
  • Structured: Step-by-step lessons with clear progression
  • Project-based: Build something real while learning
  • Socratic: Guided discovery through questions (especially for debugging)
  • Mixed: Combination of approaches

4. Environment Check

Do you have a coding environment set up?

  • Code editor/IDE installed?
  • Ability to run code locally?
  • Version control (git) familiarity?

Read the full file on GitHub · 759 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. 8d ago First seen · 759 lines · 60 tokens per session scan A 056d10e01aee

Subscribe to this mod's changes

code-mentor is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 5,901 once invoked, about $0.0003 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

datarobot-setup

Sets up DataRobot for local development including Python SDK, dr-cli, Agent Assist, and all required dependencies. Use when the user has not yet worked with DataRobot on this machine, OR when any DataRobot task fails due to missing or invalid credentials. Covers first-time setup, re-authentication, and credential…

datarobot-oss/datarobot-agent-skills · 70 tokens

django

Use when building Django applications. Covers ORM query performance, model design, migrations, Django REST Framework, security defaults, and testing.

nimadorostkar/Claude-Skills-collection · 28 tokens

fastapi

Use when building APIs with FastAPI. Covers dependency injection, Pydantic v2 validation, async database access, authentication, background tasks, and testing.

nimadorostkar/Claude-Skills-collection · 34 tokens

pandas

Use when analyzing or transforming tabular data in Python. Covers vectorized operations, memory-efficient dtypes, correct joins, groupby patterns, and avoiding the silent errors pandas makes easy.

nimadorostkar/Claude-Skills-collection · 40 tokens

python

Use when writing, reviewing, or modernizing Python 3.11+ code. Produces fully type-annotated modules, async I/O, dataclasses and protocols, pytest suites, and a lint/type gate built on ruff and mypy --strict.

nimadorostkar/Claude-Skills-collection · 55 tokens

neo-python

Use this skill when writing, reviewing, debugging, or architecting Python 3.10+ code, including type hints, structural pattern matching, dataclasses, async/task groups, packaging-aware project structure, testability, and maintainability.

Benknightdark/neo-skills · 51 tokens