What problem does it solve? Understanding how to customize an AI agent's behavior across rules, skills, plugins, hooks, and MCP servers is confusing without a single reference covering discovery paths, precedence rules, and configuration file formats. ## Core Features & Use Cases - Customization Type Reference: Compares rules, skills, plugins, hooks, and MCP servers with their config files, scopes, and best-fit use cases. - Discovery and Priority Guide: Documents workspace, hierarchical, and global discovery locations plus the five-level loading precedence order. - Detailed Configuration Docs: Provides in-depth guides for hooks.json event contracts, mcp_config.json transports, plugin manifests, and skills.json inheritance. - Use Case: When you need to add a lifecycle hook that runs a linter after every shell command, this Skill explains the hooks.json schema, the PostToolUse matcher syntax, and the stdin/stdout JSON contract. ## Quick Start Explain how Antigravity customizations are discovered and help me create a plugin that bundles a skill and an MCP server.