This repository stores and version-controls your personal configurations, instructions, and custom skills for the Antigravity agentic coding assistant.
This project structure is designed around three core principles:
- Have a proper backup method for all of the skills I built and use frequently.
- Have it be deployed to Linux/macOS host with no prerequisite and through a single command.
To load and enable these customizations on your current machine:
- Open your terminal inside this repository folder.
- Run the interactive installer:
./apply
- The installer scans all available skills in the
skills/directory, lists them in your terminal, and lets you select which ones to activate:- Toggle a skill: Enter the corresponding list number.
- Select all / none: Enter
aorn. - Apply & Confirm: Press
Enter(or entery). - Quit: Enter
q.
The installer script will:
- Copy your workspace rules (AGENTS.md) to your local agent configuration directory (
~/.agents/AGENTS.md). - Copy the selected skill folders directly into
~/.agents/skills/, enabling the agent to automatically discover and load them. (This also cleans up any oldskills.jsonor symlinks from previous configurations).
Use this guide to decide which skills to select during installation:
- Idea sanitizer: Grills options against alternatives, calculates Go/No-Go/Pivot viability, and records decisions in ZenNotes.
- Research partner: Documents thoughts, diagrams architectures via Mermaid, and outputs habit-inducing dopamine/friction task matrices.
- ADHD developer crutch: Monitors focus states objectively, bypasses choice paralysis by forcing tech choices, and logs reconnect steps.
- Hackathon factory: Parses briefs, scores ideas, sets up parallelized team effort sheets, and exports to Google Docs. (Adapted from kuya-carlo/marketdev).
- YAGNI checker: Applies the 6-tier Decision Ladder to prune over-engineered blocks and traces
yagni:debt tags. (Adapted from DietrichGebert/ponytail).
- Caveman compressor: Strips polite conversational waffle to produce high-density responses and compact code diffs. (Adapted from JuliusBrussee/caveman).
- Spec keeper: Governs projects with
SPEC.mdcontracts, detects implementation drift, and reviews API gaps. (Adapted from JuliusBrussee/cavekit & github/spec-kit).