acceptance-orchestrato…
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Configure and optimize .geminiignore files for AI context window efficiency and token cost reduction (FinOps).
$ npx -y skills add sinhoneyy/master-skills --skill geminiignore-finops --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/geminiignore-finopsContext preview
The summary Claude sees to decide when to auto-load this skill.
Configure and optimize .geminiignore files for AI context window efficiency and token cost reduction (FinOps).
name: geminiignore-finops description: "Configure and optimize .geminiignore files for AI context window efficiency and token cost reduction (FinOps)." category: context-optimization risk: safe source: community source_repo: iradoweck/antigravity-awesome-skills source_type: community date_added: "2026-05-25" author: iradoweck tags: [finops, context-management, token-optimization, geminiignore] tools: [gemini, claude, cursor] license: "MIT" license_source: "https://github.com/iradoweck/antigravity-awesome-skills/blob/main/LICENSE"
A skill to construct, refine, and maintain high-performance `.geminiignore` files across diverse tech stacks. By filtering out machine-generated code, heavy logs, package locks, and binary assets, this skill optimizes the AI agent's context window, accelerates processing speed, and reduces token consumption costs (FinOps).
Detect the languages, frameworks, and dependency managers present in the project (e.g., Node.js, Python, PHP, Dart/Flutter, Rust).
Create a `.geminiignore` file at the root of the active workspace. If one already exists, review it to add missing categories.
Add rules divided into the following categories to filter out unnecessary machine noise while keeping human-written code visible:
1. **System & Editor Noise**: Block OS temp files (`.DS_Store`, `Thumbs.db`) and user-specific IDE caches (`.idea/`, `.vscode/*`, Xcode user data). 2. **Dependency Folders & Lock Files**: Ignore third-party package directories (`node_modules/`, `vendor/`) and giant machine-generated lock files (`package-lock.json`, `yarn.lock`, `Cargo.lock`, `composer.lock`). 3. **Build & Target Output**: Block compiled folders (`dist/`, `build/`, `.next/`, `.nuxt/`). 4. **Caches & Tool Metadata**: Block compiler caches (`.tsbuildinfo`, `.vite/`, `.pytest_cache/`, `.eslintcache`). 5. **Binary & Rich Assets**: Block media types (`*.png`, `*.pdf`, `*.mp4`, `*.woff2`) to prevent triggering expensive vision/multimodal tokens. 6. **Local Databases & Logs**: Block log files (`*.log`) and SQL dumps or local SQLite DBs (`*.sqlite`, `*.db`). 7. **Compiled Binaries & Mobile Builds**: Block mobile package files (`*.apk`, `*.ipa`) and compiled binaries (`*.class`, `*.pyc`, `*.dll`).
Verify that the AI can still see critical configuration blueprints (like `.env.example`, `package.json`, `composer.json`, `pyproject.toml`) but ignores the actual `.env` files and compilation artifacts.
Here is a recommended baseline configuration for a multi-language project:
# ============================================================================== # .geminiignore - BASELINE DE FINOPS E ARQUITETURA # ============================================================================== # 1. SISTEMA OPERACIONAL E IDEs .DS_Store Thumbs.db Desktop.ini $RECYCLE.BIN/ .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json .idea/ *.iml .gradle/ local.properties .history/ # 2. DEPENDÊNCIAS (ECONOMIA DE TOKENS EM LOCK FILES) node_modules/ package-lock.json yarn.lock pnpm-lock.yaml vendor/ composer.lock venv/ .venv/ env/ .env .env.* !.env.example poetry.lock Cargo.lock pubspec.lock # 3. BUILDS E EXPORTAÇÕES dist/ build/ out/ target/ .next/ .nuxt/ .output/ bin/ obj/ # 4. CACHES DE FRAMEWORKS .vite/ .parcel-cache/ .eslintcache .babel-cache/ .tsbuildinfo .turbo/ .pytest_cache/ .ruff_cache/ storage/framework/ storage/logs/ # 5. ASSETS BINÁRIOS E MULTIMÍDIA EXTREMOS *.png *.jpg *.jpeg *.gif *.webp *.svg *.ico *.psd *.fig *.pdf *.zip *.tar.gz *.woff *.woff2 *.ttf # 6. BANCOS DE DADOS E LOGS *.log *.db *.sqlite *.sqlite3 *.sql *.sql.gz # 7. ARQUIVOS COMPILADOS *.apk *.aab *.ipa *.jar *.class *.pyc __pycache__/ *.so *.dylib *.dll *.exe *.js.map *.css.map
Unified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains
Repo: sinhoneyy/master-skills
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix…
Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first…
Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author…
This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or…
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.