आर्किटेक्चर डॉक से डेक
Agent task में existing technical document को presentation में convert करना है।
जब source material पहले से exist करती हो — competitor का blog post, research report, YouTube conference talk, documentation page — तो Antigravity के एजेंट को scratch से deck शुरू नहीं करनी चाहिए। Felo Content to Slides किसी भी URL या transcript से structure और key points extract करके एक .pptx generate करता है जिसे team review और refine कर सके।
ये वो prompts हैं जहाँ Antigravity का Agent Manager felo-content-to-slides को route करता है — जब existing content को deck बनना है।
Agent task में existing technical document को presentation में convert करना है।
Agent के पास research report है जिसे stakeholders को present करना है।
Agent task में long-form article को slide format में repurpose करना है।
छह capabilities जो existing content को बिना manual reformatting के structured presentations में बदल देती हैं।
Docs, articles या research को अपने आप एक structured slide deck में convert करता है।
Natural section breaks का पता लगाकर उन्हें slides पर map करता है — कोई manual chunking नहीं।
Key statements को slide titles के रूप में निकालता है और body text को supporting detail रखता है।
जहाँ charts या images narrative को मज़बूत करेंगे, उन जगहों को flag करता है।
एजेंट response में सीधे PPTX या Google Slides link लौटाता है।
तब सक्रिय होता है जब एजेंट टास्क में existing content को presentation में convert करना शामिल हो।
डेवलपर्स इस स्किल का उपयोग Antigravity के अंदर कैसे करते हैं — त्वरित खोज से लेकर जटिल बहु-चरण वर्कफ़्लो तक।

Agent task में existing technical document को presentation में convert करना है।

Agent के पास research report है जिसे stakeholders को present करना है।

Agent task में long-form article को slide format में repurpose करना है।
एक बार install होने के बाद, felo-content-to-slides तब activate होता है जब कोई एजेंट task किसी known source को presentation में convert करने से जुड़ी हो — blank-slate prompting की ज़रूरत नहीं।
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-content-to-slides ~/.gemini/antigravity/skills/इस प्रॉम्प्ट को सीधे Antigravity में पेस्ट करें। एजेंट रेपो क्लोन करेगा और स्किल को अपने आप कॉपी करेगा।
Felo skills repo clone करें और felo-content-to-slides को .agent/skills/ में copy करें ताकि team-wide access हो। SKILL.md description इसे तब activate करता है जब task में existing content को presentation में convert करना हो।
अपने environment में FELO_API_KEY जोड़ें। स्किल content extraction, structure inference और .pptx generation handle करती है — आप source point करें, यह deck build करती है।
Natural Antigravity workflow: एक एजेंट page fetch करता है या video transcript extract करता है, दूसरा उसे felo-content-to-slides को pass करके deck generate करता है। Agent Manager इन्हें automatically chain करता है — source से presentation तक एक ही task में।
कोई कॉन्फ़िगरेशन नहीं चाहिए। स्किल फ़ोल्डर के अंदर SKILL.md फ़ाइल Antigravity के Agent Manager को बताती है कि इसे कब सक्रिय करना है। एक बार फ़ोल्डर सही जगह पर होने के बाद, एजेंट आपके प्रॉम्प्ट के आधार पर स्वचालित रूप से स्किल पर रूट करता है।
felo-content-to-slides को .agent/skills/ में install करें और Agent Manager को web pages, articles और video transcripts को automatically structured presentations में convert करने दें।