Skip to content

docs: Add Antigravity/Gemini as a supported agent for Seqera AI skills#1367

Open
HReed1 wants to merge 3 commits into
seqeralabs:masterfrom
HReed1:feat/skill-antigravity-gemini
Open

docs: Add Antigravity/Gemini as a supported agent for Seqera AI skills#1367
HReed1 wants to merge 3 commits into
seqeralabs:masterfrom
HReed1:feat/skill-antigravity-gemini

Conversation

@HReed1
Copy link
Copy Markdown

@HReed1 HReed1 commented Apr 29, 2026

Summary

Adds documentation for Antigravity/Gemini (Google DeepMind's agentic coding IDE) as a supported agent for Seqera AI skills. This is the first integration between Antigravity/Gemini and Seqera AI CLI.

Changes

New file: skill-antigravity.md

A new documentation page following the exact same format as skill-claude-code.md, skill-codex.md, and skill-github-copilot.md:

  • Installation via seqera skill install --path .agents/skills/seqera-ai-subagent/
  • Manual installation fallback (for when the CLI's Bun-bundled templates don't support the agent target)
  • Invocation patterns specific to Antigravity: --headless, --sub-agent, and goal mode
  • Standard seqera skill check verification

Modified: index.md

Added navigation link for the new page in the "Learn more" section.

Context

This integration was created during the nf-core Boston Hackathon 2026. Antigravity/Gemini uses the portable .agents/skills/ Agent Skills convention, which aligns with Seqera AI's skill discovery directories.

How it works

Antigravity invokes Seqera AI dynamically via shell commands rather than static context injection:

# Headless query (single-shot)
seqera ai --headless --approval-mode basic \"<query>\" 2>&1

# Sub-agent mode (structured JSONL)
seqera ai --sub-agent --approval-mode basic \"<query>\" 2>&1

# Goal mode (autonomous multi-step)
seqera ai --headless --approval-mode full \"/goal <task>\" 2>&1

Verified

Successfully tested with Seqera AI v1.5.0 against the 2026-boston-summit organization, including nf-core module queries that returned correct results.

Related Work

Add skill-antigravity.md documenting how to install and use Seqera AI
as a subagent within Google's Antigravity/Gemini IDE. This is the first
integration between Antigravity and Seqera AI, using the portable
.agents/skills/ Agent Skills convention.

Includes:
- Installation via seqera skill install --path .agents/skills/
- Manual installation fallback for unsupported CLI targets
- Headless, sub-agent, and goal-mode invocation patterns
- Navigation link added to index.md

Created during the nf-core Boston Hackathon 2026.
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 29, 2026

👷 Deploy request for seqera-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 1a42342

…se case

Added the nf-core module QA review invocation pattern, validated during
PR #11377 (emmtyper). Seqera AI caught Click version fragility and
recommended python -c import for robust cross-environment version extraction.
@justinegeffen justinegeffen added the do not merge Do not merge until this label is removed label Apr 29, 2026
@justinegeffen
Copy link
Copy Markdown
Contributor

hi @HReed1! Thanks for this awesome PR! We've just made some substantial changes to the docs which have resulted in some conflicts. Would you be open to resolving those on your side?

@justinegeffen justinegeffen added the documentation Improvements or additions to documentation label May 14, 2026
@justinegeffen
Copy link
Copy Markdown
Contributor

Following up on this, @HReed1, we'd love to merge your contribution once you've merged our update in on your side. :)

@HReed1
Copy link
Copy Markdown
Author

HReed1 commented May 16, 2026

Hi @justinegeffen, thanks for the follow-up!

I've just merged the latest master into my branch and resolved all the conflicts. Here's a summary of the updates:

  • Terminology Alignment: Updated all mentions of "Seqera AI" to "Co-Scientist" across the Antigravity integration docs to match the recent rebrand.
  • Validation: Tested the integration locally against the new v1.8.0 CLI release and the latest skill installer templates. Everything is working perfectly!

The branch has been pushed and should be green. Let me know if you need anything else before merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Do not merge until this label is removed documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants