calendar-manager
$
npx mdskill add skillmatic-ai/playbooks/calendar-managerGenerate and book an optimized first-week meeting schedule using provided onboarding context.
- Automates the complex task of building a new hire's initial meeting calendar.
- Integrates Claude for scheduling logic and the Google Calendar API for event creation.
- Uses provided context variables like name, start date, and manager email for planning.
- Delivers a structured markdown report containing all generated calendar links.
SKILL.md
.github/skills/calendar-managerView on GitHub ↗
--- name: calendar-manager description: AI-powered week-1 meeting schedule generation with Google Calendar event creation. Uses Claude for schedule optimization and Google Calendar API for real events. Non-interactive, exception-only approval. --- # Calendar Manager Skill Uses Claude API to generate an optimized first-week meeting schedule, then creates real Google Calendar events via the Calendar API v3. The Gmail OAuth token includes the calendar.events scope. Non-interactive with exception-only approval. ## Behavior 1. Read onboarding context (new hire name, start date, manager) 2. LLM generates a structured JSON schedule (12-15 meetings) 3. Create real Google Calendar events via the Calendar API 4. LLM generates a human-readable schedule report with calendar links 5. Upload the report as artifact ## Required Connections - **AI API Key** — Claude API key for content generation (Anthropic) - **Gmail** — OAuth token with `calendar.events` scope for creating events ## Expected Context Variables - `new_hire_name` — New employee's full name - `new_hire_email` — New employee's email address - `start_date` — Employee's start date - `manager_email` — Direct manager's email address - `company_name` — Organization name ## Output Writes `meeting-schedule.md` to Firebase Storage containing the AI-generated week-1 meeting schedule with Google Calendar integration results.
More from skillmatic-ai/playbooks
- account-provisionerAI-powered account provisioning with Slack welcome and Jira task creation. Uses Claude for plan generation and real API integrations. Supports approve-only approval with 2-phase checkpoint/resume.
- Codebase Analysis"Analyze repository structure, tech stack, and code patterns to inform implementation planning"
- echoA test skill that echoes received input. Used for CI/CD pipeline validation and step agent container lifecycle testing.
- email-drafterAI-powered welcome email drafting with Gmail delivery. Uses Claude to generate personalized emails and sends them via Gmail API. Supports review-and-edit approval with 3-phase checkpoint/resume.
- Feasibility Report"Analyze codebase and estimate implementation effort for a proposed feature"
- interactiveA test skill that demonstrates the HITL (human-in-the-loop) flow by asking a question, using the answer, and requesting approval on a draft.
- JTBD Clustering"Cluster support tickets and user feedback into Jobs-to-be-Done themes"
- PRD Template v2"Write a comprehensive Product Requirements Document following the standard template"
- report-generatorAI-powered executive onboarding report compilation. Uses Claude to analyze step results and generate a narrative report. Non-interactive, auto-executes with exception-only approval.
- Sentiment Analysis"Analyze pain intensity and sentiment from customer communications"