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.
npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdpThis skill uses the workspace's default tool permissions.
- The task adds or changes C# classes, records, structs, interfaces, enums, or members that need durable documentation.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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.