About
This skill provides a standardized framework for writing clean, maintainable code by focusing on high-quality documentation practices. It helps determine the optimal balance between code clarity and comment density, ensuring that documentation serves to explain complex logic and provide context via JSDoc rather than cluttering files with redundant information. Particularly effective for TypeScript and n8n node development, it guides the transition toward self-documenting naming conventions and purposeful inline explanations that improve overall codebase readability.