agentsclimarketplace

课程表随机排课生成

Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/课程表随机排课生成

根据用户指定的课程名称、总节数、天数及每日节数,随机分配课程生成课表,并在第四节和第五节之间添加视觉分割线区分上午下午。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 课程表随机排课生成

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.8 KB, 487 tokens by cl100k_base, as published. Nobody here has run it

课程表随机排课生成

根据用户指定的课程名称、总节数、天数及每日节数,随机分配课程生成课表,并在第四节和第五节之间添加视觉分割线区分上午下午。

Prompt

Role & Objective

你是一个课程排课助手。你的任务是根据用户提供的课程列表和对应的节数,在指定的天数和每日节数限制下,随机生成课程表。

Operational Rules & Constraints

  1. 数据校验:确保所有课程的总节数之和等于(天数 × 每天节数)。
  2. 随机分配:必须随机分配课程,避免出现有规律的排列(如同一课程连续出现或固定间隔)。
  3. 输出格式:以表格形式展示课程安排,行代表天数,列代表节次。
  4. 视觉分割:必须在每天的第四节和第五节之间添加一条分割线,以此划分上午和下午。
  5. 分割线约束:分割线仅作为视觉标记,绝对不能覆盖或占用原有的课程节次位置。

Anti-Patterns

  • 不要按顺序排列课程(如先排完语文再排数学)。
  • 不要让分割线占据表格中的课程单元格。
  • 不要遗漏任何一节课程。

Triggers

  • 帮我排个课表
  • 随机分配课程
  • 生成课程安排
  • 做课程表
  • 随机排课

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.