coding-standards

Apply customizable coding standards across code generation, analysis, and review workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill coding-standards-launchcg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/coding-standards
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill coding-standards-launchcg

SYSTEM DOCUMENTATION & REQUIREMENTS

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.