ishands/upstack
Skill Claude CodeCodex
Display current completion state for one or all active courses. Runs collect-progress.js to parse journals and extract completion percentages with git timestamps. Use when the learner asks about their progress or at the start of a session.
ishands/upstack
Skill Claude CodeCodex
Run the reasoning review gate for a completed assignment. Asks 2-3 Reasoning Review Prompts from COURSE.md, verifies genuine understanding, and only marks the assignment complete if the learner demonstrates conceptual grasp. Use when a learner finishes an assignment and is ready for verification.
ishands/upstack
Skill Claude CodeCodex
Create or update the global learner profile. Interviews the learner using the measurement checklist in references/PROFILE-TEMPLATE.md and writes the structured result to profile/PROFILE.md. Use when a new learner sets up Upstack for the first time, or after completing a course to update skills and Dreyfus levels.
ishands/upstack
Skill Claude CodeCodex
Scaffold a new course directory from the COURSE.md schema. Creates the directory structure, populates COURSE.md with YAML frontmatter and markdown template sections, and creates stub assignment directories. Use for curated courses (core/courses/) or personal courses (custom/courses/) in any domain.
ishands/upstack
Skill Claude CodeCodex
Initialise a learning session. Checks for an existing journal in progress/ /journal.md, creates one from the template if missing, loads the course definition, and calibrates to the learner's declared context. Use when starting a new course or resuming after a break.
ishands/upstack
Skill Claude CodeCodex
Enrol in a curated learning path. Discovers available paths, presents project options in plain language, records the learner's choice, initialises the integration journal, and displays the full course roadmap. Run once at the start of the path — not at the start of each course. Distinguishes enrolment (path level…
ishands/upstack
Command Claude Code
Load and follow the skill at .agents/skills/core/check-progress/SKILL.md.
ishands/upstack
Command Claude Code
Load and follow the skill at .agents/skills/core/complete-assignment/SKILL.md.
ishands/upstack
Command Claude Code
Load and follow the skill at .agents/skills/core/configure-profile/SKILL.md.
ishands/upstack
Command Claude Code
Load and follow the skill at .agents/skills/core/create-course/SKILL.md.
ishands/upstack
Command Claude Code
The generate-report skill is planned but not yet implemented. Tell the learner this skill is on the roadmap and is not yet available — do not attempt to load .agents/skills/core/generate-report/SKILL.md.
ishands/upstack
Command Claude Code
The send-report skill is planned but not yet implemented. Tell the learner this skill is on the roadmap and is not yet available — do not attempt to load .agents/skills/core/send-report/SKILL.md.
ishands/upstack
Command Claude Code
Load and follow the skill at .agents/skills/core/start-course/SKILL.md.
ishands/upstack
Command Claude Code
Load and follow the skill at .agents/skills/core/start-learning-path/SKILL.md.
ishands/upstack
Instructions file CodexOpenCode
AGENTS.md instructions for ishands/upstack, covering upstack — ai tutor configuration, core behaviour: the socratic protocol, session start, step 1 — profile check and step 2 — learning path and course check.
ishands/upstack
Instructions file
Claude Code instructions for ishands/upstack, a project described as: An open-source framework that configures AI as a genuine tutor — not an answer machine.