Global Conventions

Align source files with global coding conventions across Claude Code projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/benjamindv36/checkpoint --skill global-conventions-benjamindv36
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Conventions
Source: https://github.com/benjamindv36/checkpoint/tree/main/.claude/skills/global-conventions
Command: npx skills add https://github.com/benjamindv36/checkpoint --skill global-conventions-benjamindv36

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves issues arising from inconsistent project structure, commit messages, and documentation, which often hinder collaboration and slow down development.

Core Features & Use Cases

  • Consistent Project Structure: Ensures uniform organization of files and directories.
  • Version Control Best Practices: Guides on writing clear commit messages and creating effective pull requests.
  • Documentation Standards: Enforces consistent creation and updating of READMEs and other project documentation.
  • Use Case: When submitting a new feature, automatically ensure the branch name, commit messages, and pull request description adhere to project standards, streamlining the review process.

Quick Start

Organize the new 'auth' module according to global conventions, including file structure, naming, and initial README documentation.

Frequently Asked Questions about Global Conventions

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

FAQPage Schema
How do I ensure consistent code style and project structure across my team?

Global conventions standardize project structure, file organization, and naming patterns across your codebase. This Skill applies conventions to source files and modules during development and CI workflows, enabling lint checks and automated style guidance to maintain consistency without manual enforcement.

What's the best way to write commit messages and pull request descriptions that follow project standards?

This Skill guides version control best practices by enforcing clear commit message formats and pull request structure aligned with your project's conventions. During code review, it flags deviations and streamlines the review process by ensuring all submissions follow standardized patterns.

Can I automatically organize a new module to match my project's conventions?

Yes. This Skill organizes new modules—such as an auth feature—according to global conventions, including directory structure, file naming, and initial documentation. It applies conventions across development and review workflows to ensure new code integrates consistently.

How do I maintain consistent README and documentation standards across projects?

Documentation standards within global conventions enforce uniform creation and updating of READMEs and project docs. The Skill applies these standards during editing and builds, catching deviations and guiding contributors to follow your documentation format and structure.

What happens if code deviates from project conventions during development?

This Skill flags convention deviations during editing and builds through automated lint checks and code-generation guidance. Deviation flags alert developers immediately, allowing corrections before code review and reducing friction in the CI workflow.