alwayslistening86-pixel
Community@alwayslistening86-pixel
A modular tutoring system managing multi-learner profiles, course compilation, spaced-repetition reviews, and learner data lifecycle via slash commands.
Agent Skills by alwayslistening86-pixel
Showing 10 vetted skills indexed across 1 GitHub repositories.
review-scheduler
Schedules and runs due spaced-repetition flashcard sessions by session slot.
profile-kernel
Manages multi-learner tutor profiles, session slots, roster caps, and level unlock ledgers.
data-export
Bundles a learner's profile and subject progress into one exportable file.
tutor-core
Applies shared pedagogical rules for lesson, practice, and test phases during AI tutoring sessions.
course-runner
Resumes and teaches gated courses via /continue with cohort convergence and live source rechecks.
journey-planner
Allocates weekly session slots across active courses using cohort-based bottleneck weighting.
course-compiler
Compiles sourced curricula into structured course folders with rubrics, stage ladders, and coverage maps.
data-erasure
Permanently deletes a learner's profile folder and review decks after explicit confirmation.
course-auditor
Audits all courses for structural, schema, grounding, and syllabus-coverage integrity.
stage-recap
Generates flashcards and take-home worksheets after a passed stage test.
Frequently Asked Questions About alwayslistening86-pixel
FAQPage SchemaWhat tasks can I perform with alwayslistening86-pixel's tutoring skills?▼
You can add learners and profiles, compile courses from real curricula, resume teaching sessions, run spaced-repetition flashcard reviews, allocate weekly session capacity across courses, audit course structure and syllabus coverage, and export or permanently delete learner data on request.
Who is the target user for these skills?▼
Educators, tutors, and self-directed learners managing multiple courses and learners. The system suits anyone needing structured level-gated progression, session-slot scheduling, flashcard-based retention, and auditable course content grounded in real sources.
How do the skills operate at runtime?▼
Skills are invoked through slash commands like /run, /add-course, /continue, /review, /export, and /audit. Command-gated skills such as course-runner apply the shared tutor-core pedagogy layer, while stage-recap and review-scheduler fire automatically at defined learning milestones.
How is learner data privacy handled?▼
Data-export bundles a learner's full profile and progress read-only via /export. Data-erasure permanently deletes all learner data after explicit confirmation, giving real effect to a revoked consent status rather than leaving it as an unenforced flag.
What are the prerequisites and structural dependencies?▼
The system expects an /EDU/ directory with profile/ and courses/ subfolders. Profile-kernel must initialize the learner roster and unlock ledger first; course-runner depends on stage-recap and review-scheduler, and course-auditor maintains schema compatibility across upgrades.