docs: Add Antigravity/Gemini as a supported agent for Seqera AI skills#1367
Open
HReed1 wants to merge 2 commits intoseqeralabs:masterfrom
Open
docs: Add Antigravity/Gemini as a supported agent for Seqera AI skills#1367HReed1 wants to merge 2 commits intoseqeralabs:masterfrom
HReed1 wants to merge 2 commits intoseqeralabs:masterfrom
Conversation
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.
|
| 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.
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.mdA new documentation page following the exact same format as
skill-claude-code.md,skill-codex.md, andskill-github-copilot.md:seqera skill install --path .agents/skills/seqera-ai-subagent/--headless,--sub-agent, and goal modeseqera skill checkverificationModified:
index.mdAdded 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:
Verified
Successfully tested with Seqera AI v1.5.0 against the
2026-boston-summitorganization, including nf-core module queries that returned correct results.Related Work
.agents/skills/seqera-ai-subagent/SKILL.md