coding-tutor

Create personalized coding tutorials adapted to the learner's codebase.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/i3ringit/antigravity-cortex --skill coding-tutor-i3ringit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-tutor
Source: https://github.com/i3ringit/antigravity-cortex/tree/main/.agent/skills/coding-tutor/skills/coding-tutor
Command: npx skills add https://github.com/i3ringit/antigravity-cortex --skill coding-tutor-i3ringit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Personalized coding tutorials that evolve with your codebase, turning your project context into a tailored learning journey and maintaining a persistent record of mastered concepts.

Core Features & Use Cases

  • Adaptive tutorials: Each lesson builds on your current knowledge and uses real code from your project.
  • Persistent progress: Tracks concepts learned and creates a long-term learning trail.
  • On-demand assistance: Responds to your requests to learn a new concept or deepen an existing one.

Quick Start

Use the skill to start a guided tutorial tailored to your repository by asking for a topic, e.g., "teach me about refactoring in my codebase."

Frequently Asked Questions about coding-tutor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do personalized coding tutorials adapt to my codebase?

Personalized coding tutorials analyze your project's code and learner profile to tailor lessons to your current knowledge level. Each tutorial uses real examples from your codebase, building concepts progressively as you advance through topics.

Can I track my learning progress across multiple coding projects?

Yes, progress tracking maintains a persistent record of concepts you've mastered across all your projects. The skill creates a long-term learning trail that informs future tutorials, ensuring no redundant lessons.

How do I start a guided tutorial for a specific coding topic?

Request a tutorial by topic name relevant to your repository—for example, 'teach me about refactoring in my codebase.' The skill initializes using your project context and the tutorials repository to generate a customized lesson.

What setup is required before using adaptive coding tutorials?

The skill requires ANTIGRAVITY_PLUGIN_ROOT context and the scripts/setup_tutorials.py workflow to initialize and index tutorials and learner data. This configuration enables the skill to read your codebase and manage your learning profile.

Does this approach work for learning concepts from existing project code?

Yes, adaptive tutorials turn your project context into a tailored learning journey. Each lesson builds on real code patterns already in your codebase, making abstract concepts concrete and immediately applicable.