Global Conventions

Enforce global coding conventions across files and projects.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/t-strings/tdom-path --skill global-conventions-t-strings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Conventions
Source: https://github.com/t-strings/tdom-path/tree/main/.claude/skills/global-conventions
Command: npx skills add https://github.com/t-strings/tdom-path --skill global-conventions-t-strings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides Claude with guidance on applying global conventions to maintain consistency across languages and projects.

Core Features & Use Cases

  • Unified Style: Enforce a single set of conventions across teams.
  • Cross-language: Apply conventions regardless of language.
  • Use Case: Begin a new repo with a shared conventions document.

Quick Start

Apply Global Conventions to a sample module following the standard.

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 conventions across multiple projects?

Enforce coding conventions by applying a unified standard across projects and languages. Global Conventions guides linting, formatting, naming, and imports to maintain consistency, supporting code generation, review, and refactoring workflows across your entire codebase.

Can I apply the same coding standards regardless of programming language?

Yes, Global Conventions applies cross-language, enabling you to maintain a single set of conventions across teams and languages. This unified approach reduces inconsistency and coordination overhead when working in polyglot environments.

What's the best way to start a new repository with shared conventions?

Begin by creating a shared conventions document that defines your standards for linting, formatting, naming, imports, and documentation. Global Conventions validates your codebase against this standard, producing consistent, standards-compliant output and guidance.

How do coding conventions support code generation and review?

Conventions ensure generated code and reviewed artifacts meet consistent standards. By validating against global conventions and coordinating with your conventions document, code review becomes faster and generation produces output aligned with team expectations.

When should I establish conventions at the project level versus globally?

Establish conventions globally when coordinating across multiple projects and teams. Global Conventions excels at enforcing a single standard everywhere, guiding formatting and naming decisions to satisfy functional and technical requirements consistently.