← ClaudeAtlas

create-academic-maplisted

Build a designed, self-contained HTML academic map of the child's subjects, topics, and materials, plus real coaching notes for the parent on how to teach them better.
manishiitg/coding-agent-loop · ★ 8 · AI & Automation · score 61
Install: claude install-skill manishiitg/coding-agent-loop
# Create the academic map Produce ONE self-contained HTML file giving a living overview of what the child is learning, AND how the parent can help them learn it better. 1. **Gather evidence — only what is really in the workspace, never invent subjects:** - List `materials/` — every subject and its topics. - Read the `.meta.json` files for each material (subject, topic, type, summary). - Note generated work: walk the top-level Subject folders (everything except `materials/`, `reports/`, `memory/`, `conversations/`, `inbox/`, `skills/`) for activity folders — each has an `activity.json` (which topic study material / tests exist for). - Check for real attempt evidence per topic: read each activity's own `attempts/*.json` (the child's saved answers) and skim its `conversation.json` (plus the parent's own `conversations/parent.json`) for anything you observed about that topic (e.g. "solved the a=1 case, stuck on a≠1"). Use this for a short, honest status per topic — never a numeric score, never invented. - **For the coaching section**: read activity `conversation.json` files for real patterns — what she responds well to (e.g. word problems, worked examples), what trips her up (e.g. abstract notation, a specific step), how many attempts something took, celebrate moments. This is the evidence for "how to teach her better" — never generic advice untethered to what actually happened. 2. **Write** the map to `repo