Skip to content
Automation
Skill

/audit-yonsei-course-plan

Audit a normalized Yonsei course selection against the user's explicit credit, required-course, campus, day-off, time-window, and daily-load constraints. Use when checking whether one proposed course plan satisfies stated requirements without performing conflict search or

From plugin
yonsei-skills
952 skills1 MCP
Install
$ npx -y skills add mrcha033/yonsei-skills --skill audit-yonsei-course-plan --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/audit-yonsei-course-plan

Context preview

The summary Claude sees to decide when to auto-load this skill.

Audit a normalized Yonsei course selection against the user's explicit credit, required-course, campus, day-off, time-window, and daily-load constraints. Use when checking whether one proposed course plan satisfies stated requirements without performing conflict search or

SKILL.md

audit-yonsei-course-plan.SKILL.md
name: audit-yonsei-course-plan
description: Audit a normalized Yonsei course selection against the user's explicit credit, required-course, campus, day-off, time-window, and daily-load constraints. Use when checking whether one proposed course plan satisfies stated requirements without performing conflict search or registration.

Audit Yonsei Course Plan

Return one auditable constraint report for one selected course set.

Run

python3 "$SKILL_DIR/scripts/audit_course_plan.py" --input plan.json

Accept normalized `courses` and optional `constraints`:

  • `min_credits`, `max_credits`
  • `required_course_codes`
  • `allowed_campuses`
  • `days_off`
  • `earliest_start`, `latest_end`
  • `max_daily_minutes`

Report every unmet constraint and missing field. Do not present `constraints_met: true` when completeness is false.

Boundaries

  • Evaluate only explicit user constraints; do not infer graduation or major requirements.
  • Do not infer credits or meeting times from course titles.
  • Use `$check-yonsei-schedule` for pairwise overlaps, blocked times, and campus-transfer feasibility.
  • Never submit, cancel, or modify a registration.
Ships withyonsei-skills

연세대학교 생활에서 자주 반복되는 확인·정리 작업을 자연어로 처리하는 비공식 오픈소스 플러그인 모음입니다. 연세대학교 공식 서비스가 아닙니다. 학교 계정 권한을 늘리거나 수강신청·출석·예약 제한을 우회하지 않습니다.

Get the whole plugin

Other skills on yonsei-skills.