원클릭으로
reset-edu
Delete all saved education data — student profile, quiz history, topic progress, session logs, and saved docs. Fresh start.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Delete all saved education data — student profile, quiz history, topic progress, session logs, and saved docs. Fresh start.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the student wants a mini-task or practice exercise on the current topic — generates short focused challenges adapted to learning type (code, conceptual, or scenario-based). Results saved to global education DB.
Use when the student wants a structured side-by-side comparison of two concepts — creates a researched comparison table, usage scenarios, misconceptions, and key takeaway adapted to the student's level
Use when the concept needs ANIMATION or INTERACTIVITY to be understood — step-by-step protocol flows, sorting algorithm traces, state machine transitions, network packet journeys, or anything where static images fall short. Generates a self-contained .html file with Canvas/SVG + JavaScript. Opens in any browser, zero dependencies. For static diagrams use /ascii (simple) or /excalidraw (complex).
Use when the student wants to generate Anki-style flashcards from studied topics — creates question/answer cards in Markdown and Anki-compatible CSV, prioritized by weak areas and misconceptions. Cards saved to global education DB and project-local docs.
Use when the student wants a visual learning roadmap for a goal or topic area — reads current knowledge state, researches the standard learning path, and generates an interactive .excalidraw diagram with color-coded topic nodes, prerequisite arrows, and milestone markers. Visual companion to /research.
Use when the user wants to be quizzed, tested, or asked questions on any topic — programming concepts, protocols, algorithms, tools, or any subject they are studying
| name | reset-edu |
| description | Delete all saved education data — student profile, quiz history, topic progress, session logs, and saved docs. Fresh start. |
Wipe all education data for a clean start.
Ask exactly this, nothing more:
This will permanently delete:
· Your student profile (name, goals, learning style)
· All quiz history and scores
· All topic progress and misconceptions
· All session logs
· All saved explanations
Are you sure? Type YES to confirm.
Wait for the response. If anything other than YES (case-insensitive) — abort and say "Reset cancelled."
rm -rf ~/.local/share/claude-education/
Done. All education data has been deleted.
Run /init-edu to start fresh whenever you're ready.