book-tutor
book-tutor
Interactive Socratic tutor for systematic book or course learning. Read project CLAUDE.md for book-specific config (title, chapter map, source files, vault paths) before every session.
Project CLAUDE.md Contract
Projects using this skill must define in their CLAUDE.md:
book— title of the book or coursechapters— chapter map (number, file/path, topic)vault_tracker— absolute path to the progress tracker fileconcept_notes— absolute path to the concept notes directory
Session Start Protocol
- Read project CLAUDE.md — extract book config
- Read
vault_tracker— find last chapter, any flagged gaps - Greet with: current position in book, last concept covered, one warm-up question
More from xixiaofinland/agent-skills
plan-first
Structured planning workflow for any coding task. Use at the start of every new feature, bug fix, refactor, or implementation request. Analyzes the project, asks up to 5 clarifying questions, creates a TODO.md, gets user approval, then executes task by task. Never writes code before a plan is approved.
62salesforce-development
>
9clean-apex
Clean-code focused Apex guidance for readability, naming conventions, 3-tier architecture (entry-point, static service, OO), error handling, and unit vs integration testing. Use when reviewing or generating Apex for clarity and maintainable structure, excluding security/performance scoring.
6