agentsclimarketplace

Ask antigravity with context

Skill Yumeno/add_antigravitycli/.agents/skills/ask-antigravity-with-context

テキスト、複数の画像・音声・動画・PDF、git diff、git logなどのコンテキストを添えてAntigravity CLIにレビュー、監査、設計相談を依頼する。ユーザーがAntigravityによるmedia確認や、ファイルパス・diff・security・監査と併せた質問を明示した場合に使う。From its SKILL.md

Install
npx -y skills add Yumeno/add_antigravitycli --skill ask-antigravity-with-context

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.3 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

コンテキスト付きでAntigravity CLIに質問する

送信対象をユーザーの依頼に必要な範囲へ限定する。秘密情報、認証情報、無関係なファイルを含めない。

手順

  1. 対象を決める。
    • ファイルパス指定: そのファイルを読む。
    • review / レビュー / diff: git diffgit diff --staged を確認する。
    • security / セキュリティ / 監査 / audit: diffと変更ファイル一覧を確認する。
    • log / 履歴 / history: git log --oneline -20 を確認する。
    • media指定: 指定された全ファイルをユーザーの順序どおり保持する。画像だけと仮定せず、音声・動画・PDF・異種混在を同列に扱う。
  2. 外部サービスへ送信すべきでない内容が見つかったら停止し、ユーザーへ対象除外または許可を求める。
  3. 質問、対象の説明、必要な原文をUTF-8の一時ファイルへまとめる。正常ワークロードを黙って切り詰めない。大きすぎる場合は警告し、分割方針を示す。
  4. この SKILL.md のディレクトリ直下の scripts/ を絶対パスへ解決し、同梱されたwrapperを単独コマンドで実行する。現在の作業ディレクトリや共通 $HOME/scripts を前提にしない。
powershell -ExecutionPolicy Bypass -NoProfile -File "<解決したscripts>/antigravity-wrapper.ps1" -Prompt "レビューしてください" -ContextFile "C:/absolute/path/context.txt"

複数mediaの場合は、絶対pathを1行1件で並べたUTF-8ファイルを作り、-AttachmentListで渡す。単一mediaだけなら-Attachmentも使える。

powershell -ExecutionPolicy Bypass -NoProfile -File "<解決したscripts>/antigravity-wrapper.ps1" -Prompt "順番に比較してください" -AttachmentList "C:/absolute/path/attachments.txt"
bash "<解決したscripts>/antigravity-wrapper.sh" --prompt "レビューしてください" --context-file "/tmp/context.txt"
bash "<解決したscripts>/antigravity-wrapper.sh" --prompt "順番に比較してください" --attachment "/path/first.png" --attachment "/path/second.wav" --attachment "/path/third.mp4"
  1. 失敗sentinelは回答と区別する。成功時はAntigravityの指摘と自身の検証結果を分けて提示する。
  2. 作成した一時ファイルだけを、絶対パスと対象範囲を確認して削除する。

wrapperはAntigravity CLIのboolean --sandbox を常に有効化する。sandboxへmode値を渡そうとしない。

wrapperが表示する順序、MIME、byte数、probe-verified / experimentalを報告する。experimentalを対応保証済みと表現しない。未認識形式を別形式へ暗黙変換しない。

このスキルは読み取りと質問用である。Antigravityへ編集を許可しない。実装委任には antigravity-implement を明示的に使う。

What ships with it: 2 files

22.8 KB alongside SKILL.md, 2 of them executable

scripts/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.