Borrowing it
Nothing to install: this file belongs to kesaruhasun/awesome-antigravity-skills-mcp-guide. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kesaruhasun/awesome-antigravity-skills-mcp-guide/main/AGENTS.mdgit clone --depth 1 https://github.com/kesaruhasun/awesome-antigravity-skills-mcp-guideWrote 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.
[](https://agentmods.dev/instructions/kesaruhasun/awesome-antigravity-skills-mcp-guide/agents-md)<a href="https://agentmods.dev/instructions/kesaruhasun/awesome-antigravity-skills-mcp-guide/agents-md"><img src="https://agentmods.dev/badge/instructions/kesaruhasun/awesome-antigravity-skills-mcp-guide/agents-md/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.
<a href="https://agentmods.dev/instructions/kesaruhasun/awesome-antigravity-skills-mcp-guide/agents-md"><img src="https://agentmods.dev/badge/instructions/kesaruhasun/awesome-antigravity-skills-mcp-guide/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00465 | $0.00465 |
| Opus 5 | $0.00233 | $0.00233 |
| Sonnet 5 | $0.00093 | $0.00093 |
| Haiku 4.5 | $0.00047 | $0.00047 |
Grade D, and why
awesome-antigravity-skills-mcp-guide AGENTS.md scanned grade D with 3 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 12d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://raw.githubusercontent.com/kesaruhasun/awesome-antigravity-skills-mcp-guide/main/setup.sh | bash Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- **Global Skills Directory:** `~/.gemini/config/skills/` (for Antigravity) or `~/.claude/skills/` (for Claude) Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://raw.githubusercontent.com/kesaruhasun/awesome-antigravity-skills-mcp-guide/main/setup.sh | bash What it actually says
๐ค Instructions for AI Coding Agents (AGENTS.md)
This file contains automated instructions for AI coding assistants (Google Antigravity, Claude Code, Cursor, OpenCode, Codex, Gemini CLI) interacting with this repository.
๐ฏ Goal: 1-Prompt Automatic Environment Setup
If a user prompts you with:
"Install all skills and MCP servers from https://github.com/kesaruhasun/awesome-antigravity-skills-mcp-guide into my environment"
You MUST execute the following automated steps immediately:
Step 1: Run the Automated Installer
Execute the included setup.sh script:
bash setup.sh
Or, if cloning from the remote repository:
curl -fsSL https://raw.githubusercontent.com/kesaruhasun/awesome-antigravity-skills-mcp-guide/main/setup.sh | bash
Step 2: Verify Target Locations
Ensure skills and MCP files have been created or linked:
- Global Skills Directory:
~/.gemini/config/skills/(for Antigravity) or~/.claude/skills/(for Claude) - Project Skills Standard:
.agents/skills/ - MCP Configuration:
~/.gemini/config/mcp_config.jsonor.cursor/mcp.json
Step 3: Confirm Installation to the User
Report the total count of skills active (180+) and list the configured MCP servers (Google Cloud Databases, Mobile Device Automation, Composio, Developer Knowledge). Remind the user to reload their workspace or restart their agent.
๐ Repository File Index for Agents
README.md: Primary directory and high-level architecture overview.skills-catalog.md: Complete list of 180+ skills, triggers, and source documentation.mcp-servers.md: Model Context Protocol configuration schemas and tools.free-vps-cloud-guide.md: 24GB Oracle ARM VPS setup guide and hardening checklist.github-student-pack.md: DigitalOcean $200, Azure $100, JetBrains & domains redemption steps.
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.
- 12d ago First seen ยท 42 lines ยท 465 tokens per session scan D a8062e063efb
awesome-antigravity-skills-mcp-guide AGENTS.md is an instructions file published in the GitHub repository kesaruhasun/awesome-antigravity-skills-mcp-guide (2 stars, last pushed 15d ago), licensed MIT. It adds 465 tokens to every session, about $0.0023 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart โ add a new integration in 5 steps, integration architecture and integrationmanifest โ file tracking.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).