<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Adarsh</title>
    <description>The latest articles on Forem by Adarsh (@aasteriskz).</description>
    <link>https://forem.com/aasteriskz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3922667%2Fb91996e5-ca99-43ac-a3ea-e1d9374f0eb9.png</url>
      <title>Forem: Adarsh</title>
      <link>https://forem.com/aasteriskz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/aasteriskz"/>
    <language>en</language>
    <item>
      <title>Google Antigravity 2.0 &amp; Slash Commands</title>
      <dc:creator>Adarsh</dc:creator>
      <pubDate>Fri, 22 May 2026 13:33:27 +0000</pubDate>
      <link>https://forem.com/aasteriskz/google-antigravity-20-slash-commands-5hme</link>
      <guid>https://forem.com/aasteriskz/google-antigravity-20-slash-commands-5hme</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR Summary:&lt;/strong&gt; &lt;br&gt;
Google has revolutionized AI-assisted development with Antigravity 2.0, an agent-first architecture replacing traditional code editors. Key updates include powerful slash commands for autonomous workflow management, the new Android CLI for direct IDE integration ("Vibe Coding"), Firebase Agent Skills for automated backend logic, and WebMCP/AppFunctions for seamless app-to-app data manipulation powered by Gemini.&lt;/p&gt;




&lt;p&gt;Google pulled a massive surprise with &lt;strong&gt;Antigravity 2.0&lt;/strong&gt; by completely overhauling the app into an agent-first architecture. They stripped away the traditional code editor and replaced it with an advanced agent manager designed to run multiple AI agents across multiple projects concurrently.&lt;/p&gt;

&lt;h3&gt;
  
  
  Antigravity Slash Commands for Workflow Automation
&lt;/h3&gt;

&lt;p&gt;Antigravity introduced powerful slash commands to assist and automate your developer workflow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;/goal&lt;/strong&gt; – Instructs an AI agent to run autonomously until a specified complex task is complete, removing the need for intermediate human approval.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/schedule&lt;/strong&gt; – Handles cron-based, recurring agent execution for automated maintenance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/browser&lt;/strong&gt; – Hands explicit browser navigation and automated UI testing control directly to the agent.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;/grill-me&lt;/strong&gt; – Forces the agent to aggressively cross-examine you with clarifying questions, ensuring complete alignment before writing a single line of code.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Android CLI &amp;amp; "Vibe Coding"
&lt;/h3&gt;

&lt;p&gt;Google just handed developers a massive productivity upgrade with the announcement of the &lt;strong&gt;Android CLI&lt;/strong&gt;. This new Command Line Interface grants AI coding agents like Claude Code, Codex, or Antigravity direct access to your local development environment and Android Studio. The live demo showcased AI agents autonomously writing code, making edits, and executing tests directly on the Android emulator.&lt;/p&gt;

&lt;p&gt;Furthermore, Google AI Studio is expanding into native prompt-based Android development—a paradigm shift we call &lt;strong&gt;Vibe Coding&lt;/strong&gt;. Developers can design, prototype, and build completely functional native Android applications directly inside AI Studio and immediately export them directly to their physical devices.&lt;/p&gt;

&lt;h3&gt;
  
  
  Agent Skills for Firebase &amp;amp; Migration Assistant
&lt;/h3&gt;

&lt;p&gt;Google also introduced &lt;strong&gt;Agent Skills for Firebase&lt;/strong&gt; and a powerful new Migration Assistant. Agent Skills empower developers to write complex backend logic, cloud functions, and database rules for Firebase and Firestore directly inside the IDE via natural language. As a developer, this is a massive time-saver; you can hand off writing security rules to Antigravity, and the AI agent handles the rest securely.&lt;/p&gt;

&lt;p&gt;Tackling cross-platform development headaches, Google's new &lt;strong&gt;Migration Assistant&lt;/strong&gt; is specifically designed to transition legacy iOS, React Native, or web framework codebases over to modern, native Android seamlessly.&lt;/p&gt;

&lt;h3&gt;
  
  
  Re-Engineering the Web &amp;amp; Android 17 Intelligence Layer
&lt;/h3&gt;

&lt;p&gt;Google is reshaping how agents interact with the web and operating systems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;WebMCP (Model Context Protocol):&lt;/strong&gt; An open standard designed to let developers expose HTML forms and JavaScript functions directly to AI models, bridging the gap between web interfaces and LLMs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chrome DevTools for Agents:&lt;/strong&gt; Allows AI agents to autonomously debug, profile, and resolve complex issues within web applications.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AppFunctions API:&lt;/strong&gt; Turns installed Android apps into on-device Model Context Protocol (MCP) servers. This groundbreaking API allows Gemini to autonomously pull data from one application, manipulate it, and inject it into another with absolutely zero user intervention.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>automation</category>
      <category>google</category>
    </item>
    <item>
      <title>TIL: Building Agentic Workflows in Chrome with Gemini Skills</title>
      <dc:creator>Adarsh</dc:creator>
      <pubDate>Sat, 16 May 2026 04:53:20 +0000</pubDate>
      <link>https://forem.com/aasteriskz/til-building-agentic-workflows-in-chrome-with-gemini-skills-2eao</link>
      <guid>https://forem.com/aasteriskz/til-building-agentic-workflows-in-chrome-with-gemini-skills-2eao</guid>
      <description>&lt;h2&gt;
  
  
  Evolution of the Prompt
