with one click
create-calendar-event
Create a calendar event.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a calendar event.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Release flutter_gemma — bump versions, optionally re-publish native prebuilts (iOS/macOS/Linux/Windows/Android dylibs) to GitHub Release, update SHA256 checksums in hook/build.dart, publish to pub.dev
Get the user's current local date, time, and day of the week.
Generates a QR code for the given url.
Comprehensive PR review for flutter_gemma. Runs 10 specialized reviewers in parallel (4 platform-specific + 6 general). Use when reviewing PRs or before merging.
Realign the genkit_flutter_gemma / genkit_hybrid packages when flutter_gemma's core API changes — discover changes, fix compilation, support new features, update fakes/tests, bump version. Monorepo-aware.
Check CI status for current branch or PR, show failed job logs
| name | create-calendar-event |
| description | Create a calendar event. |
Call the run_intent tool with the following exact parameters:
Do NOT ask the user for an exact calendar date, and do NOT compute dates
yourself. Map the user's words directly to day_offset and hour:
Use the title the user already gave; if they gave none, use a short sensible one. Call the tool immediately — do not ask follow-up questions when the user said a relative day and a time.
Examples:
{ "title": "Team Meeting", "day_offset": 1, "hour": 15 }{ "title": "Lunch", "day_offset": 1, "hour": 12, "duration_minutes": 90 }{ "title": "Dentist", "day_offset": 3, "hour": 10 }{ "title": "Gym", "day_offset": 0, "hour": 18 }