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 }