conventions-antigravity

Standardize Antigravity and Gemini CLI artifact scoring with tool-specific conventions.

111|29|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/xiaolai/nlpm --skill conventions-antigravity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conventions-antigravity
Source: https://github.com/xiaolai/nlpm/tree/main/codex/skills/conventions-antigravity
Command: npx skills add https://github.com/xiaolai/nlpm --skill conventions-antigravity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents Antigravity (and legacy Gemini CLI) NL artifacts from being inconsistently structured, mislocated, or missing expected metadata so your scoring, checking, and fixes work reliably across the transition period.

Core Features & Use Cases

  • Antigravity-specific layout guidance: Covers the expected .gemini/ paths, .agent/ or .agents/ workspace skills, gemini-extension.json, GEMINI.md, and TOML-style slash commands.
  • Tier-aware scoring alignment: Applies when an artifact is classified as Tier 2-Antigravity, while relying on the universal conventions baseline at nlpm:conventions.
  • Advisory uncertainty handling: Treats unsettled spec areas (notably singular vs plural workspace skills paths and some hook/manifest deltas) as advisory until verification.

Quick Start

Use the conventions-antigravity skill to review an Antigravity workspace repository for correct skill directory structure and related metadata before running NLPM scoring.

Frequently Asked Questions about conventions-antigravity

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

FAQPage Schema
How do I structure Antigravity workspace skills and metadata correctly?

To structure Antigravity workspace skills correctly, place artifacts in `.gemini/` paths, use `.agent/` or `.agents/` directories, and configure `gemini-extension.json` and `GEMINI.md` files. This standardization ensures reliable NLPM scoring and checking during transitions.

What are the expected file paths and metadata for Gemini CLI artifacts?

Gemini CLI artifacts require specific filesystem layouts including `.gemini/` paths, `gemini-extension.json`, `GEMINI.md` memory files, and TOML-style slash commands. Enforcing these metadata surfaces prevents artifacts from being mislocated or missing expected configuration.

How do I score Tier 2-Antigravity artifacts accurately?

Scoring Tier 2-Antigravity artifacts accurately requires applying Tier 2-Antigravity overlays while relying on the universal conventions baseline. This tier-aware scoring alignment targets skill discovery, slash command TOML authoring, and memory file expectations.

Does the Antigravity 2.0 transition use `.agent` or `.agents` for workspace skills?

The Antigravity 2.0 transition currently treats the choice between singular `.agent` and plural `.agents` workspace skills paths as advisory. This unsettled path convention requires advisory handling until PR-B verification confirms the correct directory structure.

How do I write TOML-style slash commands for Antigravity?

Writing TOML-style slash commands for Antigravity involves authoring slash command files according to tool-specific conventions enforced by Antigravity 2.0. Standardizing these command structures ensures correct skill discovery and proper hook event integrations.

Why are my Antigravity skills failing NLPM scoring checks?

Antigravity skills fail NLPM scoring checks when they are inconsistently structured, mislocated, or missing expected metadata. Applying Antigravity-specific layout guidance and tier-aware scoring alignment resolves these validation errors across the transition period.