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.
npx agentmods add instructions/vit129/agy-plugin-cc/claude-mdgit clone --depth 1 https://github.com/Vit129/agy-plugin-ccWrote 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.
[](https://agentmods.dev/instructions/vit129/agy-plugin-cc/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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
- Check
agent-memory/CONTEXT.md, derive active work domain, invoke matching skill above. - 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. Usegraphify path "<A>" "<B>"for relationships andgraphify explain "<ClassName/FileName>"for a known symbol/file (name match, not free-form concept search - usequeryfor 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, checkgraphify-out/reflections/LESSONS.mdif it exists (built viagraphify reflect) for preferred sources, known dead ends, and past corrections.
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.
- 3d ago First seen · 50 lines · 733 tokens per session scan A 1e78ade9f8a0
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.
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.
Graph-It-Live CLAUDE.md
Instructions for magic5644/Graph-It-Live, covering claude.md, commands, build, test and e2e (real vs code electron instance).
SkillEngine CLAUDE.md
Claude Code instructions for borhen68/SkillEngine, covering skillengine, project structure, skills by phase, conventions and commands.
addyosmani-agent-skills-zh CLAUDE.md
Claude Code instructions for vinvcn/addyosmani-agent-skills-zh, covering agent-skills, 项目结构, 按阶段划分的 skills, 约定 and 命令.
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.
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.