&lt;/h2&gt;

&lt;p&gt;Anthropic recently popularized “skills” in coding agents and cool tools like Claude Code and Gemini CLI. These allow agents to understand how to perform various tasks efficiently without needing to re-prompt every time based on the respective task. Skills fixed the traditional problem with LLM interactions, which was the constant need to re-prompt. Skills act as saved prompts that you can trigger instantly, which is a massive time saver if you manage multiple tasks simultaneously.&lt;/p&gt;

&lt;p&gt;Before Skills was widely rolled out, I would manually save prompts in Google Keep or Google Docs and pin them to my browser for various prompts. For code, I stored context in .md files, which is exactly how skills operate today. Having these skills directly in Gemini in Chrome is a game-changer because the AI can see, reason, and act on all your open tabs at once. So it’s able to synthesize data from across your entire browser window and act simultaneously.&lt;/p&gt;




&lt;h2&gt;
  
  
  Safety and Privacy
&lt;/h2&gt;

&lt;p&gt;If you're worried about the AI booking things or emailing people without your permission, don't be. Gemini requires a &lt;strong&gt;Human-in-the-Loop (HITL)&lt;/strong&gt; confirmation before sending or submitting anything, and trust me, it's not easy to bypass. I've tried. And for those concerned about privacy in general, Google added a local 4GB model on your computer called &lt;strong&gt;Gemini Nano&lt;/strong&gt;, which is able to perform many tasks locally without sending any of your data to the cloud.&lt;/p&gt;




&lt;h2&gt;
  
  
  Engineering Workflow Skills
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Convert to Notes
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt; You are an expert student with superb comprehension skills. Your task is to summarize the active tab, providing high-impact bullet points for the [Main Ideas], [Steps/Process], and [Key Vocabulary]. If the text contains data, present a summary table of the most critical figures.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Why I love it:&lt;/strong&gt; I use this to quickly synthesize long articles or documentation into short, actionable bullet points to write down or just summarize.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Live Mock Interviewer
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt; Act as a Senior Software Engineer at a FAANG company. I am looking at this LeetCode problem. Do not give me the answer. Instead, ask me clarifying questions about the constraints, challenge my initial assumptions, and push for details on time and space complexity. Give me a 'nudge' or hint only if I am completely stuck for more than two minutes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Why I love it:&lt;/strong&gt; It’s perfect for practicing technical interview patterns and learning new algorithms through live feedback and guidance.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Competitor Intelligence
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt; Analyze the landing page of the startup in this tab. Identify their unique value proposition, pricing structure, and target audience. Compare this to the industry leaders in this space and find three gaps in their product that my own project could solve.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Why I love it:&lt;/strong&gt; When researching for my own apps or companies, I use this to break down a competitor’s strategy and find gaps in their product without reading their entire site.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Legal/Privacy Decoder
&lt;/h3&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Prompt:&lt;/strong&gt; Scan this Privacy Policy for critical risk signals. Specifically, audit the text for: 1. Data ownership (does the user retain rights?), 2. Third-party sharing (who gets my data?), and 3. Automatic renewals. Flag these as [Critical], [High Risk], or [Warning] and explain the plain-English implication of each.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Why I love it:&lt;/strong&gt; Most people skip the fine print, but I use this to audit Terms of Service for red flags so I know my data stays safe.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Step-by-Step Guide to Creating Skills
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;Open the Gemini Sidebar:&lt;/strong&gt; Click the Gemini icon in the top-right corner of your browser. Then, click the plus icon at the bottom left of the panel.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Access the Skills Manager:&lt;/strong&gt; Click the &lt;strong&gt;Skills&lt;/strong&gt; button. From there, select &lt;strong&gt;Manage Skills&lt;/strong&gt;, which will open the settings in a new window.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Explore or Create:&lt;/strong&gt; On the left sidebar, you’ll see &lt;em&gt;Browse Skills&lt;/em&gt; and &lt;em&gt;Your Skills&lt;/em&gt;. Use 'Browse Skills' to see Google’s premade options for inspiration. To make your own, click &lt;strong&gt;Your Skills&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Build Your Skill:&lt;/strong&gt; Click the &lt;strong&gt;Add&lt;/strong&gt; button. Fill in a name and your specific instructions.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>gemini</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
