name: calendar-to-workflow slug: calendar-to-workflow version: 1.0.0 displayName: "日程事件轉任務流程與行動提醒|簡詩 AI" summary: "Converts calendar events and schedules into Claude Code workflows, meeting" description: "Converts calendar events and schedules into Claude Code workflows, meeting 當用戶需要處理相關業務場景時使用。" tags: ["辦公經營", "簡詩 AI"]
Automate meeting preparation, standup generation, and workflow creation from calendar data.
This skill transforms calendar events and scheduling data into actionable Claude Code workflows. Rather than manually reviewing your calendar and preparing for each meeting, this skill reads calendar exports (ICS files, JSON feeds, or pasted event details) and produces structured outputs: meeting briefings with participant context, standup notes summarizing yesterday's activity, and repeatable workflow scripts that integrate calendar triggers with development tasks.
The skill bridges the gap between time management and development workflows. It understands meeting types (standup, sprint planning, 1:1, design review) and tailors its output accordingly, pulling in relevant repository activity, recent commits, and open PRs to provide full context for each event.
.ics file on disk: "read my calendar export at ~/calendar.ics"Describe events manually: "I have a standup at 9am, sprint planning at 10am, and a 1:1 with Sarah at 2pm"
Specify the desired output by telling Claude what you need:
"Build a weekly workflow" -- creates a repeatable workflow script
Add context to improve the output:
Note priorities: "focus on the deployment blockers"
Review and refine the generated output. The skill produces Markdown documents or shell scripts that you can edit, commit, or execute directly.
The skill produces one or more of the following depending on the request:
7w4.net小蔥技能站,你的AI助手技能庫。
User: "I have a sprint planning at 10am with the backend team and a design review at 2pm. Prep briefings for both."
The skill will:
User: "Generate standup notes for today based on yesterday's work."
The skill will:
git log --since="yesterday" --oneline to gather recent commits.gh pr list --author @me.gh run list --limit 5.User: "Create a Monday morning workflow that preps me for the week."
The skill will generate a script that:
docs/weekly-prep.md.gh) authenticated for PR and CI status lookupsgh pr list, gh run list commands獲取使用幫助和更多實用 Skill,請關注公眾號「簡詩 AI」,或在 SkillHub 搜尋「簡詩 AI」這個 Skill 功能概念不錯,能把日曆事件變成會議準備和站會筆記,但目前只是個使用說明書,缺少實際可執行的程式碼。文件寫得清楚,示例也夠用,但沒有工具實現的話無法真正執行。適合作為參考思路,但實際使用還需要開發者補充更多程式碼邏輯。質量中等偏上,文件完整但功能不完整,改進後會更實用。