Global Conventions

Enforce global coding conventions across editing, generation, and review tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures adherence to overarching coding conventions and best practices across the entire project, leading to a more consistent, readable, and maintainable codebase.

Core Features & Use Cases

  • Unified Codebase: Guides the AI to follow naming conventions, file structures, and architectural patterns.
  • Reduced Cognitive Load: Makes it easier for developers to navigate and understand different parts of the project, improving collaboration.
  • Use Case: When starting a new module, this Skill ensures the AI structures directories, names files, and organizes code according to the established global conventions, ensuring seamless integration and future scalability.

Quick Start

Use the 'Global Conventions' skill to ensure the new data processing service adheres to all project-wide 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 coding standards across my entire project?

Enforcing coding standards involves applying consistent naming conventions, formatting rules, and structural patterns across all files. Global Conventions automates this by consulting a centralized conventions document and applying those rules during code editing, generation, and review to maintain uniformity across your codebase.

What's the best way to maintain consistency when multiple developers work on the same repository?

Maintaining consistency across teams requires shared coding standards and architectural patterns. Global Conventions guides code generation and review processes toward established formatting, naming, and structural standards, reducing cognitive load and improving collaboration.

How do I structure a new module to match project-wide conventions?

When creating a new module, apply your project's global conventions to directories, filenames, and code organization. Global Conventions ensures AI-assisted development structures directories, names files, and organizes code according to established standards for seamless integration and future scalability.

Can I apply coding conventions automatically across multiple files?

Yes. Global Conventions applies rules to multiple files or entire repositories at once, enforcing naming, formatting, and structural standards consistently. It works across editing, generation, and review tasks to ensure compliance with centralized global conventions.

Why is having global coding conventions important for a codebase?

Global coding conventions create a more consistent, readable, and maintainable codebase. They reduce cognitive load for developers navigating different parts of the project, improve collaboration, and prevent inconsistencies that accumulate as codebases grow.

Do I need to manually review code against conventions, or can it be automated?

Code review against conventions can be automated. Global Conventions guides review processes to check compliance with established formatting, naming, and structural standards, reducing manual effort and ensuring consistent policy application across the entire project.