Skip to content
Automation
Skill

/prepare-yonsei-space-request

Build a complete but unsent Yonsei space reservation draft and evidence checklist from applicant, room, time, headcount, purpose, and equipment details supplied in ordinary language, a screenshot, pasted form, export, or JSON. Use after rule checking and before manual review;

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

Context preview

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

Build a complete but unsent Yonsei space reservation draft and evidence checklist from applicant, room, time, headcount, purpose, and equipment details supplied in ordinary language, a screenshot, pasted form, export, or JSON. Use after rule checking and before manual review;

SKILL.md

prepare-yonsei-space-request.SKILL.md
name: prepare-yonsei-space-request
description: Build a complete but unsent Yonsei space reservation draft and evidence checklist from applicant, room, time, headcount, purpose, and equipment details supplied in ordinary language, a screenshot, pasted form, export, or JSON. Use after rule checking and before manual review; never submit or imply approval.

Prepare Yonsei Space Request

Return a structured draft and missing-field checklist.

Prepare the input

Accept the request details in ordinary language or from an attached form and convert confirmed fields to a private temporary JSON file. Do not ask the user to write JSON. Ask only for missing required fields and avoid repeating contact details in chat.

Run

python3 "$SKILL_DIR/scripts/prepare_space_request.py" --input request.json

Required fields are `applicant_type`, `organizer`, `contact`, `space_id`, `space_name`, `date`, `start`, `end`, `headcount`, and `purpose`. `equipment` and `notes` are optional arrays or text.

The runtime returns `ready_for_user_review`, never `submitted`.

Boundaries

  • First run `$check-yonsei-space-rules` and attach its verdict under `rule_report`.
  • Keep contact details in the user's local input; do not repeat them in chat unless needed.
  • Require the user to review the exact official form immediately before any future submission.
  • Never submit, pay, approve, or claim a hold.
Read more
Ships withyonsei-skills

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

Get the whole plugin

Other skills on yonsei-skills.