gemini-automation-recommender

gemini-automation-recommender is a skill for Claude Code from ronmkr/PromptBook. It costs 82 tokens per session (2,519 once invoked), scanned A, a copy of claude-automation-recommender, Apache-2.0.

A read-only codebase reviewer that recommends Antigravity automations, such as hooks, subagents, skills, plugins, and MCP servers. Antigravity is a coding-agent environment that can be extended with these components.

In plain words
What is it for?
Use it when setting up Antigravity for a project, improving an existing workflow, or asking for automation recommendations. It analyzes the codebase and reports suggestions; it does not create or edit files.
Why use it?
It helps you decide which automations fit a project without manually inspecting patterns or choosing from every possible extension type.

Skill for Claude Code

Written for Claude Code: PostToolUse hook event. Also seen: mentions subagents; mentions Gemini CLI.

Good fit Use it when setting up Antigravity for a project, improving an existing workflow, or asking for automation recommendations. It analyzes the codebase and reports suggestions; it does not create or edit files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ronmkr/promptbook/antigravity-automation-recommender
Install

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.

Any agent
npx skills add ronmkr/PromptBook --skill antigravity-automation-recommender
Clone the repo
git clone --depth 1 https://github.com/ronmkr/PromptBook

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gemini-automation-recommender

README.md
[![agentmods](https://agentmods.dev/badge/skills/ronmkr/promptbook/antigravity-automation-recommender/github.svg)](https://agentmods.dev/skills/ronmkr/promptbook/antigravity-automation-recommender)
Your own site
<a href="https://agentmods.dev/skills/ronmkr/promptbook/antigravity-automation-recommender"><img src="https://agentmods.dev/badge/skills/ronmkr/promptbook/antigravity-automation-recommender/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gemini-automation-recommender

Your own site · 80×15
<a href="https://agentmods.dev/skills/ronmkr/promptbook/antigravity-automation-recommender"><img src="https://agentmods.dev/badge/skills/ronmkr/promptbook/antigravity-automation-recommender.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.02519
Opus 5 $0.00041 $0.01260
Sonnet 5 $0.00016 $0.00504
Haiku 4.5 $0.00008 $0.00252

Measured 11d ago against content hash 86a487e14e8f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

gemini-automation-recommender scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

89% identical to claude-automation-recommender — 46 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

core/bootstrap/skills/antigravity-automation-recommender/SKILL.md · 290 lines

How it starts

The opening of the file, as written. The whole thing — 290 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gemini Automation Recommender

Analyze codebase patterns to recommend tailored Antigravity automations across all extensibility options.

This skill is read-only. It analyzes the codebase and outputs recommendations. It does NOT create or modify any files. Users implement the recommendations themselves or ask Gemini separately to help build them.

Output Guidelines

  • Recommend 1-2 of each type: Don't overwhelm - surface the top 1-2 most valuable automations per category
  • If user asks for a specific type: Focus only on that type and provide more options (3-5 recommendations)
  • Go beyond the reference lists: The reference files contain common patterns, but use web search to find recommendations specific to the codebase's tools, frameworks, and libraries
  • Tell users they can ask for more: End by noting they can request more recommendations for any specific category

Automation Types Overview

Type Best For
Hooks Automatic actions on tool events (format on save, lint, block edits)
Subagents Specialized reviewers/analyzers that run in parallel
Skills Packaged expertise, workflows, and repeatable tasks (invoked by Gemini or user via /skill-name)
Plugins Collections of skills that can be installed
MCP Servers External tool integrations (databases, APIs, browsers, docs)

Workflow

Phase 1: Codebase Analysis

Gather project context:

# Detect project type and tools
ls -la package.json pyproject.toml Cargo.toml go.mod pom.xml 2>/dev/null
cat package.json 2>/dev/null | head -50

# Check dependencies for MCP server recommendations
cat package.json 2>/dev/null | grep -E '"(react|vue|angular|next|express|fastapi|django|prisma|supabase|convex|stripe)"'

# Check for existing Antigravity config
ls -la .gemini/ GEMINI.md 2>/dev/null

# Analyze project structure
ls -la src/ app/ lib/ tests/ components/ pages/ api/ 2>/dev/null

Key Indicators to Capture:

Read the full file on GitHub · 290 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 290 lines · 82 tokens per session scan A 86a487e14e8f

Subscribe to this mod's changes

gemini-automation-recommender is a skill published in the GitHub repository ronmkr/PromptBook (2 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 82 tokens to every session and 2,519 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to claude-automation-recommender, differing in 46 lines, and is treated as a copy.

Related

Other skills, from other repositories

log-work

Log the work segment that you did after the last work log until now in a.

pchalasani/claude-code-tools · 19 tokens

meeting-transcript-to-action-items

Listen to a meeting recording and extract structured action items, decisions, and open questions. Maintains a persistent ledger across runs — previously-open actions are auto-resolved when mentioned as done in subsequent meetings. Outputs actions.csv (importable to Linear/Asana/Notion) + recap.md (paste into Slack).…

skrun-dev/skrun · 90 tokens

knowledge-interaction-surfaces-cli-bootstrap-headless-and-print

A codebase guide for the command-line startup path, including interactive, non-interactive, print, and structured JSONL output modes.

echoVic/blade-code · 160 tokens

knowledge-interaction-surfaces-terminal-ui

A codebase guide for the interactive terminal interface, including keyboard input, message display, confirmations, questions, session switching, and streamed output.

echoVic/blade-code · 150 tokens

knowledge-session-state-and-context-session-catalog-fork-rewind-and-export

A session-lifecycle component for finding, resuming, archiving, branching, rewinding, searching, and exporting saved conversations.

echoVic/blade-code · 140 tokens

text-processing

Transform, filter, sort, and analyze text using sed, awk, sort, uniq, cut, tr, wc, and other text processing tools. Use when the user asks to find and replace text in files, extract columns from data, count lines or words, sort and deduplicate output, reformat delimited data, perform field-based calculations, or build…

bug-ops/zeph · 79 tokens