Google Antigravity·Agent Skill·SKILL.md routing

Let Antigravity Agents Ship a Live Landing Page as Part of Any Launch

When Antigravity's Agent Manager is running a product launch workflow, the landing page step shouldn't require a separate design and deployment process. Felo Landing Page generates a hosted page from a natural-language prompt and returns a live URL the agent can include in the launch plan, share with stakeholders, or hand off to the team — all within the same task.

Antigravity Agent — task log
Live URL
returned as part of the agent task
No deployment
infrastructure needed
Chains into
launch and campaign workflows
Team-shared
via .agent/skills/ in Git
How it works

Agent tasks that trigger felo-landingpage automatically

These are the prompts where Antigravity's Agent Manager routes to felo-landingpage — when the task output is a live page, not a document.

01 · User
Prompt sent
You type a task in Antigravity. No special syntax needed.
02 · Agent Manager
Task analysis
Gemini 3 plans the task and detects knowledge cutoff risk.
03 · SKILL.md router
Semantic match
SKILL.md description matches the task. The skill is loaded.
04 · Skill
Skill execution
The matched skill runs and fetches or processes the data.
05 · Output
Cited answer inline
Structured answer with source links returned to the agent.
Scenario 01

Product tier page

Agent task involves creating a landing page for a new product tier or feature.

Create a landing page for our new developer API tier. Focus on rate limits and pricing.
Scenario 02

Feature announcement page

Agent needs to ship a page for a new feature as part of a launch workflow.

Build a landing page for our new real-time collaboration feature launching next week.
Scenario 03

Event or webinar page

Agent task involves creating a registration page for an upcoming event.

Create a registration landing page for our developer webinar on API best practices.
How it works

What felo-landingpage adds to Antigravity

Six capabilities that let agents ship a live landing page as part of any launch workflow.

Live page generation

Agent generates and deploys a landing page in a single task — no separate tool needed.

Conversion-optimized structure

Applies proven landing page patterns: hero, benefits, social proof, CTA.

Copy generation

Writes headline, subhead, and body copy based on the product brief the agent provides.

Brand-aware styling

Applies your color and font settings to the generated page automatically.

Mobile-responsive output

Generated pages are responsive by default — no extra configuration.

SKILL.md auto-routing

Activated when the agent task involves creating a landing page or launch page.

Use Cases

Real tasks, real workflows

How developers use this skill inside Antigravity — from quick lookups to complex multi-step workflows.

Feature announcement page
02

Feature announcement page

Agent needs to ship a page for a new feature as part of a launch workflow.

Build a landing page for our new real-time collaboration feature launching next week.
Event or webinar page
03

Event or webinar page

Agent task involves creating a registration page for an upcoming event.

Create a registration landing page for our developer webinar on API best practices.
Installation

Three steps to a live landing page inside an Antigravity agent task

Once installed, felo-landingpage activates when an agent task requires a hosted page — the Agent Manager generates and deploys it as part of the workflow, not as a separate step.

Method 1 · Terminal

Install via command line

Clone the Felo skills repo and copy the skill into your global Antigravity skills directory.

Terminal
# 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-landingpage ~/.gemini/antigravity/skills/
Installs to ~/.gemini/antigravity/skills/ — available across all your projects
Method 2 · Agent prompt

Let the agent install it for you

Paste this prompt directly into Antigravity. The agent clones the repo and copies the skill automatically.

Paste into Antigravity
Install https://github.com/Felo-Inc/felo-skills into my global Antigravity skills directory.
The agent handles cloning, copying, and directory setup — no terminal needed
1

Copy the skill into .agent/skills/

Clone the Felo skills repo and copy felo-landingpage into .agent/skills/ for team-wide access. The SKILL.md description activates it for tasks involving page generation, campaign launches, or rapid prototyping.

2

Set your Felo API key

Add FELO_API_KEY to your environment. The skill calls the Felo Landing Page Task API, polls for completion, and returns a live URL — no deployment infrastructure needed on your side.

3

Launch plan includes a live URL

When the Agent Manager is building a launch plan, it calls felo-landingpage to generate the page and embeds the live URL in the deliverable. Stakeholders get a link, not a mockup. The agent can also resume a timed-out task using the task_id flag.

No configuration needed. The SKILL.md file inside the skill folder tells Antigravity's Agent Manager when to activate it. Once the folder is in place, the agent routes to the skill automatically based on your prompt.

FAQ

Felo Landing Page in Google Antigravity — FAQ

It's the deployment layer. When the Agent Manager is running a product launch task — research, planning, content, page — felo-landingpage generates and hosts the landing page as part of the same workflow. The agent returns a live URL in its final output, not a design file or a to-do item.

End every launch workflow with a live URL, not a design handoff

Install felo-landingpage in .agent/skills/ and let Antigravity agents generate and host landing pages as part of any launch plan or campaign workflow.

One API key. Commit to .agent/skills/ and your agents can ship a live page as part of any launch workflow — no separate deployment step.