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.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add mrcha033/yonsei-skills --skill prepare-yonsei-space-request --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Prepare Yonsei Space Request?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mrcha033-prepare-yonsei-space-request)More formats (shields.io, HTML) on the badges page.
---
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
```bash
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.
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!