Skip to main content
Run any Skill in Manus
with one click
GitHub repository

conference-scheduling-skill

conference-scheduling-skill contains 3 collected skills from stephanj, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
17
updated
2026-03-07
Forks
1
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

conference-scheduler
operations-research-analysts-152031

Generate optimized conference schedules using TimeFold (formerly OptaPlanner). Use when the user needs to create conference schedules from CSV data with constraints like speaker conflicts, track distribution, room assignments, educational flow, and speaker availability. Supports both single-day and multi-day conferences. Handles inputs from Google Sheets CSV exports with talks (ID, title, summary, track, level, speakers, availability) and schedule slots (day, times, rooms). Outputs CSV and Markdown schedules.

2026-03-07
conference-scheduler
operations-research-analysts-152031

Generate optimized conference schedules using SolverForge (Timefold compatible). Use when the user needs to create conference schedules from CSV data with constraints like speaker conflicts, track distribution, room assignments, educational flow, and speaker availability. Supports both single-day and multi-day conferences. Python-native solution with no Java project setup required.

2025-12-09
conference-scheduler
operations-research-analysts-152031

Generate optimized conference schedules using Google OR-Tools CP-SAT solver. Use when the user needs to create conference schedules from CSV data with constraints like speaker conflicts, track distribution, room assignments, educational flow, and speaker availability. Supports both single-day and multi-day conferences. Handles inputs from Google Sheets CSV exports with talks (ID, title, summary, track, level, speakers, availability) and schedule slots (day, times, rooms). Outputs CSV and Markdown schedules.

2025-12-09