Use Case
homework-grader isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. Teacher's homework correction assistant, used to automatically correct math homework, count wrong questions, and generate Excel statistical tables and PDF reports. This skill is triggered when the teacher needs to: (1) upload correct answers and let AI recognize them (2) batch upload photos of students' homework for correction (3) count the error rate of the whole class and generate an analysis report of wrong questions (4) generate a PDF of key wrong questions for explanation. This guide covers how to deploy homework-grader for your team, standardize prompts, and create shared workflows that everyone can use.
Install homework-grader in your project directory: .claude/skills/homework-grader/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use homework-grader in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing homework-grader
How can my team use homework-grader together?
Set up homework-grader for our project so everyone can use it
Create a shared workflow using homework-grader for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install homework-graderOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install homework-graderβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/homework-grader/π‘Extract and place the folder at the path above, then restart your agent.