Coding Standards
Description
--- name: coding-standards description: TypeScript, JavaScript, React, Node.js 개발을 위한 범용 코딩 표준, 모범 사례, 패턴. --- # 코딩 표준 & 모범 사례 모든 프로젝트에 적용 가능한 범용 코딩 표준. ## 코드 품질 원칙 ### 1. 가독성 우선 - 코드는 작성보다 읽히는 횟수가 더 많음 - 명확한 변수와 함수 이름 - 주석보다 자기 문서화 코드 선호 - 일관된 포맷팅 ### 2. KISS (Keep It Simple, Stupid) - 작동하는 가장 단순한 해결책 - 과도한 엔지니어링 피하기 - 조기 최적화 금지 - 이해하기 쉬운 코드 > 영리한 코드 ### 3. DRY (Don't Repeat Yourself) - 공통 로직을 함수로 추출 - 재사용 가능한 컴포넌트 생성 - 모듈 간 유틸리티 공유 - 복사-붙여넣기 프로그래밍 피하기 ### 4. YAGNI (You Aren't Gonna Need
Installation
Installs to ~/.claude/skills/revfactory-everything-claude-code-coding-standards/SKILL.md
mkdir -p ~/.claude/skills/revfactory-everything-claude-code-coding-standards && curl -fsSL https://raw.githubusercontent.com/revfactory/everything-claude-code/HEAD/skills/coding-standards.md -o ~/.claude/skills/revfactory-everything-claude-code-coding-standards/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development