cxcscmu/meeting-slot-scheduling
Find the earliest available meeting time slots that satisfy constraints. This skill implements the scheduling algorithm to match meeting requests with available calendar slots, handling blue (flexible) block overwriting, time constraints, and date preferences. Use this whenever you need to schedule a meeting or find available time slots.
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill meeting-slot-scheduling
Take cxcscmu/meeting-slot-scheduling from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.