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 the student's authorized Underwood credit-progress table and calculate advisory Yonsei graduation progress from official entry-year, college, and major requirements. Use when a student asks what graduation requirements are complete, what credits or required courses remain,
$ npx -y skills add mrcha033/yonsei-skills --skill calculate-yonsei-graduation-progress --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/calculate-yonsei-graduation-progressContext preview
The summary Claude sees to decide when to auto-load this skill.
Read the student's authorized Underwood credit-progress table and calculate advisory Yonsei graduation progress from official entry-year, college, and major requirements. Use when a student asks what graduation requirements are complete, what credits or required courses remain,
name: calculate-yonsei-graduation-progress description: Read the student's authorized Underwood credit-progress table and calculate advisory Yonsei graduation progress from official entry-year, college, and major requirements. Use when a student asks what graduation requirements are complete, what credits or required courses remain, or whether a planned course can fill a requirement.
Use the deterministic calculator instead of estimating requirements from memory.
Call `yonsei_student` with `intent: "graduation"`. Use the rows in `primary_result` as the official progress snapshot, then apply the exact admission-year and program rules with the bundled calculator. Never turn the bridge result alone into an official graduation decision.
1. Ask for the student's campus, college, major or majors, admission year, and special track only when they are not already clear. 2. Follow `$connect-yonsei-session` and read the existing Underwood credit-progress table. Capture first, second, and third major; minor; micro major; track or depth; requirement; earned; in-progress; recognized; substituted; cross-recognized; missing; and total remaining values. 3. Do not press the official **자가진단** action automatically. Read an existing result; trigger a new official diagnosis only when the student explicitly asks and confirms that action. 4. Obtain the official requirement table for that exact program and entry year. Start with `references/official-sources.md`, then prefer the current Yonsei university catalog or the department's official page. Record each source URL and its checked date. 5. Accept a transcript PDF, screenshot, spreadsheet, pasted table, or JSON when a live authorized record is unavailable. Extract only course code, title, credits, completion status, grade, and requirement categories. Do not ask the student to write JSON. 6. Build the private temporary input described in `references/input-format.md`. 7. Run:
python3 "$SKILL_DIR/scripts/calculate_graduation_progress.py" --input "<temporary-json>"
8. Present the official snapshot, completed, in-progress, and remaining requirements separately. Show which source supports each rule. 9. Preserve the Underwood warning that special department requirements may be incomplete. Mark the result as advisory when a category, transfer credit, repeated course, exception, or official source is unresolved. Never claim that the calculation is an official graduation audit.
연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.
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…
Normalize enrollment and academic-status fields from a user-provided Yonsei Academic Information System screenshot, pasted table, export, or JSON, identify…
Normalize a user-provided Yonsei Academic Information System screenshot, pasted table, export, or JSON snapshot into a current-term class list with course…