csharp-nunit

csharp-nunit is a skill for Claude Code, Codex from MarieLynneBlock/arcanum-artifex. It costs 17 tokens per session (656 once invoked), scanned A, original, no licence file.

A guide to NUnit, a testing framework for C# and .NET applications, including tests that run against many data sets.

In plain words
What is it for?
Writing and improving NUnit unit tests, including data-driven tests.
Why use it?
It helps write unit tests consistently and apply common NUnit practices.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Writing and improving NUnit unit tests, including data-driven tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/marielynneblock/arcanum-artifex/csharp-nunit
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.

Any agent
npx skills add MarieLynneBlock/arcanum-artifex --skill csharp-nunit
Clone the repo
git clone --depth 1 https://github.com/MarieLynneBlock/arcanum-artifex

Made for: Claude Code, Codex.

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 csharp-nunit

README.md
[![agentmods](https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/csharp-nunit/github.svg)](https://agentmods.dev/skills/marielynneblock/arcanum-artifex/csharp-nunit)
Your own site
<a href="https://agentmods.dev/skills/marielynneblock/arcanum-artifex/csharp-nunit"><img src="https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/csharp-nunit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for csharp-nunit

Your own site · 80×15
<a href="https://agentmods.dev/skills/marielynneblock/arcanum-artifex/csharp-nunit"><img src="https://agentmods.dev/badge/skills/marielynneblock/arcanum-artifex/csharp-nunit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 656 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00017 $0.00656
Opus 5 $0.00009 $0.00328
Sonnet 5 $0.00003 $0.00131
Haiku 4.5 $0.00002 $0.00066

Measured 7d ago against content hash fe09d7cdbe9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

csharp-nunit 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 7d 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.

skills/development/dotnet/csharp-nunit/SKILL.md · 74 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 74 lines · 17 tokens per session scan A fe09d7cdbe9d

Subscribe to this mod's changes

csharp-nunit is a skill published in the GitHub repository MarieLynneBlock/arcanum-artifex (4 stars, last pushed 5d ago), with no licence file. It adds 17 tokens to every session and 656 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

nw-fp-fsharp

F# language-specific patterns, Railway-Oriented Programming, and Computation Expressions.

nWave-ai/nWave · 21 tokens

qa-testing-nunit

Designs NUnit-based C# test suites for API, component, and integration coverage. Use when creating fixtures, wiring Testcontainers, or reducing flaky CI behavior.

vasilyu1983/AI-Agents-public · 37 tokens

dotnet-testing-autodata-xunit-integration

A guide for using AutoFixture, a .NET library that creates test data, with xUnit, a .NET testing framework. It explains attributes such as AutoData, InlineAutoData, and MemberAutoData for supplying values to parameterized tests.

kevintsengtw/dotnet-testing-agent-skills · 181 tokens

dotnet-testing-autofixture-nsubstitute-integration

A .NET testing guide for using AutoFixture and NSubstitute to automatically create test data and substitute versions of dependencies.

kevintsengtw/dotnet-testing-agent-skills · 217 tokens

dotnet-testing-bogus-fake-data

A guide to Bogus, a .NET library for generating realistic fake data such as names, addresses, phone numbers, emails, and product records. It shows how to define generation rules and create one or many records.

kevintsengtw/dotnet-testing-agent-skills · 178 tokens

dotnet-testing-nsubstitute-mocking

A guide to using NSubstitute to create test doubles, which are stand-ins for real dependencies such as databases, files, or web services. It explains how to set return values, raise errors, and check whether methods were called.

kevintsengtw/dotnet-testing-agent-skills · 184 tokens