Global Conventions

Enforce consistent project structure, documentation, and Git commit conventions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent project organization, documentation, and version control practices hinder collaboration, slow down development, and make onboarding new team members difficult. This Skill enforces uniform conventions, boosting team efficiency.

Core Features & Use Cases

  • Guides File Organization: Establishes clear and consistent project and directory structures.
  • Standardizes Documentation: Ensures READMEs, changelogs, and other docs are clear and up-to-date.
  • Enforces Git Commit Practices: Promotes clear, conventional commit messages for better history tracking.
  • Use Case: When committing new code, use this Skill to ensure your commit message follows conventional commits (e.g., feat: add new user endpoint) and that any new dependencies are properly added to requirements.txt.

Quick Start

Review the new feature branch for adherence to global conventions, specifically checking for proper Git commit messages and updated README documentation.