coding_standards

Language-specific coding standards and conventions for code review.

Content Preview
# Coding Standards

Language-specific coding standards and conventions for code review.

---

## Table of Contents

- [Universal Principles](#universal-principles)
- [TypeScript Standards](#typescript-standards)
- [JavaScript Standards](#javascript-standards)
- [Python Standards](#python-standards)
- [Go Standards](#go-standards)
- [Swift Standards](#swift-standards)
- [Kotlin Standards](#kotlin-standards)

---

## Universal Principles

These apply across all languages.

### Naming Conventions

How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/coding_standards.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/code-reviewer/references/coding_standards.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/code-reviewer/references/coding_standards.md

Related Skills