Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/flutter/flutter-intellij/release-pluginnpx skills add flutter/flutter-intellij --skill release-plugingit clone --depth 1 https://github.com/flutter/flutter-intellijWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00030 | $0.01016 |
| Opus 5 | $0.00015 | $0.00508 |
| Sonnet 5 | $0.00006 | $0.00203 |
| Haiku 4.5 | $0.00003 | $0.00102 |
Grade A, and why
release-plugin scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Update `dartPluginVersion` to the latest public Dart plugin release version. Fetch the latest version from JetBrains Marketplace (e.g. via `curl -s "https://plugins.jetbrains.com/api/plugins/6351/updates?size=1" | jq - How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: Release Plugin
You are tasked with preparing a new version release of the flutter-intellij plugin (e.g., releasing 95.0.0).
Objective
Systematically update plugin dependencies, compatibility parameters, and CHANGELOG.md, verify tests and plugin structure, and build the release zip artifact.
Workflow Instructions
1. Update Platform & Dependency Parameters
gradle.properties:- Update
dartPluginVersionto the latest public Dart plugin release version. Fetch the latest version from JetBrains Marketplace (e.g. viacurl -s "https://plugins.jetbrains.com/api/plugins/6351/updates?size=1" | jq -r '.[0].version'or by checking JetBrains Marketplace Dart Plugin) and setdartPluginVersioningradle.propertiesto that version (e.g.,dartPluginVersion= 508.0.0). - If dropping support for older platform versions, update
sinceBuildto the new lower bound (e.g.,sinceBuild=252). Note:untilBuildis omitted for open-ended platform compatibility.
- Update
- New Platform Version Compatibility & Baselines:
- When supporting/verifying a new platform release (e.g., IntelliJ 2026.3 / build
263):- Update the verification loop in
tool/github.sh(for version in ...; do). - Run
./tool/update_baselines.shto generate or update the plugin verifier baseline files intool/baseline/<version>/verifier-baseline.txt.
- Update the verification loop in
- When supporting/verifying a new platform release (e.g., IntelliJ 2026.3 / build
- JxBrowser License Key:
- Ensure
resources/jxbrowser/jxbrowser.propertiesis present (copy from local environment if creating a new git worktree).
- Ensure
2. Fix API & Dependency Compatibility
- Check for compilation errors or API signature changes introduced by the updated dependencies (e.g., websocket/DTD exception handling changes in
FlutterInitializer.javaandFlutterApp.java). - Run
./gradlew testClassesto confirm the codebase compiles against updated dependencies.
3. Update Changelog (CHANGELOG.md)
- Compatibility Changes PR:
- Document compatibility updates under
### ChangedinCHANGELOG.mdwith the PR reference (e.g.,- Removed upper build constraint (\untilBuild`) for open-ended platform compatibility. (#9063)`).
- Document compatibility updates under
- Release Version Bump:
- Rename
## Unreleasedto## <VERSION>.0.0(e.g.,## 95.0.0). - Ensure all user-facing changes since the last release are categorized and tagged with PR numbers.
- Insert a fresh empty
## Unreleasedblock at the top with:## Unreleased ### Added ### Changed ### Removed ### Fixed
- Rename
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 66 lines · 30 tokens per session scan A 75397a48ce2b
release-plugin is a skill published in the GitHub repository flutter/flutter-intellij (2,013 stars, last pushed yesterday), licensed BSD-3-Clause. It adds 30 tokens to every session and 1,016 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
shadcn-ui-flutter
A comprehensive Flutter UI library inspired by shadcn/ui. Provides high-quality, customizable, and accessible components including Buttons, Cards, Forms, and more. Use this skill when building Flutter UIs, implementing design systems, or needing specific component usage examples.
test-bridge
Bridge Server (TypeScript) のテスト実行・型チェック・テスト記述ガイド.
web-preview
Flutter Web版をビルド → サーバー起動 → Playwright でアクセス確認 → URLをユーザーに案内する。.
firebase-messaging
Use when setting up Firebase Cloud Messaging, managing permissions and tokens, handling background/foreground notification taps, or dispatching messages server-side (HTTP v1).
developing-genkit-dart
Use when building AI agents in Dart, implementing Genkit flows or tools, integrating LLMs into Dart or Flutter applications, or using Genkit Dart plugins.
firebase-ai
Use when setting up firebaseai, generating text/chat with Gemini, streaming AI output, building multimodal prompts, or handling AI errors.