Agent skill

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill strict-constraint-schedule-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/strict-constraint-schedule-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 Ou

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Strict Constraint Schedule Generator skill do?

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

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill strict-constraint-schedule-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going