用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/DenisovAV/flutter_gemma --skill create-calendar-event命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Comprehensive PR review for flutter_gemma. Runs 10 specialized reviewers in parallel (4 platform-specific + 6 general). Use when reviewing PRs or before merging.
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
Rebuild native LiteRT-LM prebuilts for flutter_gemma (iOS / macOS / Linux / Windows / Android) — covers required build flags, the upstream commit pin, and a mandatory post-build verification checklist that catches the bugs we have already shipped at users.
基于 SOC 职业分类
正在显示 SKILL.md
| 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 }