Check normalized Yonsei courses for overlapping meetings, duplicate sections, blocked times, and insufficient campus-transfer time. Use when validating a proposed timetable or comparing selected sections before registration; reports unknown timing and travel assumptions instead of claiming a schedule is conflict-free.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add mrcha033/yonsei-skills --skill check-yonsei-schedule --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Check Yonsei Schedule?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mrcha033-check-yonsei-schedule)More formats (shields.io, HTML) on the badges page.
---
name: check-yonsei-schedule
description: Check normalized Yonsei courses for overlapping meetings, duplicate sections, blocked times, and insufficient campus-transfer time. Use when validating a proposed timetable or comparing selected sections before registration; reports unknown timing and travel assumptions instead of claiming a schedule is conflict-free.
---
# Check Yonsei Schedule
Check one proposed set of courses and return a single conflict report.
## Run
Use normalized output from `$normalize-yonsei-courses`:
```bash
python3 "$SKILL_DIR/scripts/check_schedule.py" --input plan.json
```
Optional input fields:
- `blocked_times`: meeting-shaped objects the student cannot attend.
- `travel_minutes`: an object such as `{"sinchon->international": 90}`. Reverse directions must be stated separately.
These fields may be top-level or nested under `constraints`, matching the direct output envelope from `$normalize-yonsei-courses`.
`conflict_free` is `true` only when the check is complete, `false` when a conflict exists, and `null` when unresolved data prevents a verdict. `no_detected_conflicts` remains a narrower observation. Missing meeting data or an unspecified cross-campus transfer produces an `unknown`, not a silent pass.
## Boundaries
- Check only the supplied snapshot; do not infer current seat availability.
- Do not invent travel durations.
- Never submit, cancel, or modify a registration.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!