csharp-tdd-develop

csharp-tdd-develop is a skill for Claude Code from JeongHeonK/c-sharp-custom-marketplace. It costs 43 tokens per session (2,251 once invoked), scanned A, original, no licence file.

A guide for developing C# and .NET software with test-driven development, or TDD, where tests are written before the code. It follows the Red-Green-Refactor cycle and delegates work to sub-agents.

In plain words
What is it for?
It helps write tests first, implement the required C#/.NET code, improve the design afterward, and divide work among sub-agents.
Why use it?
It gives a fixed process for checking behaviour while code is being built, which can make changes easier to verify.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the csharp-marketplace plugin — 7 skills shipped together

Good fit It helps write tests first, implement the required C#/.NET code, improve the design afterward, and divide work among sub-agents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeongheonk/c-sharp-custom-marketplace/csharp-tdd-develop
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 JeongHeonK/c-sharp-custom-marketplace --skill csharp-tdd-develop
Clone the repo
git clone --depth 1 https://github.com/JeongHeonK/c-sharp-custom-marketplace

Made for: Claude Code.

Or install csharp-marketplace, the plugin that ships this one along with the rest of its 7 skills.

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-tdd-develop

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeongheonk/c-sharp-custom-marketplace/csharp-tdd-develop.svg)](https://agentmods.dev/skills/jeongheonk/c-sharp-custom-marketplace/csharp-tdd-develop)
Your own site
<a href="https://agentmods.dev/skills/jeongheonk/c-sharp-custom-marketplace/csharp-tdd-develop"><img src="https://agentmods.dev/badge/skills/jeongheonk/c-sharp-custom-marketplace/csharp-tdd-develop.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,251 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.00043 $0.02251
Opus 5 $0.00022 $0.01125
Sonnet 5 $0.00009 $0.00450
Haiku 4.5 $0.00004 $0.00225

Measured 8d ago against content hash 0cfa13562e75, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

csharp-tdd-develop 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/test-detector.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/csharp-tdd-develop/SKILL.md · 329 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

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 329 lines · 43 tokens per session scan A 0cfa13562e75

Subscribe to this mod's changes

csharp-tdd-develop is a skill published in the GitHub repository JeongHeonK/c-sharp-custom-marketplace (5 stars, last pushed 6mo ago), with no licence file. It adds 43 tokens to every session and 2,251 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

nw-fp-fsharp

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

nWave-ai/nWave · 21 tokens

tdd

Guided test-driven development workflow for .NET 10 using xUnit v3, WebApplicationFactory, Testcontainers, and Verify snapshots. Follows the strict red-green-refactor cycle. Use when: "TDD", "test-driven", "let's TDD this", "red green refactor", "write the test first", or when building a feature with clear acceptance…

codewithmukesh/dotnet-claude-kit · 81 tokens

test-driven-development

Drives .NET/C# development with tests — RED/GREEN/REFACTOR with xUnit (v2 or v3) or MSTest, the Prove-It Pattern for bug fixes, the test pyramid with WebApplicationFactory for integration and Playwright/Avalonia.Headless for E2E. Supports both VSTest and Microsoft.Testing.Platform (MTP) runners. Use when implementing…

peterblazejewicz/claude-plugins · 103 tokens

dotnet-tdd

.NET Core TDD workflow using xUnit, Moq, and FluentAssertions. Guides the Plan-Test-Implement-Review cycle for C# code. Use when user says "write tests first", "TDD", "Red-Green-Refactor", "unit test this handler", or asks to implement a feature test-driven. Do NOT use for integration tests, E2E tests, BDD/Gherkin…

cuongtl1992/vibe-skills · 108 tokens

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

verify-dotnet-samples

How to build, run and verify the .NET sample projects in the Agent Framework repository. Use this when a user wants to verify that the samples still function as expected.

microsoft/agent-framework · 40 tokens