coding-standards

Official

Enforce team-specific coding standards and style.

AuthorLaunchCG
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent coding styles and lack of clear standards lead to messy codebases and difficult maintenance. This skill provides team-specific coding standards, naming conventions, and style guidelines, ensuring consistency across code generation, analysis, and review.

Core Features & Use Cases

  • Customizable Standards: Allows teams to define their exact rules for naming conventions, file organization, comment styles, error handling, and testing.
  • Language-Agnostic Guidance: Provides universal principles adaptable to various programming languages (JavaScript, Python, TypeScript, etc.).
  • Automated Enforcement: Guides code generation, identifies violations during analysis, and recommends improvements during code review.
  • Use Case: Customize this skill with your team's specific rules (e.g., "all boolean variables must start with is/has/can/should"). When generating new code or reviewing existing code, the skill will ensure adherence to these standards, reducing manual style corrections.

Quick Start

Apply our team's coding standards to the new 'user-profile.ts' file.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: coding-standards
Download link: https://github.com/LaunchCG/claude-marketplace-pub/archive/main.zip#coding-standards

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository