← Về thư mục
📄 / / root / GitHub / .agents / SKILL_BRIDGE.md

Antigravity Skill Bridge (Global to Local)

This document explains how your global skills in ~/.gemini/antigravity/skills interact with the projects in /Users/keira/Documents/GitHub/Projects/.

🚀 How it Works

  1. Implicit Connection: Global skills are discovered automatically.
  2. Context Injection: Agents prioritize the active project's 4-Doc Rule and logic files (e.g., APP_CONTEXT.md).
  3. Local Shimming: If a project needs custom skills, place them in the project's own .agents/skills/ (if implemented) or use the root .agents/skills/ with project-specific logic.

🛠️ Common Workflows

A. Auditing for New Skills

To see what repetitive tasks can be automated specifically for Vedic interpretations:

Prompt: "Audit the project for new skill opportunities using the global project-skill-audit skill."

B. Security & Quality

To check your Vite/React code for vulnerabilities using the global auditor:

Prompt: "Perform a security audit of the src/ directory using the global security-auditor skill."

C. Logic Verification

To ensure a new calculation matches the manual:

Prompt: "Validate this code against the logic in Manual_Original.md using the global code-reviewer skill."

📌 Operating Procedures

⚡ Save & Refresh (Infinite Memory)

To keep the AI sharp and save tokens, follow the "Save & Refresh" lifecycle: 1. Work: Execute a focused task (e.g., Designing a new chart). 2. Save: Run /sync at the end of the task. This synchronizes the 4-Doc Rule (CHANGELOG, PROJECT_STATUS, APP_CONTEXT, README) and performs a Git checkpoint. 3. Refresh: Close the current conversation and start a fresh session for the next task. The agent will read the updated 4Docs and "re-remember" the state with a clean context window.

📅 Monday Maintenance (Pruning)

Every Monday, the Lead Coordinator (@AG) will trigger the Monday Morning Protocol. - Action: Run /maintenance to prune legacy session data (brain, conversations, recordings, html_artifacts). - Benefit: This keeps your local disk clean and prevents old artifacts from "noise" in future research tasks.

📌 Global Context

If you add new global skills to your home directory, just refresh the agent session or mention the new skill by name. Antigravity will resolve the path to /Users/keira/.gemini/antigravity/skills automatically.