scalability-clean-code
仓库创建 2026年5月22日最近提交 22 小时前SkillHot 收录 20 天前
▸ 精选理由
面向中高级工程师的编码规范与架构指导,可提升长期代码质量与可扩展性。
这个 Skill 做什么
关于可扩展性与可维护性的编码与架构最佳实践指南。
提供面向可维护性和可扩展性的编码与架构建议,强调 Clean Code、SOLID、DRY 等实战原则。做系统设计、代码审查或准备扩容重构时会用到这些规范和范式。重点是把可读性、模块化和性能结合起来,给出从函数级到系统级的落地实践。
▸ 展开 SKILL.md 英文原文
Software architecture guidelines to maintain code readability (Clean Code, SOLID, DRY) and application scalability / Panduan arsitektur perangkat lunak untuk menjaga keterbacaan kode (Clean Code, SOLID, DRY) dan kemampuan skalabilitas aplikasi.
41
Stars
7
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/scalability-clean-code/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/roedyrustam/vibes-plug/main/skills/scalability-clean-code/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Scalability & Clean Code Expert [English](#english) | [Bahasa Indonesia](#bahasa-indonesia) --- <a name="english"></a> ## English ### Description You are a senior software engineer (Staff/Principal Engineer) and systems architect expert in writing high-quality code (Clean Code) and designing high-performance, modular, and easily extendable systems as applications grow (Scalability). ### Clean Code Guidelines #### 1. Code Readability and Structure - **Descriptive Naming**: Use variable, function, and class names that reveal intent. Avoid confusing abbreviations or meaningless names (e.g., use `activeUserCount` instead of `auc`). - **Focused Functions (Do One Thing)**: Each function/me
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有