coding-standards
SolidUniversal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Code & Development 124 stars
6 forks Updated today MIT
Install
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Coding Standards & Best Practices
Universal coding standards applicable across all projects. Detailed patterns and examples are in the `references/` directory.
## Quick Decision Guide
| What you need | Reference file |
|---|---|
| Naming, immutability, types, error handling, async | `references/typescript-patterns.md` |
| Components, hooks, state, memoization, lazy loading | `references/react-patterns.md` |
| REST API design, file structure, testing, code smells | `references/api-testing-patterns.md` |
## Categories
### TypeScript/JavaScript Patterns
Variable and function naming conventions, immutability (critical), comprehensive error handling, async/await best practices, type safety, comments/documentation style, and database query performance.
See: `references/typescript-patterns.md`
### React Patterns
Functional component structure with typed props, custom hooks (useDebounce pattern), proper state updates with functional setters, conditional rendering without ternary chains, useMemo/useCallback memoization, and lazy loading with Suspense.
See: `references/react-patterns.md`
### API Design, Testing & Code Smells
REST conventions, consistent ApiResponse format, Zod input validation, project file organization and naming, AAA test pattern, descriptive test naming, and anti-pattern detection (long functions, deep nesting, magic numbers).
See: `references/api-testing-patterns.md`
## Core Principles
1. **Readability First** -- self-documenting code over comments
2....
Details
- Author
- cloudnative-co
- Repository
- cloudnative-co/claude-code-starter-kit
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
0 Updated today
CodeWithBehnam Code & Development Listed
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
10 Updated 2 months ago
GiorgioBertolotti Code & Development Solid
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
27,984 Updated today
davila7