BansheeTech/Borderline

7 stars · Last commit 2026-06-19

Claude Code plugin that delegates boring, low-risk tasks (bulk i18n, trivial style tweaks) to the Gemini CLI — a transparent Claude ⇄ Gemini pipeline.

README preview

# Borderline

<p align="center">
  <img src="img/Borderline.png" alt="Borderline" />
</p>

A Claude Code plugin that **delegates to the Antigravity CLI** (`agy`) the boring,
mechanical, low-risk tasks where it is just as reliable as Claude: bulk
translations and **i18n**, trivial style/color changes, repetitive renames and
replacements, boilerplate. The idea: a **transparent** Claude ⇄ agy pipeline, so
Claude stays reserved for what needs judgment.

## How it works

- **`borderline` skill** (`skills/borderline/SKILL.md`): the brain. It decides what is
  delegable, picks the mode, launches agy and **always reviews** the result. It
  auto-activates when it detects a borderline task.
- **`/borderline <task>` command**: explicit manual delegation.
- **`scripts/delegate.sh`**: a wrapper around `agy` with two modes:
  - `--text` → runs agy from an **empty scratch directory** and returns text only; Claude

View full repository on GitHub →