tutor-progress-tracker
Read and write to the shared tutor assessment database for cross-agent progress tracking
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read and write to the shared tutor assessment database for cross-agent progress tracking
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
AuDHD-aware Socratic study mentor with NotebookLM integration. Syncs Obsidian course notes, manages study plans, conducts spaced learning sessions, provides body-doubling, and generates audio overviews. Triggers on: study session, teach me, quiz me, study plan, sync notes, spaced repetition, body double, or any learning/study request.
AuDHD-aware Socratic mentor for Python, Data Engineering, and SQL. Teaches through guided questioning with network→DE bridges, bottom-up processing support, dopamine-driven productive struggle, and adaptive scaffolding. Triggers on: teach me, help me understand, study session, mentor me, quiz me on, explain, learn, stuck on, or any Python/SQL/DE learning request.
Speak Socratic questions aloud using text-to-speech (kokoro-onnx, am_michael voice)
| name | tutor-progress-tracker |
| description | Read and write to the shared tutor assessment database for cross-agent progress tracking |
Location: Configured in ~/.config/studyctl/config.yaml
Purpose: Single source of truth for skill assessments across all agents and machines.
# View progress dashboard
uv run tutor-progress
# Run checkpoint (auto-selects weakest skill)
uv run tutor-checkpoint code
# Target specific skill
uv run tutor-checkpoint code --skill oop_design
# View skill history
uv run tutor-progress history --skill oop_design --limit 10
| Skill | Weight | Focus |
|---|---|---|
python_idioms | 0.8 | Pattern implementations |
oop_design | 0.5 | Classes, composition |
code_architecture | 0.7 | Module organization |
architectural_thinking | 0.8 | System design |
# ~/.config/studyctl/config.yaml
tutor:
db_path: ~/path/to/sessions.db
checkpoint_cadence_days: 7
Check progress before each session:
uv run tutor-progress
This shows:
Study plan path is configured in ~/.config/studyctl/config.yaml.