scientific-skills/Others/learning-tutoring/SKILL.md
Learning tutoring planning and content production skill for creating study plans, generating exercises, writing answer explanations, and providing review/adjustment guidance; triggered by requests like “study plan”, “exercise set/question bank”, “answer analysis”, “error analysis”, “exam prep plan”, or “spaced/periodic review schedule”.
npx skillsauth add aipoch/medical-research-skills learning-tutoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
scripts/build_tutoring_pack.py is the most direct path to complete the request.learning-tutoring package behavior rather than a generic answer.scripts/build_tutoring_pack.py.references/ for task-specific guidance.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.cd "20260316/scientific-skills/Others/learning-tutoring"
python -m py_compile scripts/build_tutoring_pack.py
python scripts/build_tutoring_pack.py --help
Example run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/build_tutoring_pack.py with the validated inputs.scripts/build_tutoring_pack.py.references/ contains supporting rules, prompts, or checklists.Use this skill when the user needs end-to-end learning support, especially in these scenarios:
scripts/build_tutoring_pack.pyCreate a 6-week study plan for high-school algebra (functions). I can study 6 hours/week. Goal: score 85+ on a school exam in 7 weeks. I prefer practice questions and concise notes.
Week 1 — Foundations & Graph Reading
Week 2 — Transformations
Week 3 — Composition & Inverse
Week 4 — Word Problems & Modeling
Week 5 — Mixed Sets + Timed Practice
Week 6 — Final Consolidation & Spaced Review
Type: choice
Stem: If ( f(x)=2x-3 ), what is ( f(5) )?
Answer: 7
Explanation: Substitute (x=5): (2(5)-3=10-3=7).
Difficulty: easy
Tags: [evaluation, function-notation]
Type: short_answer
Stem: Describe the transformation from ( y=x^2 ) to ( y=(x-2)^2+3 ).
Answer: Shift right 2, up 3
Explanation: (x-2) shifts right; (+3) shifts up.
Common Pitfall: Confusing (x-2) with left shift.
Transfer Tip: For (y=f(x-h)+k), shift right by (h), up by (k).
Difficulty: medium
Tags: [transformations, quadratics]
Type: application
Stem: A taxi charges a base fee of $4 plus $1.5 per mile. Write a function for cost (C(m)) and find (C(10)).
Answer: (C(m)=4+1.5m), (C(10)=19)
Explanation: Base fee is the intercept; per-mile rate is the slope. (4+1.5(10)=19).
Common Pitfall: Swapping base fee and rate.
Transfer Tip: Linear models often follow “fixed + variable × quantity”.
Difficulty: medium
Tags: [modeling, linear-functions]
Study Plan Format
Exercises & Explanations Format
choice / short_answer / applicationIf consistent batch output is required, generate structured data first (e.g., JSON), then render to readable English:
CONFIG in scripts/build_tutoring_pack.pypython scripts/build_tutoring_pack.py
outputs/tutoring_pack.json and convert it into a readable English deliverable.For consistent layout and quality standards, see: references/tutoring_templates.md.
tools
Generates complete conventional oncology bulk-transcriptome biomarker and hub-gene research designs from a user-provided cancer type and study direction. Always use this skill whenever a user wants to design, plan, or build a tumor bioinformatics study centered on differential expression, prognostic filtering or risk modeling, PPI-based hub-gene prioritization, diagnostic/prognostic evaluation, clinical association, immune infiltration context, methylation context, and optional tissue or cell validation. Covers five study patterns (signature-first prognostic workflow, hub-gene-first biomarker workflow, hybrid signature-to-hub workflow, immune-context biomarker workflow, translational validation workflow) and always outputs four workload configs (Lite / Standard / Advanced / Publication+) with recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, publication upgrade path...
development
Generates complete conventional non-oncology bioinformatics research designs from a user-provided disease context, process-related gene family or biological theme, and validation direction. Use when a study centers on multi-dataset bulk transcriptome integration, DEG analysis, process-gene intersection, enrichment analysis, GSEA, PPI hub-gene prioritization, TF/miRNA regulatory networks, ROC-based biomarker evaluation, and immune infiltration analysis. Covers five study patterns (process-DEG discovery, enrichment/GSEA interpretation, hub-gene prioritization, regulatory-network and immune interpretation, multi-layer public validation) and always outputs Lite / Standard / Advanced / Publication+ with a recommended primary plan, stepwise workflow, figure plan, validation hierarchy, minimal executable version, publication upgrade path, and strictly verified literature retrieval.
tools
Plans confounder control, variable adjustment logic, and bias mitigation strategies at the protocol stage for clinical, epidemiologic, translational, observational, and biomarker studies. Always use this skill when a user needs to identify major confounders, decide which variables should or should not be adjusted for, compare matching/stratification/weighting approaches, anticipate selection or measurement bias, or pressure-test a study design before execution. Focus on bias sensing, causal structure awareness, variable-role classification, and critical design review rather than generic statistical advice.
testing
Generates complete comparative network-toxicology research designs from a user-provided exposure pair, shared toxic phenotype, and validation direction. Use when a study centers on two related exposures under one outcome and needs target collection, shared-vs-specific target decomposition, enrichment, PPI hub prioritization, docking, optional transcriptomic cross-checks, and conservative mechanistic synthesis. Covers five study patterns and always outputs Lite / Standard / Advanced / Publication+ with a recommended primary plan, stepwise workflow, figure plan, validation hierarchy, minimal executable version, publication upgrade path, and strictly verified literature retrieval.