lesson-structure

Provide lesson markdown templates for the AI-Native Robotics Textbook. Use when writing lessons, structuring educational content, or validating lesson format.

allowed_tools: Read

$ 安裝

git clone https://github.com/zeeshan080/ai-native-robotics /tmp/ai-native-robotics && cp -r /tmp/ai-native-robotics/.claude/skills/lesson-structure ~/.claude/skills/ai-native-robotics

// tip: Run this command in your terminal to install the skill


name: lesson-structure description: Provide lesson markdown templates for the AI-Native Robotics Textbook. Use when writing lessons, structuring educational content, or validating lesson format. allowed-tools: Read

Lesson Structure

Instructions

When creating lesson content:

  1. Follow the standard lesson template
  2. Include all required sections
  3. End with "Try With AI" section
  4. Assign appropriate pedagogical layer

Required Sections

Every lesson MUST include:

  1. Learning Objectives - What students will learn
  2. Prerequisites - Required prior knowledge
  3. Main Content - Core lesson material
  4. Hands-On Exercise - Practical application
  5. Reflection Questions - Self-assessment
  6. Try With AI - AI-assisted extension (FINAL SECTION)

Lesson Metadata

---
title: Lesson Title
layer: L1-L5
duration: 45-90 minutes
prerequisites:
  - Prior lesson or concept
learning_objectives:
  - Objective 1
  - Objective 2
---

Reference

See template.md for the full lesson template.