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 skills/aleksei-perchukov/coding-exercise-generator-ide-plugin/csharp-exercise-generator-skillnpx skills add aleksei-perchukov/coding-exercise-generator-ide-plugin --skill csharp-exercise-generator-skillgit clone --depth 1 https://github.com/aleksei-perchukov/coding-exercise-generator-ide-pluginWrote 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/skills/aleksei-perchukov/coding-exercise-generator-ide-plugin/csharp-exercise-generator-skill)<a href="https://agentmods.dev/skills/aleksei-perchukov/coding-exercise-generator-ide-plugin/csharp-exercise-generator-skill"><img src="https://agentmods.dev/badge/skills/aleksei-perchukov/coding-exercise-generator-ide-plugin/csharp-exercise-generator-skill.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.00024 | $0.00167 |
| Opus 5 | $0.00012 | $0.00084 |
| Sonnet 5 | $0.00005 | $0.00033 |
| Haiku 4.5 | $0.00002 | $0.00017 |
Grade A, and why
csharp-exercise-generator 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.
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.
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 · 11 lines · 24 tokens per session scan A 0a3ca4d62a42
csharp-exercise-generator is a skill published in the GitHub repository aleksei-perchukov/coding-exercise-generator-ide-plugin (5 stars, last pushed 3mo ago), with no licence file. It adds 24 tokens to every session and 167 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-08-31.
Other skills, from other repositories
godot-mentor
Use when the user wants to learn Godot while building — teaching mode that explains the concept, the editor setup, and what to verify, instead of just delivering code. Triggers on "teach me", "explain as we go", "I'm learning Godot", "guide me", "walk me through", "help me understand".
dotnet-mentor
Адаптивный текстовый наставник по C# и .NET от первых программ до уровня младшего разработчика серверной части. Используй при учебном намерении: начать или продолжить последовательное обучение, объяснить C#/.NET простыми словами с одним точным источником теории, подобрать самостоятельную практику, проверить решение…
dotnet-mentor-en
Adaptive text-first C# and .NET mentor from the first program to junior backend developer skills. Use for learning intent: starting or continuing a structured course, explaining C#/.NET in plain language from one precise theory source, choosing independent practice, reviewing a learner solution, debugging, spaced…
build-and-test
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.
migrate-dotnet8-to-dotnet9
Migrate a .NET 8 project to .NET 9 and resolve all breaking changes. USE FOR: upgrading TargetFramework from net8.0 to net9.0, fixing build errors after updating the .NET 9 SDK, resolving behavioral changes in .NET 9 / C# 13 / ASP.NET Core 9 / EF Core 9, replacing BinaryFormatter (now always throws), resolving…
template-instantiation
Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…