squad-for-kids: Skill for Claude Code

.squad/skills/homework-tracker/SKILL.md

homework-tracker is a skill for Claude Code, Codex from tamirdresher/squad-for-kids. It costs 0 tokens per session (1,049 once invoked), scanned A, original, MIT.

A background homework tracker that records assignments, completion states, due dates, reminders, overdue work, and parent alerts.

In plain words
What is it for?
Use it to track homework across subjects, monitor progress from assigned to verified, send deadline reminders, detect overdue tasks, and notify parents.
Why use it?
It reduces the need to remember deadlines manually and makes unfinished or overdue schoolwork visible.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is tamirdresher/squad-for-kids's own configuration. It tells Claude Code and Codex how to work on squad-for-kids itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything squad-for-kids configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tamirdresher/squad-for-kids. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tamirdresher/squad-for-kids/main/.squad/skills/homework-tracker/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tamirdresher/squad-for-kids

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for homework-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/tamirdresher/squad-for-kids/homework-tracker/github.svg)](https://agentmods.dev/skills/tamirdresher/squad-for-kids/homework-tracker)
Your own site
<a href="https://agentmods.dev/skills/tamirdresher/squad-for-kids/homework-tracker"><img src="https://agentmods.dev/badge/skills/tamirdresher/squad-for-kids/homework-tracker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for homework-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/tamirdresher/squad-for-kids/homework-tracker"><img src="https://agentmods.dev/badge/skills/tamirdresher/squad-for-kids/homework-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,049 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01049
Opus 5 $0.00000 $0.00524
Sonnet 5 $0.00000 $0.00210
Haiku 4.5 $0.00000 $0.00105

Measured 12d ago against content hash e6d512eb188f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

homework-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.squad/skills/homework-tracker/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

📋 Homework Tracker Skill

Adapted from the production squad's Ralph Watch monitoring system and kids directives.

Purpose

Continuously monitor homework assignments, track completion status, enforce deadlines, and alert parents when tasks are overdue. Acts as a persistent background watcher that keeps the learning on track — like a friendly, tireless teaching assistant.

Capabilities

  • Assignment tracking — log homework with subject, description, due date
  • Status monitoring — pending → in progress → completed → verified
  • Deadline alerts — reminders at configurable intervals before due date
  • Overdue detection — escalates to parent notification when overdue
  • Completion verification — validates that work meets minimum quality
  • Multi-subject dashboard — overview of all assignments across subjects
  • Streak tracking — consecutive on-time submissions earn bonus XP

Assignment States

📝 Assigned → 🔄 In Progress → ✅ Completed → ✔️ Verified
                                    ↓
                              ⏰ Overdue → 📧 Parent Alert

Assignment Format

Assignments are tracked in .squad/homework.json:

{
  "assignments": [
    {
      "id": "hw-math-001",
      "subject": "Mathematics",
      "title": "Fractions worksheet — page 42",
      "description": "Complete exercises 1-10 on fraction addition",
      "assignedDate": "2026-03-10",
      "dueDate": "2026-03-12",
      "status": "pending",
      "priority": "high",
      "estimatedMinutes": 30,
      "actualMinutes": null,
      "completedDate": null,
      "notes": ""
    }
  ]
}

Monitoring Schedule

Check Frequency Action
Assignment scan Every session start Load pending assignments, show dashboard
Reminder 24h before due "Don't forget — math homework due tomorrow!"
Urgent reminder 4h before due "Your math homework is due today!"
Overdue check Hourly after due Mark as overdue, notify parent
Daily summary 15:30 weekdays List all pending assignments with deadlines
Weekly review Sunday Summarize week's completion rate

Read the full file on GitHub · 129 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 129 lines · 0 tokens per session scan A e6d512eb188f

Subscribe to this mod's changes

homework-tracker is a skill published in the GitHub repository tamirdresher/squad-for-kids (6 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,049 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

live-tutorial

Create an annotated MP4 tutorial from a workflow demonstrated in the owner's actual application. Use when asked for a tutorial video, not merely to watch an action live.

leon-ai/leon · 36 tokens

ArXiv

Search and retrieve arXiv academic papers by topic, category, or paper ID — with AlphaXiv-enriched AI-generated overviews. Uses arXiv Atom API across cs.AI/cs.LG/cs.CL/cs.CR/cs.MA/cs.SE/cs.IR. Three workflows: Latest, Search, Paper. USE WHEN arxiv, papers, latest papers, research papers, recent ML papers, paper…

danielmiessler/LifeOS · 123 tokens

Teach

Interactive voice-narrated tutorial on whatever the current conversation is about — teaches the topic beat by beat with ASCII diagrams in the terminal while speaking the actual lesson content aloud, asking one question per beat and quizzing until the ideas land. USE WHEN teach me, /teach-me, tutorial, teach me this…

danielmiessler/LifeOS · 126 tokens

ghostex-help

Use this skill whenever the user asks how Ghostex works, what a Ghostex feature, view, button, or setting does, how to do something in Ghostex ("how do I", "where is", "can Ghostex"), or asks you to change the app for them ("make the terminal match the chat width", "move the sidebar", "turn off the completion sound"…

maddada/Ghostex · 125 tokens

read-book

When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…

coreyhaines31/makerskills · 192 tokens

subscription-setup

A setup workflow for creating recurring medical-learning subscriptions after a doctor’s profile has been registered.

TencentCloud/Octop · 80 tokens