notebook-kb
Use the notebook knowledge base (the local SQLite RAG /agy:notebook builds from a folder of documents) to do precise, grounded, cited work — total amounts by…
Internal helper — how to tighten a user request into a sharp prompt for the Antigravity CLI (agy / Gemini 3.x with native web search and agentic tools)
$ npx -y skills add MarcosNahuel/antigravity-plugin-cc --skill agy-prompting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agy-promptingContext preview
The summary Claude sees to decide when to auto-load this skill.
Internal helper — how to tighten a user request into a sharp prompt for the Antigravity CLI (agy / Gemini 3.x with native web search and agentic tools)
name: agy-prompting description: Internal helper — how to tighten a user request into a sharp prompt for the Antigravity CLI (agy / Gemini 3.x with native web search and agentic tools) user-invocable: false
Use this skill ONLY inside the `antigravity:agy-rescue` subagent when shaping the text you pass to `agy --print`. Do not use it to do independent reasoning, file inspection, or research yourself.
<TASK in one sentence>. Rules: - <constraint 1> - <constraint 2> - ... Output format: <exact markdown / json schema you want> <DATA / TOPIC>: <the actual content>
Keep the rules to <= 8 bullets. More than that and Gemini starts dropping the tail.
These are CALLER-SIDE controls, never include them in the agy prompt text:
> **`--model` is version-dependent** (corrected v0.6.1): early `agy` 1.0.0/1.0.1 reject it with `flags provided but not defined: -model`, but **agy 1.0.5+ accepts** `--model "<name>"` (e.g. `--model "Gemini 3.1 Pro (High)"`, community-confirmed on issue #76). Since the installed version isn't known at call time, this plugin defaults to NOT passing `--model` (cross-version-safe — agy uses its configured default). Pass it only when the caller explicitly asked for a model AND `agy --version` is ≥ 1.0.5. Either way, `--model` is a CALLER-SIDE flag — never put it in the prompt text.
Default to the templates baked into `agy-rescue.md` for research mode. Only deviate when the user explicitly asks for a different shape.
A local NotebookLM, multi-agent deep research, and 21 more commands — for Claude Code, powered by Google Antigravity (agy / Gemini 3.x), the official CLI that replaces the now-deprecated gemini-cli.
Repo: MarcosNahuel/antigravity-plugin-cc
Use the notebook knowledge base (the local SQLite RAG /agy:notebook builds from a folder of documents) to do precise, grounded, cited work — total amounts by…