Global Conventions

Enforce global coding conventions in Claude Code outputs.

Updated Oct 22, 2025
One-click install
npx skills add https://github.com/raybargas/PromptDevelopment --skill global-conventions-raybargas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Conventions
Source: https://github.com/raybargas/PromptDevelopment/tree/main/.claude/skills/global-conventions
Command: npx skills add https://github.com/raybargas/PromptDevelopment --skill global-conventions-raybargas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill establishes and enforces overarching coding conventions, ensuring consistency across all aspects of your project and simplifying team collaboration and code reviews.

Core Features & Use Cases

  • Project-Wide Consistency: Guides Claude Code to adhere to naming, structuring, and architectural conventions.
  • Streamlined Onboarding: Helps new team members quickly understand and contribute to the codebase.
  • Use Case: When starting a new module, Claude Code automatically applies the project's global conventions for file structure, variable naming, and module organization.

Quick Start

Use the 'Global Conventions' skill to ensure the new 'reporting' service adheres to all project standards.

Frequently Asked Questions about Global Conventions

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

FAQPage Schema
How do I enforce consistent coding standards across my entire project?

Enforce coding standards by establishing global conventions that guide Claude Code to apply naming, formatting, and architectural rules uniformly across all files and modules. The Skill uses documented conventions as a first-class comparator during code generation and editing, triggering validation when outputs deviate from project standards.

What's the best way to maintain code consistency across team members?

Global conventions streamline team collaboration by applying project-wide naming, structuring, and organizational rules automatically. New contributors understand codebase patterns faster, code reviews become more straightforward, and all outputs conform to documented standards without manual intervention.

Can I apply the same coding standards to new modules and services?

Yes. When starting a new module or service, global conventions automatically apply your project's established patterns for file structure, variable naming, and module organization, ensuring the new code adheres to all project standards from inception.

How does Claude Code validate code against my project's conventions?

Claude Code compares generated and edited code against your documented global conventions reference, triggering guideline-based prompts and validation checks. When outputs deviate from conventions, error signals alert you to misalignments before code is committed.

Do I need to manually configure conventions for each project?

Conventions are defined once at a global reference path and applied automatically across all code generation, editing, and review tasks. After initial setup, no per-file or per-module configuration is needed; the Skill enforces standards project-wide uniformly.