calendar-to-workflow

Converts calendar events and schedules into Claude Code workflows, meeting prep

Content Preview
---
name: calendar-to-workflow
description: |
  Converts calendar events and schedules into Claude Code workflows, meeting prep
  documents, and standup notes. Use when the user mentions calendar events, meeting
  prep, standup generation, or scheduling workflows. Trigger with phrases like
  "prep for my meetings", "generate standup notes", "create workflow from calendar",
  or "summarize today's schedule".
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
version: 1.0.0
author: Jeremy Longshor
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/calendar-to-workflow.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/skill-enhancers/calendar-to-workflow/skills/calendar-to-workflow/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/skill-enhancers/calendar-to-workflow/skills/calendar-to-workflow/SKILL.md

Related Skills