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/vpdpersonal/aspid.fasttools/claude-mdgit clone --depth 1 https://github.com/VPDPersonal/Aspid.FastToolsWrote 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/vpdpersonal/aspid.fasttools/claude-md)<a href="https://agentmods.dev/instructions/vpdpersonal/aspid.fasttools/claude-md"><img src="https://agentmods.dev/badge/instructions/vpdpersonal/aspid.fasttools/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.02948 | $0.02948 |
| Opus 5 | $0.01474 | $0.01474 |
| Sonnet 5 | $0.00590 | $0.00590 |
| Haiku 4.5 | $0.00295 | $0.00295 |
Grade A, and why
Aspid.FastTools 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 5d 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Обзор репозитория
Aspid.FastTools — Unity-пакет (tech.aspid.fasttools), минимизирующий рутинный шаблонный код. Три компонента:
Aspid.FastTools/— Unity-проект с исходниками пакета (Runtime + Editor)Aspid.FastTools.Generators/— отдельное .NET-решение с генераторами исходного кода Roslyn; паттерны конвейера и детали по каждому генератору — вAspid.FastTools.Generators/CLAUDE.mdAspid.FastTools.Analyzers/— отдельное .NET-решение с анализаторами Roslyn, проверяющими использование атрибутов пакета (диагностикиAFT*)
Внутренние рабочие документы репозитория (roadmap, чек-лист релиза, QA-CHECKLIST.md/QA-CHECKLIST_RU.md, DESIGN.md) живут в docs/ — в отличие от пользовательской Documentation/ пакета. Новая функциональность обязана добавить свой пункт в QA-чек-лист на обоих языках до того, как её ветка будет влита.
Сборка
У самого Unity-пакета нет CLI-сборки — Unity компилирует его, когда проект открыт. Обе Roslyn-DLL поставляются внутри пакета уже собранными; скиллы build-generator / build-analyzer хранят точные команды сборки/тестов/развёртывания (хуки PostToolUse также пересобирают их автоматически при редактировании — см. Локальная автоматизация Claude Code).
- Генератор (
Aspid.FastTools.Generators/): при сборкеILRepack.targetsсливает зависимостиAspid.Generators.Helper*в однофайловую DLL, аDirectory.Build.targetsавтоматически копирует её в Unity-пакет. Никогда не ссылайся наSourceGenerator.Foundations— его внедряемое логирование черезConsoleвводит сервер компиляции Unity во взаимную блокировку. - Анализатор (
Aspid.FastTools.Analyzers/):Directory.Build.targetsавтоматически копирует DLL в Unity-пакет. Копирование намеренно происходит только для Release — проекты Tests и Sample ссылаются на анализатор, поэтому прогонdotnet testв Debug иначе затёр бы поставляемую Release-DLL. - Закоммиченные файлы
*.dll.metaнесут меткуRoslynAnalyzerсо всеми исключёнными платформами. Префиксы идентификаторов диагностик: анализатор —AFT*, генератор —AFID*.
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.
- 5d ago First seen · 77 lines · 2,948 tokens per session scan A 9f39bbde2ca2
Aspid.FastTools CLAUDE.md is an instructions file published in the GitHub repository VPDPersonal/Aspid.FastTools (24 stars, last pushed 26d ago), licensed MIT. It adds 2,948 tokens to every session, about $0.0147 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-30.
Other instructions, from other repositories
unity-cli-loop AGENTS.md
AGENTS.md instructions for hatayama/unity-cli-loop, covering architecture overview, repository map, cli / unity package compatibility, project runner pin and generated skill files.
unity-mesh-fracture AGENTS.md
Instructions for sinanata/unity-mesh-fracture, covering agents.md, what this project is, golden rules (do not violate), wire it into your project and public api.
unity-mesh-fracture copilot-instructions.md
Instructions for sinanata/unity-mesh-fracture: This repository follows the cross-tool AGENTS.md standard. Read /AGENTS.md for the full guide: the MeshFracture API, the bake-at-load / look-up-at-impact pipeline, the material rules, build and preview commands, and the pull-request checklist.
unity-cli CLAUDE.md
Claude Code instructions for bigdra50/unity-cli, covering claude.md, project overview, commands, install globally (provides: unity-cli, u, unity commands) and run relay server standalone.
unity-cli-loop CLAUDE.md
Claude Code instructions for hatayama/unity-cli-loop, a project described as: Let AI Drive Unity, from Editor to Play Mode.
Unity-MCP copilot-instructions.md
Copilot instructions for IvanMurzak/Unity-MCP, covering project guidelines, critical rules, no c# reflection for private access, code review and code style.