Educators & Coaches5 min read

How Educators Can Use Claude Skills to Turn Whiteboard Photos Into an Absent-Student Recap and Homework Sheet

Turn whiteboard photos and rough class notes into an absent-student recap and homework sheet with Claude Skills.

claude skillswhiteboard photosclass recaphomework sheet

Warning: Whiteboard photos often capture student names, grades, or other details you do not want in the final recap. Crop the image first and remove anything that should not be shared.

If Claude Skills is new to you

Start with the Claude Skills explainer page in the site's Tools menu before you run this workflow. The short version is that Skills are reusable instruction bundles Claude can load for repeatable work. The public skills repository also makes good reference material when you want to copy the pattern into a private skill for your own team. For curated examples, see the Claude Skills tool hub and the Anthropic Workflows series.

Problem and who this is for

You finish teaching, a student was absent, and now you need a clean recap before the day gets away from you. The board is full, your own notes are half-legible, and the homework directions changed mid-class. A reusable skill can turn those messy inputs into a stable recap format in minutes.

This workflow is for classroom teachers, tutors, small-group instructors, and coaches who need a same-day recap for students or families.

Prerequisites

  • Claude with Skills available.
  • A phone photo of the board, slide, worksheet, or handout.
  • Your own short teacher note with anything the photo does not show clearly.
  • A decision on whether the recap is for the student, the family, or your internal class portal.

How to gather the source material

  1. Take the photo straight on, in good light, and close enough that the writing is readable. If you need two photos, take two rather than one blurry wide shot.
  2. Crop out student names, grades, and side notes that should not leave your phone.
  3. If the board content spans multiple photos, upload all of them in one pass or combine them into a simple PDF.
  4. Create a tiny text note called class-context.txt with the course, lesson date, and anything the board does not capture, such as oral reminders or changed deadlines.
  5. If homework was on paper, snap that too or paste the exact assignment directions into the note.

Numbered workflow steps

1) Extract the lesson facts before Claude writes a student-facing recap

Use a recap-style skill pattern instead of asking for a polished message too early. Claude should first identify the lesson topic, class tasks, materials used, and homework directions from the photo set and your note.

{
  "task": "Extract same-day class recap inputs from whiteboard photos and teacher notes",
  "input": {
    "board_photos": "ATTACH ONE OR MORE IMAGES OR A PDF",
    "class_context": "PASTE class-context.txt"
  },
  "rules": [
    "Use only what is visible in the photos or stated in the teacher note.",
    "Mark anything uncertain as [CHECK TEACHER NOTE].",
    "Separate lesson recap, in-class tasks, materials, and homework.",
    "Do not write to the student yet."
  ],
  "output": {
    "lesson_focus": "Main topic or objective",
    "classwork": "What students did in class",
    "materials": "Texts, slides, or handouts used if visible",
    "homework": "Exact homework instructions",
    "unclear_items": "Anything that needs one more human check"
  }
}

2) Review the extracted material before Claude writes the final deliverable

Check the homework and due date carefully. This is the one place where a quick human correction saves a lot of confusion later.

3) Draft the final deliverable

{
  "task": "Write an absent-student recap and homework sheet from verified class inputs",
  "input": {
    "verified_class_inputs": "PASTE THE REVIEWED OUTPUT FROM STEP 1",
    "audience": "student or family",
    "tone": "clear, calm, encouraging"
  },
  "rules": [
    "Keep the language simple and specific.",
    "Use headings for lesson focus, classwork, what to review, and homework.",
    "Do not add explanations that were not taught in class.",
    "If something is uncertain, keep the uncertainty visible instead of guessing."
  ],
  "output_format": {
    "type": "recap_sheet"
  }
}

4) Save the output where you actually work

Keep the final deliverable in the same folder as the source package, or paste it into the system you already use. The value here is repeatability. Once your source files and section order are stable, the next run gets much faster.

Tool-specific instructions

Claude Skills works well here because the task repeats all term long and the output format should stay stable. A private classroom-recap skill can preserve your section order and voice. The public internal-comms skill is the closest pattern reference because it is built for clean summaries and structured updates.

Quality checks

  1. The homework directions match what was actually assigned.
  2. The recap does not expose private student information from the whiteboard photo.
  3. The language is simple enough that an absent student can act on it without follow-up.
  4. Unclear details are labeled instead of guessed.

Common failure modes and fixes

The whiteboard photo is too messy

Fix: retake the photo or add a teacher note with the missing pieces. Do not expect Claude to recover unreadable handwriting perfectly.

The recap is too wordy

Fix: set a hard limit, such as one paragraph plus a short homework block.

Homework changed during class

Fix: always put the final homework wording in class-context.txt if the board was not updated.

Sources Checked

  • Anthropic Claude Help Center: What are Skills? (accessed 2026-03-23) https://support.claude.com/en/articles/12512176-what-are-skills
  • Anthropic Claude Help Center: Use Skills in Claude (accessed 2026-03-23) https://support.claude.com/en/articles/12512180-use-skills-in-claude
  • Anthropic Claude Help Center: Creating custom Skills (accessed 2026-03-23) https://support.claude.com/en/articles/12512198-creating-custom-skills
  • GitHub: elliepetalmedia/skills README (accessed 2026-03-23) https://github.com/elliepetalmedia/skills
  • GitHub: internal-comms skill in elliepetalmedia/skills (accessed 2026-03-23) https://github.com/elliepetalmedia/skills/tree/main/skills/internal-comms

Quarterly Refresh Flag

Review on 2026-06-21 to confirm any updates to Claude Skills, Claude Cowork, file handling, plan availability, and setup paths.

Related Workflows

How Coaches Can Use Claude Skills to Turn a Session Recording Into a Client Recap and Next-Step Plan

Turn a coaching session recording or transcript into a client recap and next-step plan using Claude Skills.

Read Workflow

How Educators Can Use Claude Skills to Turn a Rubric and Student Drafts Into Consistent Feedback Comments

Turn a grading rubric and student drafts into consistent feedback comments with Claude Skills.

Read Workflow

How Educators Can Use Claude Skills to Turn Course Feedback Into a Keep, Change, Try Memo

Turn raw course feedback into a practical Keep, Change, Try memo using Claude Skills and a repeatable reflection format.

Read Workflow