帮助高校学生根据官方培养方案、选课规则、课程表和可选教学班,制定有来源、有学分核对、无时间冲突的选课方案。
本仓库保留三个版本的 Skill:
| 版本 | 目录 | 适用范围 |
|---|---|---|
| 1.0.0 | fudan-clinical-course-selection-1.0.0/ |
复旦大学上海医学院临床医学五年制,第一学期 |
| 1.1.0 | university-course-selection-planner-1.1.0/ |
各高校、专业、年级和学期的通用选课规划 |
| 1.1.1 | university-course-selection-planner-1.1.1/ |
通用选课规划,生成课表时自动输出文字版和日历风格可视化课表 |
医学生使用:
Use $fudan-clinical-course-selection-1.0.0.
其他高校或专业使用:
Use $university-course-selection-planner-1.1.0.
需要文字版与可视化课表时使用:
Use $university-course-selection-planner-1.1.1.
两个版本都要求使用官方培养方案、选课规则、课程表和可选教学班信息,并对学分和时间冲突进行核对;缺失事实会标记为 待确认。
This Skill first collects the student's academic context, then gives a tailored list of materials to upload and official retrieval paths. It audits the materials, filters candidate sections, checks weeks/periods and credit modules, and produces labelled plans with risks and manual-verification items. Version 1.1.1 also generates an editable calendar-style visualization whenever a timetable is requested.
Plan any term for an undergraduate or other university student. Compare conservative, balanced, and goal-oriented course combinations. Audit whether a proposed combination meets curriculum credits and timetable constraints. Convert official course-table data into a human-readable Markdown report.
Research → Confirm needs → Frameworks → Filter → Combine → Validate → Report The workflow does not generate exact plans during research. Missing or contradictory facts are marked 待确认; no course is treated as selectable merely because it appears in a timetable.
Clone or copy this directory into the Skill directory supported by your Codex environment. The required entrypoint is SKILL.md; agents/openai.yaml provides optional UI metadata.
git clone https://github.com/ywrnpwvp89-dev/university-course-selection-planner.git The exact Skill installation location is environment-specific; do not assume a global path.
Use $fudan-clinical-course-selection-1.0.0 for the Fudan Clinical Medicine five-year first-semester workflow.
Use $university-course-selection-planner-1.1.0 for the general university course-planning workflow.
Use $university-course-selection-planner-1.1.1 for the general workflow with automatic text and visual timetable output.
Path Purpose
fudan-clinical-course-selection-1.0.0/ Fudan-specific Skill
university-course-selection-planner-1.1.0/ Generalized Skill
university-course-selection-planner-1.1.1/ Generalized Skill with timetable visualization
Requires the student's current curriculum plan, enrollment guidance, and course timetable; the official site/system is used for cross-checking. Course availability, seat limits, enrollment scope, and last-minute changes must still be checked in the official enrollment system/eHall. The Fudan Clinical Medicine material in references/fudan-clinical-example.md is an example only and must not be applied to other institutions. The Skill does not enroll the student or submit any enrollment transaction.
Edit SKILL.md and references, then run the Skill Creator validator from the local Skill Creator package. Test with redacted representative course rows and manually inspect credit and conflict arithmetic. Never commit personal course files.