data-export

Bundles a learner's profile and subject progress into one exportable file.

Updated Sep 20, 2026
One-click install
npx skills add https://github.com/alwayslistening86-pixel/claude_plugins --skill data-export-alwayslistening86-pixel
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: data-export
Source: https://github.com/alwayslistening86-pixel/claude_plugins/tree/main/generic-tutor-1.2.0/skills/data-export
Command: npx skills add https://github.com/alwayslistening86-pixel/claude_plugins --skill data-export-alwayslistening86-pixel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Learners in a tutoring system need a portable copy of their own data — profile, preferences, and per-subject progress — without manually collecting scattered JSON files or risking exposure of other learners' records. ## Core Features & Use Cases - Complete Personal Data Bundle: Exports the full student_profile.json plus every subjects/<course_id>.json file, including dropped courses for preserved history. - Review-Deck Inclusion: Includes spaced-repetition scheduling state from the review-scheduler files as part of the learner's own record. - Strict Privacy Boundaries: Runs only for the currently active learner via explicit /export invocation, never on inferred intent, and never bundles another learner's data. - Use Case: A learner switching devices or requesting a data-portability copy types /export and receives a single JSON file (or a readable docx/pdf) containing their entire learning record. ## Quick Start Type /export to generate a single file containing your full learner profile and all subject progress records.

Frequently Asked Questions about data-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export my learner data from the tutoring system?▼

Type /export while logged in as the active learner. The skill bundles your student_profile.json and all subject progress files into one structured file, delivered as JSON or a readable docx/pdf document.

What data is included in a learner data export?▼

The export includes your full student profile (identity, preferences, learning signals, availability, roster settings) and every subject progress file, including dropped courses. Review-deck scheduling state is also included as part of your record.

Does the export include shared course content?▼

No, shared course content under /EDU/courses/ is excluded because it is identical for every learner and is not personal data. Change log entries describing courses are also excluded.

Can I export another learner's data if I know their user_id?▼

No, the export runs only for the currently active learner and never bundles another learner's data even if their user_id is known. It also never runs on inferred intent, only on explicit /export invocation.

Does running a data export modify my learning records?▼

No, the export is strictly read-only. Nothing in /EDU/ is modified by running it; it only reads your profile and subject files and produces a separate output file.