One-click install
npx skills add https://github.com/zhongkai/ECC --skill coding-standards-zhongkai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/zhongkai/ECC/tree/main/templates/skills/coding-standards
Command: npx skills add https://github.com/zhongkai/ECC --skill coding-standards-zhongkai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该技能提供通用的编码规范和最佳实践,帮助团队在不同语言和框架中保持一致的代码质量和可维护性。

Core Features & Use Cases

  • 提供文件组织、命名约定、函数设计、错误处理和不可变性等方面的标准化准则。
  • 面向新项目评审和现有代码库的重构,帮助提升可读性和一致性。
  • 适用于前后端、多语言项目,促进团队协作和代码复用。

Quick Start

请提供一个符合通用编码规范的示例项目骨架,并解释关键约定。

Frequently Asked Questions about coding-standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are coding standards and how do they improve code organization?

Coding standards provide standardized guidelines for file organization and naming conventions, helping diverse teams maintain consistent code quality, readability, and maintainability across multiple languages and frameworks.

How do I establish naming conventions and error handling rules for a new project?

You can establish naming conventions and error handling rules by applying universal coding practices that guide function design and immutability, requiring a SKILL.md frontmatter to enforce safety and quality across the project skeleton.

Do coding standards work for both frontend and backend multi-language projects?

Yes, coding standards are applicable to multiple languages and frameworks, supporting both frontend and backend environments to promote team collaboration and code reuse in diverse codebases.

What is the best way to standardize TypeScript coding practices across a team?

The best way to standardize TypeScript coding practices is to implement universal guidelines covering code organization, error handling, and immutability, supported by optional scripts and references to enforce consistency.

Can I use these coding best practices for existing codebase refactoring?

Yes, these coding best practices are designed for reviewing new projects and refactoring existing codebases, helping teams improve readability and structural consistency during code modernization efforts.