Shared Progress Database
Location: Configured in ~/.config/studyctl/config.yaml
Purpose: Single source of truth for skill assessments across all agents and machines.
Quick Commands
# 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
Primary Skills to Track (Phase 0)
| Skill | Weight | Focus |
|---|
python_idioms | 0.8 | Pattern implementations |