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/accenture/autofixture.xunit2.automock/agents-mdgit clone --depth 1 https://github.com/Accenture/AutoFixture.XUnit2.AutoMockWrote 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/accenture/autofixture.xunit2.automock/agents-md)<a href="https://agentmods.dev/instructions/accenture/autofixture.xunit2.automock/agents-md"><img src="https://agentmods.dev/badge/instructions/accenture/autofixture.xunit2.automock/agents-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.04203 | $0.04203 |
| Opus 5 | $0.02101 | $0.02101 |
| Sonnet 5 | $0.00841 | $0.00841 |
| Haiku 4.5 | $0.00420 | $0.00420 |
Grade B, and why
AutoFixture.XUnit2.AutoMock AGENTS.md scanned grade B with 1 finding 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.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
Enforces code style via `EnforceCodeStyleInBuild=true` and `TreatWarningsAsErrors=true`. A build that passes without warnings means all analyzers are satisfied. How it starts
The opening of the file, as written. The whole thing — 415 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md - AI Agent Context for AutoFixture.XUnit2.AutoMock
This file provides context for AI coding assistants (Claude Code, GitHub Copilot, OpenAI Codex, Cursor, and others) working in this repository. Read it before making any changes.
What This Project Does
C# NuGet library collection that bridges:
- AutoFixture - generates anonymous test data automatically
- Mocking frameworks - Moq, FakeItEasy, NSubstitute
The result: xUnit2 test attributes that auto-generate both test data and mocks in one step, eliminating boilerplate setup in unit tests.
Published NuGet packages:
Objectivity.AutoFixture.XUnit2.AutoMoq(uses Moq)Objectivity.AutoFixture.XUnit2.AutoFakeItEasy(uses FakeItEasy)Objectivity.AutoFixture.XUnit2.AutoNSubstitute(uses NSubstitute)
Core is not published standalone - it is bundled into each of the three packages above.
Repository Layout
├── AGENTS.md / CLAUDE.md / README.md / CONTRIBUTING.md
├── GitVersion.yml / stryker-config.yml / dotnet-tools.json
└── src/
├── Objectivity.AutoFixture.XUnit2.AutoMock.sln # Primary solution (all 8 projects)
├── Directory.Build.props / .editorconfig
├── Objectivity.AutoFixture.XUnit2.Core/ # Shared infrastructure (not published)
├── Objectivity.AutoFixture.XUnit2.Core.Tests/
├── Objectivity.AutoFixture.XUnit2.AutoMoq/
├── Objectivity.AutoFixture.XUnit2.AutoMoq.Tests/
├── Objectivity.AutoFixture.XUnit2.AutoFakeItEasy/
├── Objectivity.AutoFixture.XUnit2.AutoFakeItEasy.Tests/
├── Objectivity.AutoFixture.XUnit2.AutoNSubstitute/
└── Objectivity.AutoFixture.XUnit2.AutoNSubstitute.Tests/
Build, Test, and Pack Commands
All commands run from the repository root.
Build
dotnet build src/Objectivity.AutoFixture.XUnit2.AutoMock.sln
Enforces code style via EnforceCodeStyleInBuild=true and TreatWarningsAsErrors=true. A build that passes without warnings means all analyzers are satisfied.
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 · 415 lines · 4,203 tokens per session scan B bcb2b61679b4
AutoFixture.XUnit2.AutoMock AGENTS.md is an instructions file published in the GitHub repository Accenture/AutoFixture.XUnit2.AutoMock (23 stars, last pushed 13d ago), licensed MIT. It adds 4,203 tokens to every session, about $0.0210 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
moq CLAUDE.md
Claude Code instructions for moq-dev/moq, covering claude.md, project overview, common development commands, code quality and testing and architecture.
ai-mock-trade AGENTS.md
Instructions for AoleiC/ai-mock-trade, covering 柚子 ai — 自主盯盘交易 agent 系统总纲, 一、角色与操盘风格, 1.1 身份, 1.2 操盘风格 and 二、心法 vs 策略判定准则.
testagent AGENTS.md
Instructions for paultyng/testagent, covering agents.md, what is testagent?, future phases, design conventions and layout.
specmatic-mcp-server AGENTS.md
Instructions for specmatic/specmatic-mcp-server, covering agents.md, project overview, current state, development setup and prerequisites.
testagent CLAUDE.md
Instructions for paultyng/testagent: Agent context lives in AGENTS.md. This file is a stub so Claude Code's per-project context loader picks it up.
moclojer AGENTS.md
Instructions for moclojer/moclojer, covering agents.md, project overview, development commands, run the server and run all tests.