Global Conventions

Enforce global development conventions across the software development lifecycle.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shynlee04/idumb-v2 --skill global-conventions-shynlee04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Conventions
Source: https://github.com/shynlee04/idumb-v2/tree/main/.agent/skills%20copy/global-conventions
Command: npx skills add https://github.com/shynlee04/idumb-v2 --skill global-conventions-shynlee04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures adherence to established coding standards, promoting consistency and maintainability across the project.

Core Features & Use Cases

  • Project Structure: Organizes files and directories logically.
  • Version Control: Enforces best practices for Git commits and branching.
  • Configuration Management: Guides environment variable and secrets handling.
  • Dependency Management: Provides rationale for dependency choices.
  • Code Review & Testing: Establishes clear guidelines for code quality and validation before merging.
  • Documentation: Ensures comprehensive READMEs and changelogs.

Quick Start

Use the global conventions skill to organize project files and directories in predictable structures.

Frequently Asked Questions about Global Conventions

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

FAQPage Schema
What are global development conventions and why do I need them for my project?

Project structure conventions organize files and directories logically, while version control standards enforce best practices for Git commits and branching to keep team workflows consistent.

How do I standardize Git commit and branching workflows across my team?

You can standardize Git workflows by enforcing version control conventions that dictate best practices for branching and committing, ensuring team-wide alignment and predictable history.

What should be included in code review and testing guidelines before merging?

Code review and testing guidelines should establish clear validation rules for code quality, ensuring all changes meet team-wide standards and pass tests before merging into the main branch.

How do I manage environment configuration and dependency choices consistently?

Configuration management standards guide environment variable and secrets handling, while dependency management conventions provide rationale for dependency choices to maintain a stable project environment.

Does this apply to both documentation and feature flagging standards?

Yes, these conventions apply to documentation by ensuring comprehensive READMEs and changelogs, alongside establishing standards for feature flagging to maintain consistency across the software lifecycle.