Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

using-superantigravity利用超反重力

Agent Skill

using-superantigravity 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

416

周安装

17

GitHub Stars

420

下载量

135
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:using-superantigravity(利用超反重力)
来源仓库:https://github.com/derhaken/superantigravity
仓库路径:skills/using-superantigravity
安装命令:
npx skills add https://github.com/derhaken/superantigravity --skill using-superantigravity
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/derhaken/superantigravity --skill using-superantigravity

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词、任务场景或来源线索进行信息检索的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • using-superantigravity 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Using SuperAntigravity

Overview

You have superantigravity installed. Before any action, check if a skill applies. Skills are loaded automatically in Antigravity when the task matches the description.

IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.

This is not negotiable. This is not optional. You cannot rationalize your way out of this.

Mandatory Announcement

Before every response, you MUST say: "Checking applicable skills..."

This announcement is not optional. It is not skipped for "simple" responses. It is not skipped for clarifying questions. It is not skipped when you believe no skill applies. You say it first, then you check, then you respond.

The announcement serves as a checkpoint: if you are about to respond without having said it, STOP. You have skipped the skill check. Go back and do it.

The skill check is complete when you have announced which skill was loaded, or announced explicitly that no skill applied. "Checking applicable skills... no skill matched this request" is a valid and complete check. Silence is not.

The Rule

Check for relevant skills BEFORE any response or action. Even a 1% chance a skill might apply means you let Antigravity load it. If a loaded skill turns out to be wrong for the situation, you don't need to use it.

Skill Matching Examples

These examples show how to map user input to skills. Use them as a pattern, not an exhaustive list.

Given: User says "Let's build a login feature" Then: Load brainstorming skill. Reason: "Let's build" signals a planning and ideation phase before any implementation. The brainstorming skill governs how to approach new feature work.

Given: User says "This test is failing" Then: Load systematic-debugging skill. Reason: A failing test is a bug to diagnose. The systematic-debugging skill governs how to investigate and isolate failures before jumping to fixes.

Given: User says "Implement the auth endpoint" Then: Load test-driven-development skill. Reason: "Implement" on a specific feature is a code-writing task. The TDD skill governs how implementation work proceeds.

Given: User says "What's the best way to structure our database?" Then: Load architecture-design skill. Reason: Structural decisions before code is written are architectural. The architecture-design skill governs option evaluation and trade-off analysis.

Given: User says "Is PostgreSQL or MongoDB better for this use case?" Then: Load deep-research skill. Reason: Comparing options requires gathering information before making a recommendation. The deep-research skill governs how to do this rigorously.

Given: User says "Test the checkout flow on the staging site" or "Click through the signup form" or "Verify the UI after this deploy" Then: Load browser-agent skill. Reason: Interacting with a live web page requires the browser subagent. The browser-agent skill governs prerequisites, request framing, and completion criteria.

Given: User says "Should I update these packages?" or "Add lodash to the project" or "npm audit found vulnerabilities" Then: Load dependency-management skill. Reason: Dependency decisions require evaluating trade-offs. The dependency-management skill governs how to assess, update, and audit packages.

Skill Priority

  1. Process skills first (brainstorming, systematic-debugging) — HOW to approach the task
  2. Implementation skills second (architecture-design, deep-research) — guide execution

"Let's build X" → brainstorming first, then implementation skills. "Fix this bug" → systematic-debugging first, then domain-specific skills.

Skill Types

Rigid (test-driven-development, systematic-debugging): Follow exactly. Flexible (patterns): Adapt principles to context.

The skill itself tells you which.

Error Path

If skill loading fails (Antigravity cannot load the skill file, the file is missing, or the skill returns an error):

  1. Announce the failure explicitly: "Skill loading failed for [skill-name]. Proceeding with built-in reasoning."
  2. Continue with your best built-in reasoning for the task.
  3. Do NOT silently skip the skill load and proceed as if nothing happened.
  4. Do NOT pretend the skill loaded when it did not.

Silently skipping a failed skill load is indistinguishable from never checking at all. The user must know what happened.

Observable Completion

A skill check is complete when ALL of the following are true:

  • You have said "Checking applicable skills..."
  • You have identified which skill(s) apply (or stated that none apply)
  • You have announced the result: "Loading [skill-name]" or "No skill matched this request"
  • If loading failed, you have announced the failure per the error path above

A skill check that ends in silence is not complete.

Red Flags

These thoughts mean STOP — you're rationalizing:

ThoughtReality
"This is just a simple question"Questions are tasks. Check for skills.
"I need more context first"Skill check comes BEFORE clarifying questions.
"Let me explore the codebase first"Skills tell you HOW to explore. Check first.
"This doesn't need a formal skill"If a skill exists, use it.
"I remember this skill"Skills evolve. Let Antigravity load current version.
"This doesn't count as a task"Action = task. Check for skills.
"The skill is overkill"Simple things become complex. Use it.
"I'll just do this one thing first"Check BEFORE doing anything.
"This feels productive"Undisciplined action wastes time. Skills prevent this.
"I know what that means"Knowing the concept ≠ using the skill. Load it.
"I already announced it last time"Announce it every time. Each response is a new check.

Conversation Modes

Antigravity has two primary Conversation Modes. You MUST ensure the user has the correct mode selected for the phase of work:

  1. Planning Mode: Use for research, complex tasks, architecture, and collaborative design work.
  2. Fast Mode: Use for direct execution, simple tasks, and repetitive implementation steps after the plan is approved.

Rule: If you are in a process skill (Brainstorming, Planning, Research, Debugging), you SHOULD be in Planning Mode. If you are in an execution skill (Implementation, TDD, Executing Plans), you SHOULD be in Fast Mode.

If the current mode doesn't match the work phase, prompt the user: *"I am starting a [Planning/Execution] phase. Please switch to [Planning/Fast] mode in the conversation settings for optimal performance."*

User Instructions

Instructions say WHAT, not HOW. "Add X" or "Fix Y" doesn't mean skip workflows.

Specialist Skills

SkillWhen to use
deep-researchTask needs external information before proceeding
performance-optimizationCode needs profiling and optimization
security-reviewCode touches auth, input handling, or sensitive data
architecture-designDesigning systems, APIs, or significant features
confidence-checkAbout to implement — verifies readiness
browser-agentInteracting with web browser, testing UI flows, verifying web app behavior
dependency-managementAdding, updating, auditing, or evaluating project dependencies

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.37%
按下载量换算50

Claude

31.94%
按下载量换算43

Cursor

18.68%
按下载量换算25

Gemini CLI

8.61%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills