AI AGENT ADDONS

Coding Standards

affaan-m/ecc

This guide sets shared coding rules for every project. It helps developers write clean, consistent, and easy to read code. Clear naming and simple solutions are the main focus. The rules apply to any language or framework. New team members can learn these conventions quickly. Everyone follows the same baseline so code looks familiar across projects.

Use this skill when starting a new project or reviewing code. It covers immutability, error handling, and common quality principles like KISS, DRY, and YAGNI. For detailed framework patterns, use separate frontend or backend skills. This skill is the shared floor, not the deep dive.

By following these standards, teams reduce confusion and avoid bugs. Code becomes easier to maintain and refactor. The result is a consistent codebase that everyone can work on with confidence.

Add Coding Standards skill to your workflow

Global

mkdir -p ~/.claude/skills/coding-standards

Project

mkdir -p .claude/skills/coding-standards

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago