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 instructions/dotnet/maui/copilot-instructionsgit clone --depth 1 https://github.com/dotnet/mauiWhat 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.05854 | $0.05854 |
| Opus 5 | $0.02927 | $0.02927 |
| Sonnet 5 | $0.01171 | $0.01171 |
| Haiku 4.5 | $0.00585 | $0.00585 |
Grade A, and why
maui copilot-instructions.md 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.
How it starts
The opening of the file, as written. The whole thing — 379 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Copilot Development Environment Instructions
This document provides specific guidance for GitHub Copilot when working on the .NET MAUI repository. It serves as context for understanding the project structure, development workflow, and best practices.
Code Review Instructions
When performing a code review on PRs that change functional code, run the pr-finalize skill to verify that the PR title and description accurately match the actual implementation. This ensures proper documentation and helps maintain high-quality commit messages.
Repository Overview
.NET MAUI is a cross-platform framework for creating mobile and desktop applications with C# and XAML. This repository contains the core framework code that enables development for Android, iOS, iPadOS, macOS, and Windows from a single shared codebase.
Key Technologies
- .NET SDK - Version is ALWAYS defined in
global.jsonat repository root- main branch: Latest stable .NET version
- Feature branches: Each
netN.0branch targets the .NET N SDK. By convention, the highestnetN.0branch is the current development branch for new features and API changes.
- Cake build system for compilation and packaging (
dotnet cake) - MSBuild with custom build tasks (must build
Microsoft.Maui.BuildTasks.slnffirst) - Testing frameworks:
- xUnit - Unit tests (
*.UnitTests.csproj) - NUnit - UI tests (
TestCases.Shared.Tests) - Appium WebDriver - UI test automation
- xUnit - Unit tests (
Development Environment Setup
This guidance assumes:
- Repository is already cloned and tools are restored (
dotnet tool restorecompleted) - Build tasks are compiled (
Microsoft.Maui.BuildTasks.slnfbuilt successfully) - Correct .NET SDK version installed (verify with
dotnet --versionagainstglobal.json)
Platform-Specific Requirements
- Android: OpenJDK 17 + Android SDK (install via
androidcommand afterdotnet tool restore) - iOS/macOS: Xcode (current stable version)
- Windows: Windows SDK
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.
- 2d ago First seen · 379 lines · 5,854 tokens per session scan A 01b3ceed1317
maui copilot-instructions.md is an instructions file published in the GitHub repository dotnet/maui (23,317 stars, last pushed 2d ago), licensed MIT. It adds 5,854 tokens to every session, about $0.0293 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-30.
Other instructions, from other repositories
azure-sdk-for-net AGENTS.md
AGENTS.md instructions for Azure/azure-sdk-for-net, covering azure sdk for .net - ai agent guidelines, repository overview, purpose and scope, repository structure and agent interaction guidelines.
azure-sdk-for-net copilot-instructions.md
Copilot instructions for Azure/azure-sdk-for-net, covering project overview, prerequisites, folder structure, azure generator and azure management generator.
BlazorBindings.Maui AGENTS.md
Instructions for Dreamescaper/BlazorBindings.Maui, covering mobile guidelines, platform, razor and component conventions and blazor bindings generation.
maui-labs devflow-architecture.instructions.md
Instructions for dotnet/maui-labs, covering devflow architecture, communication model, package dependency graph, the abstractions / backend split and key extension points.
FloatSoda CLAUDE.md
Instructions for sumx21t-3310/FloatSoda, a project described as: Flutter-like declarative UI framework for SteamVR overlays in C#/.NET. SkiaSharp rendering, OpenVR integration, dashboard / world-space / device-tracked overlays.
relay CLAUDE.md
Claude Code instructions for Mahdi-mortazavi/relay, covering relay — notes for a claude code session, the rules that are easy to break by accident, where the truth is and testing on real hardware.