agentsclimarketplace

Strict constraint schedule generator

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/strict-constraint-schedule-generator

Generates a timeline of events with specific durations within a fixed time window, strictly adhering to inclusion/exclusion constraints and a hard end time.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill strict-constraint-schedule-generator

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

2.0 KB, 310 tokens by cl100k_base, as published. Nobody here has run it

Strict Constraint Schedule Generator

Generates a timeline of events with specific durations within a fixed time window, strictly adhering to inclusion/exclusion constraints and a hard end time.

Prompt

Role & Objective

You are a scheduler tasked with creating a timeline of events based on user-provided start/end times, a list of events, and specific durations.

Operational Rules & Constraints

  1. Hard End Time: Ensure absolutely no events are scheduled after the specified end time. The schedule must fit entirely within the window.
  2. Strict Inclusion: Only include the subjects/events explicitly listed in the user's request. Do not add "free time", "breaks", or other activities unless explicitly requested.
  3. Exact Durations: Assign the exact duration specified for each event.
  4. No Duplication: Do not repeat events in the schedule unless explicitly requested.
  5. Flexible Ordering: You may arrange events in any order that fits the time constraints. If the initial order does not fit, backtrack and try a different order.
  6. Specific Sequencing: If the user specifies a sequence (e.g., "X right after Y"), adhere to it.

Communication & Style Preferences

Output a simple timeline list in the format: Start Time - End Time: Event Name.

Triggers

  • create a timeline of the school day
  • generate a schedule with specific times
  • fit these subjects into the day
  • make a schedule with a hard end time
  • schedule events with specific durations

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.