$npx skillfedfor your agent

Dotnet Xml Docs

Learn to write XML documentation comments for .NET libraries using standard tags like `<summary>`, `<param>`, and `<returns>`, plus advanced features such as `<inheritdoc>` for inheritance and `<see cref>` cross-references. Configure MSBuild's `GenerateDocumentationFile` to auto-generate XML doc files, manage CS1591 warnings for internal APIs, and ensure your public APIs shine in IDE IntelliSense and autocomplete.

Dotnet Xml Docs teaches you to author and configure XML documentation comments for C# code with proper MSBuild setup and IntelliSense support.

AI-generated summary based on this skill's SKILL.md

67 10 unlicensed, metadata onlyupdated by wshaddix

Decision gist · record as of 2026-02-27

Dotnet Xml Docs teaches you to author and configure XML documentation comments for C# code with proper MSBuild setup and IntelliSense support. Learn to write XML documentation comments for .NET libraries using standard tags like `<summary>`, `<param>`, and `<returns>`, plus advanced features such as `<inheritdoc>` for inheritance and `<see cref>` cross-references. Configure MSBuild's `GenerateDocumentationFile` to auto-generate XML doc files, manage CS1591 warnings for internal APIs, and ensure your public APIs shine in IDE IntelliSense and autocomplete.

manual: git clone https://github.com/wshaddix/dotnet-skills → cp -r dotnet-skills ~/.claude/skills/dotnet-xml-docs

Use it when

  • Dotnet Xml Docs shows you how to configure MSBuild's `GenerateDocumentationFile` property to automatically generate XML doc files.
  • Dotnet Xml Docs explains CS1591 warnings, which flag missing XML documentation on public members.
Same gist for agents: .md · .json

Install

wshaddix/dotnet-skills/dotnet-xml-docs · repository language: Python

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is Dotnet Xml Docs and what does it help me do?

Dotnet Xml Docs teaches you how to write XML documentation comments for .NET libraries using standard tags like `<summary>`, `<param>`, and `<returns>`. It covers advanced features such as `<inheritdoc>` for inheritance and `<see cref>` cross-references, helping you create comprehensive API documentation that appears in IDE IntelliSense and autocomplete.

How do I generate xml comments dotnet automatically?

Dotnet Xml Docs shows you how to configure MSBuild's `GenerateDocumentationFile` property to automatically generate XML doc files from your code comments. This automation streamlines the documentation process, ensuring your public APIs are consistently documented without manual file creation.

What are CS1591 warnings and how does Dotnet Xml Docs address them?

Dotnet Xml Docs explains CS1591 warnings, which flag missing XML documentation on public members. The skill teaches you how to manage these warnings for internal APIs, helping you maintain documentation standards while avoiding unnecessary alerts on code that doesn't require public documentation.

Can Dotnet Xml Docs help with c# xml docs generator tasks?

Yes, Dotnet Xml Docs covers the full documentation generation workflow for C# projects. It guides you through writing effective XML doc comments, configuring your .NET project to generate documentation files, and leveraging cross-references with `<see cref>` to create rich, interconnected API documentation.

How does Dotnet Xml Docs improve IDE IntelliSense for my APIs?

Dotnet Xml Docs teaches you to write clear XML documentation comments that populate IDE IntelliSense and autocomplete features. When developers use your library, they'll see your `<summary>`, `<param>`, and `<returns>` tags directly in their editor, making your public APIs more discoverable and easier to use.

What advanced XML documentation features does Dotnet Xml Docs cover?

Dotnet Xml Docs covers advanced features including `<inheritdoc>` for reusing documentation from base classes or interfaces, and `<see cref>` for creating cross-references between API members. These tools help you build maintainable, interconnected documentation that reduces duplication and improves code navigation.

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Generate XML documentation from C# code comments”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

jsdoc-typescript-docs
by patricio0312rev · patricio0312rev/skills

Add comprehensive JSDoc comments to TypeScript codebases to document functions, interfaces, types, and classes with parameters, return types, and usage examples. Includes patterns for async functions, generics, overloads, and class methods to support automated API documentation generation.

MITupdated Jan 2026
★ 52repo stars
documentation-writer
by AIDotNet · AIDotNet/MoYuCode

Documentation Writer creates complete project documentation covering README files, API references, and inline code comments in multiple formats. It provides structured templates and examples to help you document features, installation steps, usage patterns, and contribution guidelines.

MITupdated Jan 2026
★ 84repo stars
doc-comments
by biomejs · biomejs/biome

This skill establishes documentation standards for Biome developers writing comments and rustdoc in the codebase. It distinguishes three comment types—module docs for explanation, item docs for reference, and inline comments for rationale—and teaches which patterns to avoid. The core principle: write for future contributors with no access to your current context, stating how code works rather than how it came to be.

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
Feishu Docx Yashu
by steelan9199 · steelan9199/wechat-publisher

This skill bridges Feishu cloud documents and Markdown by converting files in both directions, handling images and formatting automatically. It parses Feishu document links to extract IDs and supports common Markdown elements like tables, code blocks, and callouts.

no license declared → metadata onlyupdated Jul 2026
★ 8repo stars
technical-doc-creator
by mhattingpete · mhattingpete/claude-skills-marketplace

Technical Doc Creator builds polished HTML documentation for APIs and systems, complete with endpoint references, code samples, and architecture diagrams. It structures content with getting started guides, request/response examples, and syntax-highlighted code blocks. Perfect for creating developer-facing documentation that's ready to share.

Apache-2.0updated Jul 2026
★ 657repo stars
Document Writer
by RTGS2017 · RTGS2017/NagaAgent

Document Writer generates professional technical documentation across multiple formats including READMEs, API references, user guides, and specifications. It applies consistent principles around clarity, completeness, and usability to structure content logically and make it easy to navigate.

AGPL-3.0updated Jul 2026
★ 1,538repo stars
Tags
code-documentationapi-referencecomment-generationcsharp-toolingdoc-automationmetadata-extractiondeveloper-productivity