Global Conventions

Enforces consistent naming and coding conventions across your codebase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill establishes and enforces consistent coding and naming conventions across your entire codebase, improving readability, maintainability, and collaboration among developers. It eliminates stylistic debates and ensures a unified code appearance, saving time on code reviews.

Core Features & Use Cases

  • Naming Standards: Guides AI to use consistent naming for variables, functions, files, and database entities.
  • Code Structure: Ensures code blocks and file organization follow project-wide standards, making navigation intuitive.
  • Use Case: When writing new Go services or React components, this skill ensures the AI adheres to Go's idiomatic conventions and React's best practices for file and component naming, reducing inconsistencies.

Quick Start

Use the Global Conventions skill to refactor the calculate_total function in internal/services/calculations.go to CalculateTotal to align with Go's naming conventions.