graduate-student-onboarding

Generates graduate student onboarding plans with research scope tiers and cron task configurations.

6|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/yakeworld/Synthos --skill graduate-student-onboarding-yakeworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: graduate-student-onboarding
Source: https://github.com/yakeworld/Synthos/tree/main/skills/private/mentoring/graduate-student-onboarding
Command: npx skills add https://github.com/yakeworld/Synthos --skill graduate-student-onboarding-yakeworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Onboarding a new graduate student requires deciding which research directions get full-pipeline treatment versus limited processing, then propagating those scope decisions consistently across multiple automated cron tasks and persistent memory. Doing this manually risks inconsistent boundaries, wasted compute on out-of-scope papers, and lost convergence decisions. ## Core Features & Use Cases - Scope Tier Classification: Divides research directions into Core (full pipeline: 5 pillars, Synthos, teaching, algorithm components, public dataset analysis) and Peripheral (gap-and-hypothesis only: cornea, lens, vitreous, tear film, tinnitus, concussion biomechanics). - Cron Task Configuration: Configures five scheduled tasks (autonomous-core-researcher, paper-repair, paper-quality-review, paper-layer-b-review, literature-monitor) with explicit allowed and prohibited direction lists, in-scope-only repair, out-of-scope skipping, and tiered report output. - Persistent Convergence Decisions: Writes the scope convergence decision as a durable memory fact so all subsequent cron runs operate from the same state. - Use Case: A student lists "5 pillars public dataset analysis" and "tear film biomechanics" as directions; the skill classifies the first as Core and the second as Peripheral, emits boundary-explicit prompts for all five cron tasks, and records the decision in memory. ## Quick Start Generate an onboarding plan for a new graduate student whose research directions are "5 pillars public dataset analysis" and "tear film biomechanics", including scope tier classification, configurations for the five cron tasks, and a convergence decision written to memory.

Frequently Asked Questions about graduate-student-onboarding

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

FAQPage Schema
How do I onboard a new graduate student with multiple research directions?

Provide the list of research directions and the skill classifies each into Core (full pipeline) or Peripheral (gap-and-hypothesis only) tiers, then generates configurations for five cron tasks and writes the convergence decision to memory.

How do I configure cron tasks to only process in-scope research papers?

Each cron task prompt explicitly lists allowed and prohibited directions. paper-repair only fixes in-scope papers, while paper-quality-review and paper-layer-b-review skip out-of-scope papers entirely.

What research directions count as Core versus Peripheral scope?

Core covers the 5 pillars, Synthos, teaching, algorithm components, and public dataset analysis with full-pipeline processing. Peripheral covers cornea, lens, vitreous, tear film, tinnitus, and concussion biomechanics with gap-and-hypothesis processing only.

What happens when a research direction cannot be classified into a scope tier?

The skill refuses to generate the onboarding plan, returns an error naming the unclassifiable direction, and asks for a corrected direction list. No convergence decision is written to memory in this error state.

How does literature monitoring differ between Core and Peripheral directions?

The literature-monitor cron task generates full reports for Core directions and appends Peripheral direction findings only as appendix material, keeping information priority aligned with the scope tiers.