Coding Conventions

Coding conventions and documentation standards across Python, TypeScript/JavaScript, and C#/.NET codebases. Use when: (1) writing new code files or functions, (2) reviewing code for style and documentation compliance, (3) adding file headers or docstrings, (4) creating new tools that need inventory registration, (5) refactoring code that exceeds complexity thresholds, (6) setting up module structure. Covers file headers, function documentation, naming conventions, and tool inventory integration.

richfrem Updated

File contents

richfrem/project_sanctuary/tree/main/.copilot/skills/coding-conventions commit c0e0e7d041

Frequently asked questions

npx skillmds@latest add richfrem/coding-conventions-2