agy-plugin-cc CLAUDE.md

agy-plugin-cc CLAUDE.md is an instructions file for coding agents from Vit129/agy-plugin-cc. It costs 733 tokens per session, scanned A, original, MIT.

Project instructions for a Claude Code plugin in the Agy, or Antigravity CLI, ecosystem, including project context, memory, commands, skills, agents, and hooks.

In plain words
What is it for?
Use them when working on the plugin's commands, skills, agents, hooks, project memory, or setup.
Why use it?
They tell the coding agent which shared instructions and project context to load before changing the plugin.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/vit129/agy-plugin-cc/claude-md
Clone the repo
git clone --depth 1 https://github.com/Vit129/agy-plugin-cc

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agy-plugin-cc CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vit129/agy-plugin-cc/claude-md.svg)](https://agentmods.dev/instructions/vit129/agy-plugin-cc/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/vit129/agy-plugin-cc/claude-md"><img src="https://agentmods.dev/badge/instructions/vit129/agy-plugin-cc/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 733 This file is loaded in full into every session.
When invoked 733 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00733 $0.00733
Opus 5 $0.00367 $0.00367
Sonnet 5 $0.00147 $0.00147
Haiku 4.5 $0.00073 $0.00073

Measured 3d ago against content hash 1e78ade9f8a0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agy-plugin-cc CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

agy-plugin-cc — Claude Code Guide

Agent Memory

agent-memory/ is gitignored here (2026-08-16+) — not tracked in this repo, centrally backed up instead to the private github.com/Vit129/agent-memory-private repo (agent-memory/agy-plugin-cc/). Files stay physically in place; only git tracking changed. The @agent-memory/CONTEXT.md / @agent-memory/INDEX.md auto-loads below will silently no-op if missing (fresh clone) — restore via ~/.claude/scripts/bootstrap-new-machine.sh, or manually: rsync -a ~/Git/Personal/agent-memory-private/agent-memory/agy-plugin-cc/ agent-memory/.

Global-First Rule

Global instructions authoritative:

  • ~/.claude/rules/ — behavior, routing, skill map
  • ~/.claude/skills/ — global skills

Project Context (auto-loaded every session)

  • @.ai/memory-protocol.md
  • @agent-memory/CONTEXT.md
  • @agent-memory/INDEX.md

Project Summary

Claude Code plugin, Agy (Antigravity CLI) ecosystem. Plugin system mirror ~/.claude/ structure — skills, commands, agents, hooks.

Skill Routing (domain-based, not keyword-based)

Any work this project: invoke skill by domain, don't wait for keyword:

Domain Skill
Any bug / crash / unexpected behavior debugging/debug-mantra
Plugin architecture / design decision architect
Skill file authoring or sync read rules/skills-sync-protocol.md
Any new feature / code implementation aidlc
Code review review-personas

Session Start

  1. Check agent-memory/CONTEXT.md, derive active work domain, invoke matching skill above.
  2. If task done from previous session: update CONTEXT.md (status: idle), append to MEMORY.md first.

graphify

This project has a knowledge graph at graphify-out/ with god nodes, community structure, and cross-file relationships.

Rules:

  • For codebase questions, first run graphify query "<question>" when graphify-out/graph.json exists. Use graphify path "<A>" "<B>" for relationships and graphify explain "<ClassName/FileName>" for a known symbol/file (name match, not free-form concept search - use query for that). These return a scoped subgraph, usually much smaller than GRAPH_REPORT.md or raw grep output.
  • If graphify-out/wiki/index.md exists, use it for broad navigation instead of raw source browsing.
  • Read graphify-out/GRAPH_REPORT.md only for broad architecture review or when query/path/explain do not surface enough context.
  • After modifying code, run graphify update . to keep the graph current (AST-only, no API cost).
  • After judging a query/path/explain result useful, a dead end, or wrong, run graphify save-result --question "Q" --answer "A" --outcome useful|dead_end|corrected --nodes N1 N2 - this accumulates across sessions so the same dead end or vocabulary mismatch isn't re-derived every time. At the start of a session, check graphify-out/reflections/LESSONS.md if it exists (built via graphify reflect) for preferred sources, known dead ends, and past corrections.

Read the full file on GitHub · 50 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 50 lines · 733 tokens per session scan A 1e78ade9f8a0

Subscribe to this mod's changes

agy-plugin-cc CLAUDE.md is an instructions file published in the GitHub repository Vit129/agy-plugin-cc (5 stars, last pushed 11d ago), licensed MIT. It adds 733 tokens to every session, about $0.0037 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

ag-sdd AGENTS.md

AGENTS.md instructions for stormlive-ai/ag-sdd, covering agents.md — anti-gravity spec-driven development (ag-sdd), 1. purpose & philosophy, 2. sdd workflow lifecycle, phase 1 — discovery (mandatory clarification gate) and phase 2 — spec generation.

stormlive-ai/ag-sdd · 2,613 tokens

Graph-It-Live CLAUDE.md

Instructions for magic5644/Graph-It-Live, covering claude.md, commands, build, test and e2e (real vs code electron instance).

magic5644/Graph-It-Live · 1,643 tokens

SkillEngine CLAUDE.md

Claude Code instructions for borhen68/SkillEngine, covering skillengine, project structure, skills by phase, conventions and commands.

borhen68/SkillEngine · 467 tokens

addyosmani-agent-skills-zh CLAUDE.md

Claude Code instructions for vinvcn/addyosmani-agent-skills-zh, covering agent-skills, 项目结构, 按阶段划分的 skills, 约定 and 命令.

vinvcn/addyosmani-agent-skills-zh · 476 tokens

antigravity-awesome-group-skills AGENTS.md

AGENTS.md instructions for may215/antigravity-awesome-group-skills, covering agents.md — instructions for ai coding assistants, what is this repository?, repository structure, how skills work and when to reference a skill.

may215/antigravity-awesome-group-skills · 488 tokens

claude-agy-mcp CLAUDE.md

Claude Code instructions for PyModel/claude-agy-mcp: You have claude-agy-mcp MCP tools that delegate heavy work to the Antigravity CLI (Gemini). Delegation keeps large content OUT of your context — only answers come back. Prefer delegating over doing it yourself when.

PyModel/claude-agy-mcp · 221 tokens