From tdp
Write or update C# comments, including XML documentation comments plus single-line and multi-line explanatory comments, so a new engineer with no project background can understand the code. Use when implementing or revising C# classes, fields, properties, methods, constructors, or other members that need durable documentation comments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tdp:csharp-commentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The task adds or changes C# classes, records, structs, interfaces, enums, or members that need durable documentation.
implement-task needs a reusable comment standard for C# code./// for types and members that need API-style documentation, and single-line or multi-line comments for non-obvious logic, constraints, side effects, or workflow details inside the implementation.<param name="...">.<returns>.<typeparam>.<param> description.<returns> and <typeparam> where applicable.<param> entry.<returns> and <typeparam> are present when applicable.npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdpCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.