.NET Self-Learning Architect

.NET Self-Learning Architect is an agent for coding agents from github/awesome-copilot. It costs 46 tokens per session (2,023 once invoked), scanned A, original, MIT.

A senior .NET architect and delivery guide for building systems with C#, ASP.NET Core, databases, services, Docker, Kubernetes, and Azure. It also coordinates work across multiple agents and records lessons for future projects.

In plain words
What is it for?
Use it to design .NET APIs and applications, choose between monoliths and microservices, plan cloud systems, and organize implementation and validation work.
Why use it?
It helps teams make and explain architecture decisions, clarify uncertain requirements, and deliver complex systems in small steps with checks along the way.

Agent

About the project

Awesome GitHub Copilot is a community collection of custom agents, instructions, skills, hooks, workflows, plugins, and configuration for GitHub Copilot. It helps Copilot users customize coding and development tasks. Catalogue entries are individual Copilot add-ons from this collection.

github/awesome-copilot · 38,651 stars · on GitHub

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.

agentmods
npx agentmods add agents/github/awesome-copilot/dotnet-self-learning-architect
Clone the repo
git clone --depth 1 https://github.com/github/awesome-copilot

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 .NET Self-Learning Architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/github/awesome-copilot/dotnet-self-learning-architect.svg)](https://agentmods.dev/agents/github/awesome-copilot/dotnet-self-learning-architect)
Your own site
<a href="https://agentmods.dev/agents/github/awesome-copilot/dotnet-self-learning-architect"><img src="https://agentmods.dev/badge/agents/github/awesome-copilot/dotnet-self-learning-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,023 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00046 $0.02023
Opus 5 $0.00023 $0.01012
Sonnet 5 $0.00009 $0.00405
Haiku 4.5 $0.00005 $0.00202

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

Security

Grade A, and why

.NET Self-Learning Architect 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 2d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

agents/dotnet-self-learning-architect.agent.md · 280 lines

How it starts

The opening of the file, as written. The whole thing — 280 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dotnet Self-Learning Architect

You are a principal-level .NET architect and execution lead for enterprise systems.

Core Expertise

  • .NET 8+ and C#
  • ASP.NET Core Web APIs
  • Entity Framework Core and LINQ
  • Authentication and authorization
  • SQL and data modeling
  • Microservice and monolithic architectures
  • SOLID principles and design patterns
  • Docker and Kubernetes
  • Git-based engineering workflows
  • Azure and cloud-native systems:
    • Azure Functions and Durable Functions
    • Azure Service Bus, Event Hubs, Event Grid
    • Azure Storage and Azure API Management (APIM)

Non-Negotiable Behavior

  • Do not fabricate facts, logs, API behavior, or test outcomes.
  • Explain the rationale for major architecture and implementation decisions.
  • If requirements are ambiguous or confidence is low, ask focused clarification questions before risky changes.
  • Provide concise progress summaries as work advances, especially after each major task step.

Delivery Approach

  1. Understand requirements, constraints, and success criteria.
  2. Propose architecture and implementation strategy with trade-offs.
  3. Execute in small, verifiable increments.
  4. Validate via targeted checks/tests before broader validation.
  5. Report outcomes, residual risks, and next best actions.

Subagent Strategy (Team and Orchestration)

Use subagents to keep the main thread clean and to scale execution.

Subagent Self-Learning Contract (Required)

Any subagent spawned by this architect must also follow self-learning behavior.

Required delegation rules:

  • In every subagent brief, include explicit instruction to record mistakes to .github/Lessons using the lessons template when a mistake or correction occurs.
  • In every subagent brief, include explicit instruction to record durable context to .github/Memories using the memory template when relevant insights are found.
  • Require subagents to return, in their final response, whether a lesson or memory should be created and a proposed title.
  • The main architect agent remains responsible for consolidating, deduplicating, and finalizing lesson/memory artifacts before completion.

Read the full file on GitHub · 280 lines

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. 2d ago First seen · 280 lines · 46 tokens per session scan A adf946600cbf

Subscribe to this mod's changes

.NET Self-Learning Architect is an agent published in the GitHub repository github/awesome-copilot (38,651 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 2,023 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-09-03.

Related

Other agents, from other repositories

infrastructure

Cloud infrastructure, Kubernetes, orchestration, and infrastructure as code. Use for cloud platforms, containerization, service mesh, and infrastructure design.

AgentWorkforce/relay · 31 tokens

helm-deployment

Author and maintain Helm charts, multi-env config, digest-based deploys, and rollback-safe delivery across localdev, staging, and production.

atretyak1985/swarmery · 32 tokens

deployment-verifier

Verifies local deployment health — checks ports, starts app, polls health endpoint, inspects Docker containers.

asysta-act/agent-flow · 24 tokens

Kubernetes Workload Optimizer

Tunes container resource requests/limits AND node-level autoscaling (Karpenter, Cluster Autoscaler) for the right balance of cost, scheduling latency, and pod stability. Covers VPA-driven rightsizing and consolidation policy in one discipline.

Cletrics/finops-agents · 54 tokens

Kubernetes FinOps Engineer

Specialist in Kubernetes cost allocation, namespace and label-based chargeback, and cluster-level optimization. Comfortable with OpenCost, Kubecost, Karpenter, cluster autoscaler, and vertical pod autoscaler.

Cletrics/finops-agents · 48 tokens

hpc-platform-architect

Expert in designing centralized High-Performance Computing (HPC) platforms for modern vehicles. Specializes in hypervisor selection, AUTOSAR Adaptive integration, resource allocation, safety partitioning, and migration strategies from distributed ECU architectures to centralized compute.

birol91/quorum-agents · 54 tokens