Technology decision की research
Agent task के लिए multiple sources से information synthesize करके decision framework बनाना है।
Antigravity का Agent Manager autonomous execution के लिए बना है — लेकिन complex tasks जैसे vendor evaluations, architecture reviews और policy drafts को reasoning, feedback और revision के कई rounds चाहिए होते हैं। Felo SuperAgent एक persistent multi-turn layer जोड़ता है: एजेंट याद रखता है कि उसने क्या decide किया, क्यों decide किया, और task कहाँ जा रहा है — जितने turns काम के लिए चाहिए उतने turns तक।
ये वो prompts हैं जहाँ Antigravity का Agent Manager felo-superagent को route करता है — जब task को deep, multi-source research चाहिए।
Agent task के लिए multiple sources से information synthesize करके decision framework बनाना है।
Agent को multiple sources से competitive space का comprehensive view बनाना है।
Agent task में decision से पहले किसी vendor, technology, या market पर deep research शामिल है।
छह capabilities जो deep, multi-turn research tasks के लिए Antigravity के Agent Manager का विस्तार करती हैं।
Context या thread खोए बिना multiple steps में deep research tasks चलाता है।
कई sources से findings को एक ही structured output में aggregate करता है।
एजेंट turns के बीच intermediate findings याद रखता है — कोई re-fetching नहीं।
जटिल research को parallel sub-tasks में बाँटता है और results को merge करता है।
एक formatted research report लौटाता है जिसे एजेंट सीधे आपको pass कर सकता है।
तब सक्रिय होता है जब एजेंट टास्क को deep, multi-step research या synthesis की ज़रूरत हो।
डेवलपर्स इस स्किल का उपयोग Antigravity के अंदर कैसे करते हैं — त्वरित खोज से लेकर जटिल बहु-चरण वर्कफ़्लो तक।

Agent task के लिए multiple sources से information synthesize करके decision framework बनाना है।

Agent को multiple sources से competitive space का comprehensive view बनाना है।

Agent task में decision से पहले किसी vendor, technology, या market पर deep research शामिल है।
एक बार install होने के बाद, felo-superagent उन tasks के लिए activate होता है जिनमें sustained reasoning की ज़रूरत हो — Agent Manager इसका उपयोग तब करता है जब एक single pass काफ़ी न हो।
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-superAgent ~/.gemini/antigravity/skills/इस प्रॉम्प्ट को सीधे Antigravity में पेस्ट करें। एजेंट रेपो क्लोन करेगा और स्किल को अपने आप कॉपी करेगा।
Felo skills repo clone करें और felo-superagent को .agent/skills/ में copy करें ताकि team-wide access हो। SKILL.md description Agent Manager को बताता है कि complex, multi-step tasks के लिए जिन्हें continuity की ज़रूरत हो, इसे activate करना है।
अपने environment में FELO_API_KEY जोड़ें। felo-superagent Antigravity के native Agent Manager के साथ मिलकर काम करता है — यह वह persistent context layer जोड़ता है जो long tasks को coherent रखती है।
एक complex task शुरू करें — vendor evaluation, architecture review, rollout plan। एजेंट इसे rounds में करता है, turns के बीच decisions और reasoning preserve करते हुए। आप review करें, redirect करें, और एजेंट ठीक वहाँ से जारी रखता है जहाँ छोड़ा था।
कोई कॉन्फ़िगरेशन नहीं चाहिए। स्किल फ़ोल्डर के अंदर SKILL.md फ़ाइल Antigravity के Agent Manager को बताती है कि इसे कब सक्रिय करना है। एक बार फ़ोल्डर सही जगह पर होने के बाद, एजेंट आपके प्रॉम्प्ट के आधार पर स्वचालित रूप से स्किल पर रूट करता है।
felo-superagent को .agent/skills/ में install करें और Antigravity एजेंट को persistent context और accumulated reasoning के साथ long-horizon tasks handle करने दें।