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/sintaxasn/fluence.wpf/agents-mdgit clone --depth 1 https://github.com/sintaxasn/Fluence.WpfWhat 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.13500 | $0.13500 |
| Opus 5 | $0.06750 | $0.06750 |
| Sonnet 5 | $0.02700 | $0.02700 |
| Haiku 4.5 | $0.01350 | $0.01350 |
Grade A, and why
Fluence.Wpf AGENTS.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 yesterday.
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 — 495 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fluence.Wpf - Developer Handbook
Self-contained persistent memory for engineers (human and AI) working in this repository. Read top-to-bottom before touching code. This file is the single source of truth for conventions, architecture, reference authority, testing policy, and workflow; do not rely on out-of-repo agent bundles, external skill packs, or downstream-consumer-specific paths.
Portability rule - everything in this handbook must remain usable by anyone consuming
Fluence.Wpf, regardless of downstream product. Consumer-specific guidance (e.g. for a particular deployment toolkit) belongs in that consumer's own repo, not here.
1. Project overview
- Fluence.Wpf is a WPF control library that recreates the Windows 11 Fluent / WinUI 3 visual language and interaction patterns on WPF.
- Target frameworks - library:
net472(primary),net8.0-windows10.0.26100.0(PowerShell 7 in-process consumption), andnet10.0-windows10.0.26100.0. Tests:net472andnet10.0-windows10.0.26100.0. Gallery demo (Fluence.Wpf.Demo) targetsnet472andnet10.0-windows10.0.26100.0; MVVM demo (Fluence.Wpf.Demo.Mvvm) targetsnet10.0-windows10.0.26100.0. - Language:
LangVersion=latestacross all TFMs, set centrally inDirectory.Build.props- no per-TFM language restriction.net472still constrains runtime API availability (see Section 4.3); avoid APIs that don't ship innet472, but C# language features themselves are not restricted. Nullable reference types are enabled (Nullable=enableinDirectory.Build.props); individual projects may override with<Nullable>disable</Nullable>(e.g.Fluence.Wpf.Demo.Mvvm). - License: BSD 3-Clause. Every
.csfile begins with the same 27-line header; copy it verbatim from any existing library file when adding new sources. Do not edit the copyright year unless the user asks. - OS: Windows 10 1809+ baseline. Mica and rounded-corner extras light up on Windows 11.
- XML namespace URI:
http://schemas.fluencewpf.com- suggested prefixfluence.
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.
- yesterday Changed · +1 lines · +37 tokens per session 52c4077cdeaf
- 3d ago First seen · 494 lines · 13,463 tokens per session scan A f7e1c205a974
Fluence.Wpf AGENTS.md is an instructions file published in the GitHub repository sintaxasn/Fluence.Wpf (11 stars, last pushed yesterday), licensed BSD-3-Clause. It adds 13,500 tokens to every session, about $0.0675 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
tik4net AGENTS.md
Instructions for danikf/tik4net, covering agents.md, what this is, reference map — read the right file, don't guess, build and tests.
BlazorBindings.Maui AGENTS.md
Instructions for Dreamescaper/BlazorBindings.Maui, covering mobile guidelines, platform, razor and component conventions and blazor bindings generation.
nina AGENTS.md
Instructions for isbeorn/nina, covering agents.md, scope, documentation boundary, repository knowledge and code style and formatting.
ModbusForge AGENTS.md
AGENTS.md instructions for nokkies/ModbusForge, covering ai agent instructions, git workflow, pushing changes to github, creating a release and versioning.
nina CLAUDE.md
Instructions for isbeorn/nina, a project described as: N.I.N.A. (Nighttime Imaging 'N' Astronomy) - Advanced astrophotography sequencing software for Windows, supporting full automation of imaging sessions.
tik4net CLAUDE.md
Instructions for danikf/tik4net, a project described as: Manage mikrotik routers with .NET C# code via ADO.NET like API or enjoy O/R mapper like highlevel api.