Frontend 618 installs

Coding Standards & Best Practices

by affaan-m/everything-claude-code

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for…

Skill content

Coding Standards & Best Practices

Baseline coding conventions applicable across projects.

This skill is the shared floor, not the detailed framework playbook.

- Use frontend-patterns for React, state, forms, rendering, and UI architecture.

- Use backend-patterns or api-design for repository/service layers, endpoint design, validation, and server-specific concerns.

- Use rules/common/coding-style.md when you need the shortest reusable rule layer instead of a full skill walkthrough.

When to Activate

- Starting a new project or module

- Reviewing code for quality and maintainability

- Refactoring existing code to follow conventions

- Enforcing naming, formatting, or structural consistency

- Setting up linting, formatting, or type-checking rules

- Onboarding new contributors to coding conventions