आंतरिक पॉलिसी लुकअप
Agent task उस internal documentation को reference करता है जो team ने index किया है।
Antigravity का Agent Manager planning और executing में powerful है — लेकिन वह हर task context window में जो कुछ होता है उसी के साथ शुरू करता है। Felo LiveDoc एक persistent retrieval layer जोड़ता है: अपने runbooks, internal APIs और architecture docs को एक बार index करें, और हर एजेंट task जो उन topics को touch करे, वह आपके actual source material से grounded answers पाए, न कि Gemini 3 की training memory से।
ये वो prompts हैं जहाँ Antigravity का Agent Manager felo-livedoc को route करता है — जब task को public web data नहीं बल्कि team की internal knowledge चाहिए।
Agent task उस internal documentation को reference करता है जो team ने index किया है।
Agent को recommendation देने से पहले internal architecture docs check करने हैं।
Agent task में एक recurring process शामिल है जो team के runbooks में documented है।
छह capabilities जो हर एजेंट task को एक persistent, grounded knowledge layer देती हैं।
टीम का ज्ञान एजेंट sessions के बीच बना रहता है — context reset होने पर नहीं खोता।
एजेंट keyword match नहीं, बल्कि सबसे प्रासंगिक knowledge chunk retrieve करता है।
एक LiveDoc, सभी टीम सदस्यों के Antigravity instances में share किया गया।
Knowledge base के updates बिना reinstall किए सभी एजेंट तक पहुँच जाते हैं।
हर retrieved chunk में एजेंट verification के लिए उसका source document शामिल होता है।
तब सक्रिय होता है जब एजेंट टास्क internal docs, specs या team knowledge को reference करता है।
डेवलपर्स इस स्किल का उपयोग Antigravity के अंदर कैसे करते हैं — त्वरित खोज से लेकर जटिल बहु-चरण वर्कफ़्लो तक।

Agent task उस internal documentation को reference करता है जो team ने index किया है।

Agent को recommendation देने से पहले internal architecture docs check करने हैं।

Agent task में एक recurring process शामिल है जो team के runbooks में documented है।
एक बार install होने के बाद, Agent Manager felo-livedoc को स्वचालित रूप से trigger करता है जब task को आपके indexed documents से retrieval की ज़रूरत हो — कोई slash command नहीं, कोई copy-paste नहीं।
Felo स्किल्स रेपो क्लोन करें और स्किल को अपनी ग्लोबल Antigravity स्किल्स डायरेक्टरी में कॉपी करें।
# Clone the Felo skills repository
git clone https://github.com/Felo-Inc/felo-skills.git
# Copy this skill to your global Antigravity skills folder
cp -r felo-skills/felo-livedoc ~/.gemini/antigravity/skills/इस प्रॉम्प्ट को सीधे Antigravity में पेस्ट करें। एजेंट रेपो क्लोन करेगा और स्किल को अपने आप कॉपी करेगा।
Felo skills repo clone करें और felo-livedoc को .agent/skills/ में copy करें ताकि Git के ज़रिए team के साथ share हो, या ~/.gemini/antigravity/skills/ में personal use के लिए। SKILL.md description Agent Manager को बताता है कि इसे कब activate करना है।
felo-livedoc को अपने runbooks, internal API docs, architecture decision records, या कोई भी reference material जो टीम के एजेंट को पता होनी चाहिए, उसकी ओर point करें। Indexing एक बार होती है; retrieval हर बाद के session में उपलब्ध रहती है।
जब कोई Antigravity एजेंट task आपके LiveDoc में covered topic को touch करती है, तो वह relevant passage retrieve करता है और source cite करता है — Gemini 3 के training data से अनुमान लगाने के बजाय।
कोई कॉन्फ़िगरेशन नहीं चाहिए। स्किल फ़ोल्डर के अंदर SKILL.md फ़ाइल Antigravity के Agent Manager को बताती है कि इसे कब सक्रिय करना है। एक बार फ़ोल्डर सही जगह पर होने के बाद, एजेंट आपके प्रॉम्प्ट के आधार पर स्वचालित रूप से स्किल पर रूट करता है।
felo-livedoc को .agent/skills/ में install करें और Agent Manager को अनुमान लगाने के बजाय आपके indexed knowledge base से retrieve करने दें।