using-superantigravity

Enforce a mandatory skill check before every response using SKILL.md metadata.

437|13|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/derHaken/SuperAntigravity --skill using-superantigravity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-superantigravity
Source: https://github.com/derHaken/SuperAntigravity/tree/main/skills/using-superantigravity
Command: npx skills add https://github.com/derHaken/SuperAntigravity --skill using-superantigravity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces a mandatory skill-check protocol before every response to ensure the proper skill is loaded and applied.

Core Features & Use Cases

  • Enforces pre-response skill discovery to align with task context and mode (planning vs fast execution).
  • Provides a deterministic gating mechanism that reduces misapplied AI behavior by requiring frontmatter-defined skills.
  • Supports a consistent workflow for skill loading, announcement, and fallback when no skill matches.

Quick Start

Ask any question and I will run a mandatory skill check before responding.

Frequently Asked Questions about using-superantigravity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a mandatory skill check before an AI system responds?

To enforce a mandatory skill check before every response, you need a deterministic gating mechanism that validates frontmatter-defined skills. This protocol ensures the correct skill is loaded and applied to match the specific task context before generating any output.

How does frontmatter skill loading determine planning mode versus fast execution mode?

Frontmatter skill loading determines execution mode by checking the loaded skill's context to guide the AI system. It selects planning mode for complex workflows or fast execution mode for direct tasks, reducing misapplied AI behavior through this deterministic gating mechanism.

What is the required file structure for skill loading and discovery?

Skill loading requires a valid SKILL.md file at the skill root containing the skill name and description in its frontmatter. Optional components such as scripts, references, and assets can be included alongside the SKILL.md file to support the skill's functionality.

Can I use skill discovery mechanisms across all task contexts?

Yes, the mandatory skill check applies across all task contexts to ensure proper skill loading. It provides a consistent workflow for skill discovery, announcement, and fallback behavior when no matching skill is found, maintaining deterministic AI behavior.

What happens during skill loading when no frontmatter-defined skill matches the task?

When no frontmatter-defined skill matches the task, the skill loading protocol triggers a fallback workflow. This ensures the AI system still executes a mandatory check and announces that no specific skill was found, preventing misapplied behavior.