coding-standards

coding standards

affaan-m 232k ↓ 8.9k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • 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.
  • Starting a new project or module
  • Reviewing code for quality and maintainability
  • Refactoring existing code to follow conventions
  • Enforcing naming, formatting, or structural consistency

Requirements & configuration

  • Use rules/common/coding-style.md when you need the shortest reusable rule layer instead of a full skill walkthrough.
  • 4. YAGNI (You Aren't Gonna Need It)
  • test('throws error when OpenAI API key is missing', () => { })

Configuration: HTTP

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

coding standards

Source

Repository: https://github.com/affaan-m/everything-claude-code

coding-standards FAQ

What does the coding-standards skill do?

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns. 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.

What does coding-standards require?

Use rules/common/coding-style.md when you need the shortest reusable rule layer instead of a full skill walkthrough. 4. YAGNI (You Aren't Gonna Need It) test('throws error when OpenAI API key is missing', () => { }) Configuration keys: HTTP.

How do I install coding-standards?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill coding-standards --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain coding-standards?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

coding-standards on getagentictools
[![coding-standards on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-coding-standards.svg)](https://getagentictools.com/skills/affaan-m-everything-claude-code-coding-standards?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-coding-standards

The second line is the CLI lookup for this page — handy in READMEs and docs.