Global Conventions

Enforces standardized conventions for Git commits, documentation, dependencies, and across-project workflows.

Updated Oct 31, 2025
One-click install
npx skills add https://github.com/FlorianRiquelme/statamic-assets --skill global-conventions-florianriquelme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Conventions
Source: https://github.com/FlorianRiquelme/statamic-assets/tree/main/.claude/skills/global-conventions
Command: npx skills add https://github.com/FlorianRiquelme/statamic-assets --skill global-conventions-florianriquelme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill establishes consistent project structure, clear documentation, and streamlined development workflows, reducing onboarding time, improving collaboration, and ensuring long-term project maintainability.

Core Features & Use Cases

  • Project Structure: Guides consistent file and directory organization for easy navigation.
  • Version Control: Enforces best practices for clear commit messages and branching strategies.
  • Use Case: When starting a new feature branch, this skill ensures commit messages follow conventions, dependencies are managed correctly, and documentation (like READMEs) is updated, fostering a cohesive development environment.

Quick Start

Outline the standard project directory structure for a new Laravel application, including common folders for models, controllers, and views.

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 commit messages across a development team?

Conventional commit messages standardize version control workflows by following a structured format (type, scope, description). This Skill enforces commit conventions across projects, reducing confusion during code reviews and automating changelog generation from commit history.

What's the best way to organize a project repository for team collaboration?

Standardized project structure organizes files and directories consistently—models, controllers, views, configuration—so all team members navigate and contribute predictably. This Skill guides repository layout to reduce onboarding time and improve long-term maintainability.

How do I maintain consistent documentation and README quality across projects?

Documentation conventions ensure READMEs and project docs follow a unified template and quality standard. This Skill establishes requirements for documentation structure, reducing inconsistency and helping new contributors understand project scope quickly.

Can I use standardized conventions to manage dependencies and secrets securely?

Yes. Standardized conventions govern dependency management practices and secure secret handling—preventing insecure credentials in repositories and enforcing minimal dependency policies. This Skill applies governance across all projects for consistent security posture.

What role do feature flags and changelog maintenance play in development workflows?

Feature flags enable controlled feature rollout and testing; changelogs document release history and changes. This Skill enforces both practices as part of standardized workflows, ensuring visibility into deployments and streamlined communication with stakeholders.

How do conventions improve code review and testing governance?

Standardized review and testing requirements define clear expectations for pull requests and test coverage. This Skill implements governance policies that ensure consistent code quality gates and collaborative review practices across all projects.