टीम हार्डवेयर निर्णय
Agent task में team purchase के लिए Apple hardware recommend करनी है।
जब कोई Antigravity एजेंट procurement decision, device comparison, या tech stack recommendation में Apple hardware की बात करे, तो उसे specs और pricing के लिए Gemini 3 के training data पर rely नहीं करना चाहिए। Apple Buy Advisor Apple.com से live specs fetch करता है, X और Reddit से current user reviews collect करता है, और एक structured report assemble करता है जिस पर एजेंट reason करके अपने output में include कर सके।
ये वो prompts हैं जहाँ Antigravity का Agent Manager apple-buy-advisor को route करता है — जब task को current Apple product data चाहिए।
Agent task में team purchase के लिए Apple hardware recommend करनी है।
Agent को current refurbished deals और new pricing compare करनी है।
Agent task में यह advise करना है कि अभी खरीदें या new release का इंतज़ार करें।
छह capabilities जो एजेंट्स को purchase research tasks के लिए लाइव Apple product data देती हैं।
Current specs, pricing और availability — Gemini 3 का training data नहीं।
एजेंट models, storage tiers और configurations में structured comparisons generate करता है।
Apple के refurbished store और current promotions को रियल-टाइम में जाँचता है।
User के region के लिए availability और pricing अपने आप लौटाता है।
एजेंट task के लिए सही model recommend करने हेतु use-case criteria apply करता है।
तब सक्रिय होता है जब एजेंट टास्क में Apple product research या purchase decisions शामिल हों।
डेवलपर्स इस स्किल का उपयोग Antigravity के अंदर कैसे करते हैं — त्वरित खोज से लेकर जटिल बहु-चरण वर्कफ़्लो तक।

Agent task में team purchase के लिए Apple hardware recommend करनी है।

Agent को current refurbished deals और new pricing compare करनी है।

Agent task में यह advise करना है कि अभी खरीदें या new release का इंतज़ार करें।
एक बार install होने के बाद, Agent Manager apple-buy-advisor को तब trigger करता है जब task में Apple hardware decisions हों — एजेंट को live data मिलता है, stale training-data specs नहीं।
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/apple-buy-advisor ~/.gemini/antigravity/skills/इस प्रॉम्प्ट को सीधे Antigravity में पेस्ट करें। एजेंट रेपो क्लोन करेगा और स्किल को अपने आप कॉपी करेगा।
Felo skills repo clone करें और apple-buy-advisor को .agent/skills/ में copy करें ताकि team-wide access हो। SKILL.md description इसे Apple product research, comparisons, या procurement decisions वाले tasks के लिए activate करता है।
अपने environment में FELO_API_KEY जोड़ें। स्किल internally felo-web-fetch, felo-search और felo-x-search orchestrate करती है — आपको manually multiple skill calls manage किए बिना complete research report मिलता है।
Run the skill in Google Antigravity and get results immediately.
कोई कॉन्फ़िगरेशन नहीं चाहिए। स्किल फ़ोल्डर के अंदर SKILL.md फ़ाइल Antigravity के Agent Manager को बताती है कि इसे कब सक्रिय करना है। एक बार फ़ोल्डर सही जगह पर होने के बाद, एजेंट आपके प्रॉम्प्ट के आधार पर स्वचालित रूप से स्किल पर रूट करता है।
apple-buy-advisor को .agent/skills/ में install करें और Antigravity एजेंट को कोई भी Apple product recommendation देने से पहले current specs, reviews और pricing fetch करने दें।