agy-native

Featured

Use an explicitly selected AGY runtime for one provided packet or fresh validator context. Triggers: "agy", "antigravity", "AGY evidence".

AI & Automation 427 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AGY Native Use AGY only when the caller explicitly selects that runtime. Discover its live command surface with `agy --help` (and `agy models` for the current model set) before acting, and scope every session to the supplied workspace and packet. Discovering the live command surface before acting works because AGY's CLI changes faster than any skill text: a remembered flag is a guess, while a freshly listed one is evidence. ## Permission posture (disclose it; never assume it) The posture a run gets is chosen by flags, so name it explicitly: - Default `agy` runs interactively and prompts for each tool permission. - `--dangerously-skip-permissions` auto-approves every tool call — use it only when the packet's declared effects and the caller's authorization cover that blast radius. - `--sandbox` restricts the session's terminal access. - Print mode (`agy -p` / `--print`) is the sanctioned headless path and carries a built-in `--print-timeout` (default 5m); a run that exceeds it is killed and reported as timed out, not as a result. A reader who sets none of these gets AGY's interactive default, not a scoped run. Match the posture to the declared effects and disclose which one was used. ## When AGY is unavailable If `agy` is not installed or its command surface cannot be discovered, report the absence as a disclosed fact and stop. Do not fall back to another runtime, do not guess a command surface, and never route through `claude -p`. Named failure mode — **wrap...

Details

Author
boshu2
Repository
boshu2/agentops
Created
9 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category