Skip to content
Development
Skill

/agy-result-handling

Internal guidance for presenting agy output back to the user

From plugin
agy
54 skills1 agent11 commands
Install
$ npx -y skills add Vit129/agy-plugin-cc --skill agy-result-handling --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/agy-result-handling

Context preview

The summary Claude sees to decide when to auto-load this skill.

Internal guidance for presenting agy output back to the user

SKILL.md

agy-result-handling.SKILL.md
name: agy-result-handling
description: Internal guidance for presenting agy output back to the user
user-invocable: false

agy Result Handling

When the helper returns agy output:

  • Preserve the helper's findings and next steps structure.
  • For review output, present findings first, ordered by severity if provided.
  • Use the file paths and line numbers exactly as agy reports them.
  • Preserve evidence boundaries. If agy marked something as an inference or uncertainty, keep that distinction.
  • If there are no findings, say that explicitly and keep the residual-risk note brief.
  • If agy made edits, say so explicitly and list the touched files when the helper provides them.
  • For `agy:agy-rescue`, do not turn a failed or incomplete agy run into a Claude-side implementation attempt. Report the failure and stop.
  • For `agy:agy-rescue`, if agy was never successfully invoked, do not generate a substitute answer at all.
  • CRITICAL: After presenting review findings, STOP. Do not make any code changes. Do not fix any issues. You MUST explicitly ask the user which issues, if any, they want fixed before touching a single file. Auto-applying fixes from a review is strictly forbidden, even if the fix is obvious.
  • If the helper reports a failed agy run, include the most actionable error lines and stop there instead of guessing.
  • If the helper reports that setup is required, direct the user to `/agy:setup` and do not improvise alternate flows.
Read more
Ships withagy

A Claude Code plugin that integrates Google's Antigravity (agy) CLI and Antigravity IDE developer tools into Claude Code.

Get the whole plugin
Stats
5
Stars
0
Forks
Active
Maintenance
JavaScript
Language
MIT
License
2d ago
Last commit
3mo ago
Created

Repo: Vit129/agy-plugin-cc

Other skills on agy.

graphify
Skill

graphify

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question…

@vit129@vit129View Skill