Global Conventions

Enforce standardized repository structure, commit messaging, and environment configuration across codebases.

1|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/TorbenMerrald/StableManager --skill global-conventions-torbenmerrald
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Conventions
Source: https://github.com/TorbenMerrald/StableManager/tree/main/.claude/skills/global-conventions
Command: npx skills add https://github.com/TorbenMerrald/StableManager --skill global-conventions-torbenmerrald

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes consistent development practices across projects to reduce confusion, errors, and rework by codifying conventions for organization, documentation, and version control.

Core Features & Use Cases

  • Define standardized repo structure, commit messages, branching strategies, and environment configuration.
  • Provide guidelines for documenting changes, maintaining changelogs, and tracking dependencies.
  • Support onboarding and cross-team collaboration by enforcing a common workflow and release processes.

Quick Start

Read and apply the global conventions to your project by adopting the standardized folder layout, commit message format, and environment-variable management.

Frequently Asked Questions about Global Conventions

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

FAQPage Schema
How do I standardize commit messages and branching conventions across multiple projects?

To standardize commit messages and branching conventions, apply codified guidelines for repository organization and version control. This ensures uniform collaboration and code quality across multiple projects.

What are the best practices for environment configuration and secret management in software projects?

Best practices for environment configuration and secret management involve applying standardized guidelines for environment-variable management and secret handling. This maintains consistent configuration across codebases and prevents unauthorized access.

How do I maintain changelogs and track dependency updates consistently?

To maintain changelogs and track dependency updates, apply standardized documentation conventions that codify guidelines for documenting changes and tracking dependencies. This supports reliable release processes and onboarding.

Do I need any specific version control tools to enforce these project conventions?

No specific version control tools are required as dependencies. The conventions specify guidelines for repository organization, branching, and commit messaging that can be applied to any standard software project workflow.

Why establish global conventions for repository organization and standard operating procedures?

Establishing global conventions for repository organization and standard operating procedures reduces confusion, errors, and rework. It codifies workflows and release processes to support onboarding and cross-team collaboration.