agentsclimarketplace

Meeting scheduler

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3-flash-preview/schedule-planning/meeting-scheduler

Logic for finding the earliest possible meeting slot based on calendar availability and email request constraints. Use this skill whenever you need to propose a meeting time from a set of constraints and an existing schedule.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill meeting-scheduler

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

SKILL.md

1.2 KB, 194 tokens by cl100k_base, as published. Nobody here has run it

Meeting Scheduler

This skill provides the logic needed to find an optimal meeting slot.

Scheduling logic

  1. Gather Constraints: Collect the requested duration and any date/time limitations from the email.
  2. Scan Available Slots: Look for any empty time slots on the requested date that are long enough to accommodate the duration.
  3. Handle Flexible Slots: If no empty slot is found, identify "blue" slots on the calendar. Treat these blue slots as available time.
  4. Earliest Time First: Prioritize the earliest compatible time that fits all requests.
  5. Timezone awareness: Ensure all times are consistent with the calendar's timezone.

Conflict resolution

  • Fixed slots: Never schedule over a non-blue appointment.
  • Blue slots: Can be overwritten to fit a higher-priority meeting request.
  • Overlapping requests: Ensure that multiple meeting requests are handled sequentially so they do not overlap with each other.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,871. 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.