# LangChain Academy Tutors: Learn LangChain with Your Coding Agent

## Executive summary

This video introduces LangChain Academy Tutors, a novel method for structured learning of LangChain concepts using custom skills integrated into coding agents. The tutor skill guides users through course materials, quizzes, and labs, providing immediate feedback and allowing customization of the teaching style. Setup requires Node.js installation and utilizing the LCA tutors repository to configure the agent with the specific tutor skill.

## Key takeaways

- Tutor Functionality: The LangChain Academy Tutor can teach course material, walk through labs/quizzes, answer questions, and set up environments. Users can adjust the teaching style (e.g., 'fairly often' check-ins vs. a 'lecturer' style) to match their learning preference.
- Setup Requirements: To use the tutor, users must have Node installed (from node.js.org). The skill is housed in the LCA tutors repository and needs to be configured for access by chosen coding agents.
- Agent Invocation: The tutor can be invoked using a command structure, such as `/LCA deep agents`, where the naming convention follows the course name (e.g., `deep agents`).

## Technical details

- Prerequisites & Setup: Requires Node installation from node.js.org. The LCA tutors repository houses the skills, which must be installed and configured to be accessible by specific coding agents (e.g., Claude Code, Cursor).
- Skill Architecture: The tutor skill is designed to operate within the `agents/skills` subdirectory, which provides access to various coding agents (e.g., codec, cursor, deep agents).
- Usage Flow: The tutor allows starting from the entire course catalog or jumping directly into a specific lesson (e.g., 'system prompt'). After learning material, users can proceed to quizzes or labs for immediate feedback.

## Practical implications

- Provides a structured, hands-on method for onboarding new engineers to complex frameworks like LangChain.
- Automates the learning process by integrating quizzes and labs directly into the coding agent workflow, improving knowledge retention.
- Reduces reliance on manual documentation review by embedding core concepts within an interactive tutoring system.

## Topics

LangChain, Coding Agents, AI Education Tools, Deep Agents, Skill Integration, LangChain Academy, LCA Tutors Repo

Source: https://www.youtube.com/watch?v=5cJB7-5Z7ME
