Coding Conventions This skill provides project coding conventions. When to Use Load when: - Writing new code - Reviewing code - Refactoring existing code - Making style decisions Convention Files @memory/knowledge/codebase/conventions.json Key Areas - Naming conventions - File organization - Error handling patterns - Testing conventions - Documentation standards ---