Aspid.FastTools CLAUDE.md

Aspid.FastTools CLAUDE.md is an instructions file for coding agents from VPDPersonal/Aspid.FastTools. It costs 2,948 tokens per session, scanned A, original, MIT.

Repository instructions for Aspid.FastTools, a Unity package that reduces repetitive code through runtime tools, editor tools, source generators, and code analyzers. They describe the repository layout, documentation, and build expectations.

In plain words
What is it for?
Use them when developing the Unity package or its Roslyn generators and analyzers, updating documentation, or following the repository’s build and QA process.
Why use it?
They clarify which projects contain the package, generators, and analyzers, and where release and quality checks belong. This helps prevent changes from being built or documented in the wrong place.

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/vpdpersonal/aspid.fasttools/claude-md
Clone the repo
git clone --depth 1 https://github.com/VPDPersonal/Aspid.FastTools

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 Aspid.FastTools CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vpdpersonal/aspid.fasttools/claude-md.svg)](https://agentmods.dev/instructions/vpdpersonal/aspid.fasttools/claude-md)
Your own site
<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>
Per session 2,948 This file is loaded in full into every session.
When invoked 2,948 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.02948 $0.02948
Opus 5 $0.01474 $0.01474
Sonnet 5 $0.00590 $0.00590
Haiku 4.5 $0.00295 $0.00295

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

Security

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.

CLAUDE.md · 77 lines

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), минимизирующий рутинный шаблонный код. Три компонента:

  1. Aspid.FastTools/ — Unity-проект с исходниками пакета (Runtime + Editor)
  2. Aspid.FastTools.Generators/ — отдельное .NET-решение с генераторами исходного кода Roslyn; паттерны конвейера и детали по каждому генератору — в Aspid.FastTools.Generators/CLAUDE.md
  3. Aspid.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*.

Read the full file on GitHub · 77 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. 5d ago First seen · 77 lines · 2,948 tokens per session scan A 9f39bbde2ca2

Subscribe to this mod's changes

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.

Related

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.

hatayama/unity-cli-loop · 3,322 tokens

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.

sinanata/unity-mesh-fracture · 2,647 tokens

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.

sinanata/unity-mesh-fracture · 346 tokens

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.

bigdra50/unity-cli · 985 tokens

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.

hatayama/unity-cli-loop · 3 tokens

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.

IvanMurzak/Unity-MCP · 895 tokens