aspnet-core

aspnet-core is a skill for Claude Code, Codex from G1Joshi/Agent-Skills. It costs 24 tokens per session (243 once invoked), scanned A, original, MIT.

A cross-platform .NET framework for building web applications, APIs, microservices, and real-time services.

In plain words
What is it for?
Use it to create backend APIs, enterprise applications, microservices, and applications with live server updates.
Why use it?
It supplies standard pieces such as request handling, dependency injection, and a built-in web server, reducing setup work for C# web projects.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create backend APIs, enterprise applications, microservices, and applications with live server updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/g1joshi/agent-skills/aspnet-core
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 G1Joshi/Agent-Skills --skill aspnet-core
Clone the repo
git clone --depth 1 https://github.com/G1Joshi/Agent-Skills

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 aspnet-core

README.md
[![agentmods](https://agentmods.dev/badge/skills/g1joshi/agent-skills/aspnet-core.svg)](https://agentmods.dev/skills/g1joshi/agent-skills/aspnet-core)
Your own site
<a href="https://agentmods.dev/skills/g1joshi/agent-skills/aspnet-core"><img src="https://agentmods.dev/badge/skills/g1joshi/agent-skills/aspnet-core.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 243 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 original 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.00024 $0.00243
Opus 5 $0.00012 $0.00121
Sonnet 5 $0.00005 $0.00049
Haiku 4.5 $0.00002 $0.00024

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

Security

Grade A, and why

aspnet-core 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 4d 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/frameworks/aspnet-core/SKILL.md · 58 lines

What it actually says

ASP.NET Core

Cross-platform, high-performance framework for building modern web apps.

When to Use

  • High-performance APIs (one of the fastest benchmarks)
  • Enterprise applications
  • Microservices
  • Real-time apps (SignalR)

Quick Start

var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();

app.MapGet("/", () => "Hello World!");

app.Run();

Core Concepts

Middleware Pipeline

Request processing pipeline composed of delegates.

Dependency Injection

Built-in DI container, a core citizen of the framework.

Kestrel

Cross-platform web server for ASP.NET Core.

Best Practices

Do:

  • Use the built-in DI
  • Use asynchronous controllers (async Task<IActionResult>)
  • Use Environment Variables for config settings

Don't:

  • Block asynchronous code (.Result or .Wait())
  • Store large objects in Session state

References

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. 4d ago First seen · 58 lines · 24 tokens per session scan A eadb385bdb8c

Subscribe to this mod's changes

aspnet-core is a skill published in the GitHub repository G1Joshi/Agent-Skills (12 stars, last pushed 6mo ago), licensed MIT. It adds 24 tokens to every session and 243 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

dotnet-architect

Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise application patterns. Masters async/await, dependency injection, caching strategies, and performance optimization. Use PROACTIVELY for .NET API development, code review, or architecture decisions.

rmyndharis/antigravity-skills · 62 tokens

csharp-pro

Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing. Use PROACTIVELY for C# refactoring, performance optimization, or complex .NET solutions.

rmyndharis/antigravity-skills · 58 tokens

dotnet-backend-patterns

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.

rmyndharis/antigravity-skills · 70 tokens

laravel-expert

Laravel & PHP Development Instructions for GitHub Copilot.

GulajavaMinistudio/awesome-copilot-id · 15 tokens

csharp-expert

Expert-level C# development with .NET 8+, ASP.NET Core, LINQ, async/await, and enterprise patterns. Use when the user mentions C#, .NET, ASP.NET, enterprise, or Microsoft platforms, or when the task involves Modern C#, Async/Await, LINQ, or ASP.NET Core.

personamanagmentlayer/pcl · 70 tokens

rails-dev

Opinionated Rails conventions: rich models, concerns, CRUD-everything, state-as-records, minimal dependencies, Minitest with fixtures. Load this skill BEFORE any code-level thinking, not only before editing a file. It is required the moment a task touches Rails code in ANY way: designing or even just discussing a data…

tech-leads-club/agent-skills · 199 tokens