skills/education/SKILL.md
Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions.
npx skillsauth add acefrost511/workmemory educationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate study plans, quizzes, flashcards, and review materials for any topic. Track progress and schedule sessions.
Generate a structured learning plan for a topic.
bash scripts/script.sh plan <topic> [--weeks <num>] [--level beginner|intermediate|advanced] [--output json|text]
Generate quiz questions on a topic.
bash scripts/script.sh quiz <topic> [--count <num>] [--type mcq|truefalse|short] [--difficulty easy|medium|hard]
Generate flashcards for key concepts.
bash scripts/script.sh flashcard <topic> [--count <num>] [--format plain|csv|json]
Track and display learning progress.
bash scripts/script.sh progress [--topic <topic>] [--mark <milestone>] [--reset]
Create a study schedule with time blocks.
bash scripts/script.sh schedule <topic> [--hours-per-day <num>] [--days <num>] [--start <date>]
Generate a review checklist from completed topics.
bash scripts/script.sh review <topic> [--scope all|weak|recent] [--format checklist|summary]
All commands print to stdout. Use --output json (where supported) for machine-readable output. Progress data is stored in ~/.education/progress.json.
Questions or suggestions? → https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
development
Create, edit, analyze spreadsheets (.xlsx, .xlsm, .csv). Formulas, formatting, data analysis.
testing
Self-improving agent system that analyzes conversation quality, identifies improvement opportunities, and continuously optimizes response strategies.
tools
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
documentation
Turn a chosen AI topic into a public-account writing package: collect evidence from X/Twitter and other sources, extract high-value comments, and produce title options + structured outline written into Obsidian. Use when user asks for topic-based research and article prep.