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,…
Query authorized Yonsei Underwood handbook rows directly, then normalize them or fallback screenshot, PDF, spreadsheet, pasted table, export, or JSON into stable course-planning data. Use when course data has Korean or English fields, campus aliases, Korean weekday/time strings,
$ npx -y skills add mrcha033/yonsei-skills --skill normalize-yonsei-courses --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/normalize-yonsei-coursesContext preview
The summary Claude sees to decide when to auto-load this skill.
Query authorized Yonsei Underwood handbook rows directly, then normalize them or fallback screenshot, PDF, spreadsheet, pasted table, export, or JSON into stable course-planning data. Use when course data has Korean or English fields, campus aliases, Korean weekday/time strings,
name: normalize-yonsei-courses description: Query authorized Yonsei Underwood handbook rows directly, then normalize them or fallback screenshot, PDF, spreadsheet, pasted table, export, or JSON into stable course-planning data. Use when course data has Korean or English fields, campus aliases, Korean weekday/time strings, mixed section identifiers, or needs validation before conflict checking and timetable construction.
Convert official Underwood handbook rows into deterministic planning data. User-provided files remain a fallback, not the default collection step.
First call `yonsei_student` with `intent: "courses"`, `action: "search"`, and pass known search conditions such as `year`, `semester`, `campus`, `college`, `department`, and `keyword`. Put a college or catalogue category such as `Engineering`, `College of Engineering`, or `공과대학` in `college`; reserve `department` for a department within that college. Use `primary_result.courses` from the official public `수업 → 수강편람` query. This query runs through direct HTTPS JSON, does not launch a browser, and does not require login, Accessibility, Screen Recording, or Computer Use setup. The separate registration site and personal mileage history remain login-dependent and may be period-limited; that does not make the public handbook unavailable.
Do not use general web search for live handbook rows. If `yonsei_student` is not available, tell the student that `yonsei-student-companion` is missing or inactive instead of waiting on web search. If the tool returns a temporary failure, report it once and stop rather than repeating the same query. When `primary_result.result_limited` is true, explain that the official page capped the result, distinguish `course_count` (rows read from the current grid) from `official_result_count`, and ask for a department or keyword before running another query. Do not call `yonsei_bridge_connect` for a catalogue-only search.
If the direct official query fails, or the user intentionally attaches a course-catalogue screen, PDF, spreadsheet, or pasted table, extract recognized course fields into a private temporary JSON file. Do not ask the user to write JSON or capture the handbook. Preserve unreadable or missing times as unknowns, ask only for information required by the requested plan, and never guess official period-to-clock mappings.
Pass a JSON object with a `courses` array:
python3 "$SKILL_DIR/scripts/normalize_courses.py" --input courses.json
Each row may use English keys or common Korean keys such as `학정번호`, `분반`, `교과목명`, `학점`, `강의시간`, and `캠퍼스`. Accept meeting strings such as `월수 10:00-11:15`, `화 13:00~14:50 @ 국제`, or structured meeting objects.
Treat the emitted `yonsei-normalized-courses/v1` JSON as the handoff contract for downstream skills. The normalizer preserves only recognized planning-envelope fields (`requirements`, `fixed_course_ids`, `constraints`, `preferences`, search limits, `blocked_times`, and `travel_minutes`) so the output can be passed directly to the builder, audit, or schedule checker. Show warnings to the user; never silently treat missing meeting times or unknown campuses as conflict-free.
while that direct path works.
`yonsei_student` may claim that rows came from the official handbook query.
연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.
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…