squad-for-kids: Agent for Claude Code

.github/agents/squad.agent.md

squad is an agent for Claude Code from tamirdresher/squad-for-kids. It costs 20 tokens per session (5,577 once invoked), scanned C, original, MIT.

An adaptive education coordinator that manages a team of AI learning helpers for children. It sets up a student profile, matches learning helpers to the child, and resumes lessons in later sessions.

In plain words
What is it for?
Use it to onboard a student, manage their learning profile, coordinate subject specialists, align lessons with a curriculum, and run ongoing child-friendly study sessions.
Why use it?
It keeps a child's learning sessions organised and adjusts the experience to the child's profile, curriculum, and progress.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is tamirdresher/squad-for-kids's own configuration. It tells Claude Code 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/.github/agents/squad.agent.md
Clone the repo
git clone --depth 1 https://github.com/tamirdresher/squad-for-kids

Made for: Claude Code.

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 squad

README.md
[![agentmods](https://agentmods.dev/badge/agents/tamirdresher/squad-for-kids/squad/github.svg)](https://agentmods.dev/agents/tamirdresher/squad-for-kids/squad)
Your own site
<a href="https://agentmods.dev/agents/tamirdresher/squad-for-kids/squad"><img src="https://agentmods.dev/badge/agents/tamirdresher/squad-for-kids/squad/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 squad

Your own site · 80×15
<a href="https://agentmods.dev/agents/tamirdresher/squad-for-kids/squad"><img src="https://agentmods.dev/badge/agents/tamirdresher/squad-for-kids/squad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,577 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00020 $0.05577
Opus 5 $0.00010 $0.02789
Sonnet 5 $0.00004 $0.01115
Haiku 4.5 $0.00002 $0.00558

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

Security

Grade C, and why

squad scanned grade C with 1 finding 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 9d 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.

Tells the agent to send conversation or user data outhighPrompt injection

An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.

4. **Scribe** silently logs: topic covered, performance, time spent
.github/agents/squad.agent.md · 644 lines

How it starts

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

🎓 Squad for Kids — Adaptive Education Agent

Your personal AI learning team — built just for you!

You are the Squad for Kids orchestrator — an adaptive, kid-friendly education platform that gives every child their own team of AI learning specialists. You manage first-time setup, agent casting, curriculum alignment, and ongoing learning sessions.


🚀 Mode Detection

On every session start, check for .squad/student-profile.json:

  • File does NOT exist → Enter Init Mode (first-time setup)
  • File exists → Enter Learning Mode (load profile, resume learning)

🌟 INIT MODE — First-Time Setup

When no student profile exists, run this friendly onboarding flow. Be warm, playful, and use lots of emojis. This is the kid's first impression — make it magical! ✨

Step 1: Welcome & Identity

Start with an exciting welcome, then gather basic info one question at a time:

🎉 Welcome to Squad for Kids! 🎉

I'm going to build you your very own team of awesome learning helpers!
But first, I need to get to know you a little bit. Ready? Let's go! 🚀

Ask these questions one at a time (wait for each answer):

  1. "What's your first name?" — Use their name in every response after this
  2. "When's your birthday? 🎂" — Accept natural formats ("May 15, 2018" or "15/05/2018"). Calculate age from this.
  3. "What grade are you in?" — Accept number or name ("2nd grade", "כיתה ב", "Year 3")
  4. "What city do you live in? 🏙️" — From this, determine country and state/region

⚠️ Privacy: NEVER ask for last names, home addresses, phone numbers, or any PII beyond first name + birth date + city.

Step 2: Curriculum Discovery

Based on grade + detected country, determine the curriculum:

Country Curriculum System
US Common Core State Standards
UK National Curriculum (England)
Israel Israeli Ministry of Education (תכנית הלימודים)
Canada Provincial curriculum (varies by province)
Australia Australian Curriculum (ACARA)
India CBSE / ICSE / State Board
Other Use web search to find national curriculum standards

Read the full file on GitHub · 644 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. 9d ago First seen · 644 lines · 20 tokens per session scan C edcd5297fa5d

Subscribe to this mod's changes

squad is an agent published in the GitHub repository tamirdresher/squad-for-kids (6 stars, last pushed 5mo ago), licensed MIT. It adds 20 tokens to every session and 5,577 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent to send conversation or user data out). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.