csharp-docs
Provides best practices and guidelines for writing high-quality C# XML documentation comments.
Install
npx skills add https://github.com/github/awesome-copilot --skill csharp-docsStats
| Total installs | 7,545 |
| Weekly installs | 7.5K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Use <summary> for one-sentence descriptions starting with a present-tense verb, and <remarks> for implementation details, usage notes, or additional context
- Employ specific tags for different member types: <param> and <returns> for methods, <value> for properties, <typeparam> for generics, and <exception cref> for thrown exceptions
- Follow prescribed wording patterns for Boolean parameters and return values, enum parameters, and out parameters to ensure consistency across documentation
- Use <see cref>, <seealso>, <paramref>, and <inheritdoc/> to create cross-references and reduce duplication across the API surface
Tags
Related skills
| Skill | Installs | vs csharp-docs |
|---|---|---|
| fluentui-blazor | 7,501 | -44 |
| generate-custom-instructions-from-codebase | 7,461 | -84 |
| repo-story-time | 7,466 | -79 |
| folder-structure-blueprint-generator | 7,500 | -45 |
| breakdown-test | 7,520 | -25 |
FAQ
- How many installs does csharp-docs have?
- csharp-docs has 7,545 total installs and 7.5K installs this week.
- Where is csharp-docs hosted?
- csharp-docs is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does csharp-docs have?
- csharp-docs has 27.4K GitHub stars.
- When was csharp-docs first indexed?
- OrangeBot.AI first indexed csharp-docs on Feb 25, 2026.
- How do I install csharp-docs?
- Run: npx skills add https://github.com/github/awesome-copilot --skill csharp-docs