Skip to content
Automation
Skill

/check-yonsei-space-rules

Read the current official Yonsei space rules first and check a booking proposal against public lead-time, duration, booking-count, ten-minute interval, applicant eligibility, and restricted-period rules; use a screenshot, pasted form, export, or JSON only when the live rule page

From plugin
yonsei-skills
952 skills1 MCP
Install
$ npx -y skills add mrcha033/yonsei-skills --skill check-yonsei-space-rules --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/check-yonsei-space-rules

Context preview

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

Read the current official Yonsei space rules first and check a booking proposal against public lead-time, duration, booking-count, ten-minute interval, applicant eligibility, and restricted-period rules; use a screenshot, pasted form, export, or JSON only when the live rule page

SKILL.md

check-yonsei-space-rules.SKILL.md
name: check-yonsei-space-rules
description: Read the current official Yonsei space rules first and check a booking proposal against public lead-time, duration, booking-count, ten-minute interval, applicant eligibility, and restricted-period rules; use a screenshot, pasted form, export, or JSON only when the live rule page is unavailable or intentionally supplied. Use before preparing a request; return unknown when required facts are absent.

Check Yonsei Space Rules

Return one evidence-linked eligibility report.

Prepare the input

Collect the proposal in ordinary language or from an attached form and convert only the required fields to a private temporary JSON file. Do not ask the user to write JSON. Ask about restricted periods or prior booking counts when they are not visible instead of inferring them.

Run

python3 "$SKILL_DIR/scripts/check_space_rules.py" --input proposal.json

Required input:

{
  "requested_on": "2026-07-27T13:30:00+09:00",
  "date": "2026-07-30",
  "start": "14:00",
  "end": "16:00",
  "applicant_type": "student",
  "bookings_in_same_7_day_window": 0,
  "restricted_period": false
}

Applicant types are `student`, `graduate_student`, `staff`, `alumni`, `registered_organization`, and `general_public`.

`eligible` is `false` for a definite violation, `null` when unresolved facts prevent a verdict, and `true` only when every implemented rule is checkable.

Boundaries

  • Read `references/official-rules.md` when explaining a verdict.
  • Do not infer exam, opening-week, or special-event periods.
  • Approval and payment may still be required after a rule pass.
  • Never submit a request or claim that staff approved it.
Read more
Ships withyonsei-skills

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

Get the whole plugin

Other skills on yonsei-skills.