Our review
This skill starts a new tutoring session by reading progress, identifying concepts due for review, and suggesting what to work on next.
Strengths
- Leverages saved progress for personalized learning
- Automatically detects due review concepts
- Provides relevant quiz questions
- Updates session timestamps
Limitations
- Requires progress.json and quiz_bank.md to exist
- Depends on a predefined file structure
- Does not handle session interruptions
Use this skill at the start of a tutoring session to pick up where you left off and prioritize reviews.
Do not use it when you want to start a completely new topic without any prior context.
Security analysis
SafeThe skill only reads and updates local project files (progress.json, session_log.md, quiz_bank.md) and does not execute any shell commands, network calls, or destructive actions. No sensitive data is exfiltrated.
No concerns found
Examples
start sessionlet's start the tutoring sessionI'm back, can we start again?name: start-session description: Start a new tutoring session. Reads progress, shows concepts due for review, suggests what to work on next. Use when user says "start session", "begin", "let's start", or at the beginning of a learning session.
Start Learning Session
Instructions
- Read
progress.jsonto get current state - Read
session_log.mdto see where we left off - Check for concepts due for review (last_practiced > 3 days ago)
- Show 1-2 quick review questions from
quiz_bank.mdif concepts are due - Suggest what to work on next based on
meta.current_module - Update
meta.last_sessiontimestamp in progress.json
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.