Technical Writing
5624 skills in Documentation > Technical Writing
global-commenting
Write self-documenting code with clear structure and naming, adding minimal concise comments only to explain complex logic sections, avoiding temporal comments about changes or fixes. Use this skill when writing code in any file across the codebase to ensure proper commenting practices. Use this skill when deciding whether to add comments to functions, classes, or complex algorithms, when reviewing existing comments for relevance and evergreen quality, or when refactoring code to be more self-explanatory. Use this skill for Python files, JavaScript/TypeScript files, or any programming language where code documentation is needed. Use this skill when establishing documentation standards, avoiding over-commenting, or removing outdated temporal comments about recent changes.
wikilinkify-frontmatter
Convert plain text frontmatter values to wikilinks when they match existing notes. Triggers on "wikilinkify frontmatter", "link frontmatter", "convert to wikilinks".
metalama-20260
Complete Metalama documentation for aspect-oriented programming in C#. Use when writing aspects, templates, fabrics, or meta-programming code with Metalama.
doc-updates
Update documentation files based on recent changes while enforcing project writing guidelines.