Global Conventions

Organize project files, documentation, and version control practices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent project structure, unclear documentation, and varied development practices hinder team collaboration, slow down onboarding, and make code maintenance difficult.

Core Features & Use Cases

  • Consistent Structure: Organize files and directories in a predictable, logical manner that team members can easily navigate.
  • Clear Documentation: Maintain up-to-date README.md files with clear setup instructions, architecture overviews, and contribution guidelines.
  • Version Control Best Practices: Enforce clear, descriptive commit messages (e.g., Conventional Commits) and meaningful pull requests for better git history.

Quick Start

When creating a new feature branch, ensure the branch name follows conventions, and the initial commit message adheres to the Conventional Commits format.