Skip to content

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

Open
HReed1 wants to merge 2 commits intoseqeralabs:masterfrom
HReed1:feat/skill-antigravity-gemini
Open

docs: Add Antigravity/Gemini as a supported agent for Seqera AI skills#1367
HReed1 wants to merge 2 commits intoseqeralabs: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 rejected.

Name Link
🔨 Latest commit 96ce16d

…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?

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants