airvalona

17 mods across 1 repository, 2 stars between them.

advisor

01

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Takes a step back and critiques the current plan or approach from a skeptical outside perspective before continuing, to catch flawed assumptions early. Use when the user says "/advisor", "play devil's advocate", "sanity check this approach", or before committing to a large or risky change.

2 1mo ago A 59 tokens original MIT

code-review

02

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Reviews the current diff or a specified target for correctness bugs, security issues, performance problems, and style, at a chosen effort level. Use when the user says "/code-review", "review my changes", "review this PR", or asks for a thorough code review before shipping.

2 1mo ago A 59 tokens original MIT

compact

03

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Produces a condensed summary of the current session's key decisions, changes made, and open threads, so the user can clear the conversation and continue with minimal context loss. Use when the user says "/compact", "the context is getting long", or "summarize this session before we continue".

2 1mo ago A 61 tokens original MIT

debug

04

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Runs a structured debugging workflow for a specific error or unexpected behavior — reproduces it, isolates the cause, and proposes a fix, with debug logging enabled along the way. Use when the user says "/debug", describes a bug, pastes an error/stack trace, or says something isn't working as expected.

2 1mo ago A 64 tokens original MIT

deep-research

05

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Runs a structured multi-step research process on a topic or question, using web search across multiple angles before synthesizing a thorough answer, rather than answering from a single search. Use when the user says "/deep-research", asks for a thorough investigation, or the topic is broad enough that one search…

2 1mo ago A 68 tokens original MIT

doctor

06

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Diagnoses common environment and setup issues for the current project — missing dependencies, misconfigured tooling, broken scripts referenced in AGENTS.md. Use when the user says "/doctor", "something's broken with my setup", or the agent's own commands keep failing.

2 1mo ago A 54 tokens original MIT

export

07

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Exports the current session's key content (decisions, code changes, explanations) to a markdown file the user can keep or share. Use when the user says "/export", "save this conversation", or "write this session out to a file".

2 1mo ago A 52 tokens original MIT

init

08

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Scans the current project and generates or updates an AGENTS.md file containing directory structure, build/test/lint commands, coding conventions, and architecture notes. Use when the user says "/init", "initialize this project", "set up project memory", or asks the agent to learn the codebase's conventions for the…

2 1mo ago A 68 tokens original MIT

memory

09

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Opens, edits, or appends to the project's AGENTS.md memory file, or records a quick standing instruction. Use when the user says "/memory", "remember that...", "add to project memory", or "always do X in this project".

2 1mo ago A 53 tokens original MIT

recap

10

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Gives a one-line (or a few line) summary of what's been accomplished in the current session so far. Use when the user says "/recap", "what have we done so far", or "give me a quick summary of this session".

2 1mo ago A 54 tokens original MIT

review

11

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Gives a fast, single-pass review of a pull request or the current changes — lighter weight than /code-review, meant for a quick sanity check rather than a deep audit. Use when the user says "/review", "quick review", or "sanity check this PR".

2 1mo ago A 58 tokens original MIT

security-review

12

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Runs a focused security vulnerability scan on the current diff or codebase, checking for injection risks, exposed credentials, auth issues, and unsafe configuration. Use when the user says "/security-review", "check for vulnerabilities", or "audit this for security issues".

2 1mo ago A 54 tokens original MIT

simplify

13

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Runs a cleanup-only pass over the current diff or a target file — reducing unneeded abstraction, clearer naming, less cleverness — without hunting for bugs. Use when the user says "/simplify", "clean this up", or "make this simpler" as distinct from a full code review.

2 1mo ago A 62 tokens original MIT

skill-creator

14

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Scaffolds a new Antigravity skill (SKILL.md plus optional scripts/examples/resources folders) from a plain-language description of what it should do. Use when the user says "/skill-creator", "make a new skill for X", "turn this into a skill", or wants to package a repeated workflow as a reusable command.

2 1mo ago A 72 tokens original MIT

team-onboarding

15

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Generates a teammate ramp-up guide by inspecting the project's AGENTS.md, installed skills, recent git history, and structure, then producing an onboarding document. Use when the user says "/team-onboarding", "write an onboarding doc", or "help a new dev get up to speed on this project".

2 1mo ago A 65 tokens original MIT

usage-report

16

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Gives a best-effort summary of the current session's activity (tool calls made, files touched, approximate turn count) as a stand-in for Claude Code's /cost token/usage tracking. Use when the user says "/usage-report", "/cost", "how much have we used this session", or asks about session cost.

2 1mo ago A 70 tokens original MIT

verify

17

airvalona/antigravity-like-claude-code

Skill Claude CodeCodex

Checks that a completed implementation actually satisfies the original request or spec — running tests, checking edge cases, and confirming nothing was missed — before declaring a task done. Use when the user says "/verify", "double check this works", or before marking a task complete.

2 1mo ago A 55 tokens original MIT