singhutsav5502

Glider — Development skill for Claude Code

Development community

How to install Glider

This entry records only its repository, not the path inside it, so there is no exact command to give. Open singhutsav5502/Glider and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Glider does

.

Alternatives in Development

  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
  • Sharing Skills — skill for guidance 115.1k ★
  • Template Skill — Minimal skeleton for a new skill project structure 97.5k ★

README

Glider — one terminal, every CLI

Glider

**Multiple CLIs. One prompt.**

Type `/cursor-agent` at the end of a message in Claude Code. Glider runs the task there, relays its permission prompts back to you, and returns the answer — no reconfiguration, on a session already running.

fix the failing test in internal/foo /claude
summarize the last ten commits        /cursor-agent
refactor this module                  /agy
or open it in its own window          /claude:interactive

Claude Code, Cursor Agent and Antigravity (`agy`) are the three supported today. A fourth is an entry in `configs/vendor_candidates.yaml` plus an adapter — never a branch on a vendor name in shared code.

Glider is also a routing layer: it can send the CLIs' inference traffic to local models or to your own cloud keys. That half is optional, and the table below covers it.


What it does

Capability Summary
Cross-CLI delegation Send a prompt from your current CLI to another installed CLI (/claude, /cursor-agent, /agy …); Glider runs it headless and a clean final answer comes back — not the raw transcript. Flip to raw from the dashboard when debugging. /vendor:interactive hands the task to that CLI's own native session in a new window instead
Permission relay Handing a task to a headless CLI normally means switching its permission prompts off. Glider detects when the delegate pauses for one, relays that prompt back to you, and resumes it on your answer
Transparent OS-level interception Windows (WinDivert) and Linux (iptables + SO_ORIGINAL_DST): redirects a CLI's outbound HTTPS to Glider without the CLI cooperating (no env var, no proxy setting) — works even on a session that's already running. macOS not yet implemented
NGL (Native Glider Language) A canonical Turn/Part envelope every vendor's wire format is translated through (outgoing), plus an `OriginAd