list-learnus-courses
Read the authorized user's live LearnUs dashboard first and return the visible course index as a deduplicated structured list; use a user-supplied screenshot,…
Read a student's authorized Underwood mileage history and combine it with current capacity, applicant counts, catalogue data, tie-break context, graduation importance, and alternatives to plan a risk-aware Yonsei course-registration strategy. Use when a student asks how much
$ npx -y skills add mrcha033/yonsei-skills --skill plan-yonsei-mileage-strategy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/plan-yonsei-mileage-strategyContext preview
The summary Claude sees to decide when to auto-load this skill.
Read a student's authorized Underwood mileage history and combine it with current capacity, applicant counts, catalogue data, tie-break context, graduation importance, and alternatives to plan a risk-aware Yonsei course-registration strategy. Use when a student asks how much
name: plan-yonsei-mileage-strategy description: Read a student's authorized Underwood mileage history and combine it with current capacity, applicant counts, catalogue data, tie-break context, graduation importance, and alternatives to plan a risk-aware Yonsei course-registration strategy. Use when a student asks how much mileage to put on each course or wants a strategic timetable.
Calculate a recommendation from the student's actual registration screen and past results. Do not present historical cutoffs as guarantees.
Call `yonsei_student` with `intent: "courses"`. Its `primary_result` contains the current official Underwood handbook rows, personal mileage history, and any available current registration rows. Pass the student's year, semester, campus, college or category in `college`, department, and course keyword in `request` when known. Do not put a college such as Engineering or `공과대학` in the `department` field. Feed those values into the bundled calculator; ask only for constraints or desired courses that are not visible.
1. Follow `$connect-yonsei-session`, open `수업 → 수강편람` in Underwood, apply the student's search conditions, and run the official `조회`. This handbook is the primary source and does not require the separate registration window to be open. Never ask the student to capture it while the authorized page is available. 2. Open the student's Underwood mileage-history list. Read term, course and section, mileage, and success state. Open a history detail only when useful and read applied-course count, first-time status, major status, year, prior and total earned-credit ratios, and graduation context. 3. Read capacity, applicants, mileage cap, graduation importance, and alternatives from the official screens that are currently available. If the registration-only screen is closed for the period, keep the handbook result, mark current demand as unavailable, and continue with explicit uncertainty. Accept screenshots, spreadsheets, pasted tables, or JSON only after the direct official path fails or when the student intentionally supplies one. 4. Ask for the total mileage budget only when it is not visible in the supplied material. Do not hardcode a policy-year budget. 5. Convert the recognized values into the input described in `references/strategy-input.md`. 6. Run:
python3 "$SKILL_DIR/scripts/plan_mileage_strategy.py" --input "<temporary-json>"
7. Show the recommended allocation, risk band, personal history signal, tie-break context, current demand, uncertainty, and a fallback course for every high-risk choice. 8. Recalculate when current applicants, capacity, catalogue availability, or available mileage changes.
unavailable; diagnose and report the two states separately.
outcomes even above a prior cutoff.
연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.
Read the authorized user's live LearnUs dashboard first and return the visible course index as a deduplicated structured list; use a user-supplied screenshot,…
Read an authorized live LearnUs course first and extract deadlines visibly associated with assignment activities; use a user-supplied screenshot, pasted page,…
Read an authorized live LearnUs course first and extract its files, folders, resources, and visible media entries as a structured material list; use a…
Connect to Yonsei LearnUs in the student's persistent browser profile, reuse the official portal login, and recover from session expiry without receiving…
Read the student's authorized Underwood credit-progress table and calculate advisory Yonsei graduation progress from official entry-year, college, and major…
Normalize enrollment and academic-status fields from a user-provided Yonsei Academic Information System screenshot, pasted table, export, or JSON, identify…