Global Coding Style

Apply consistent formatting and linting standards to code files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that all code adheres to a consistent formatting and stylistic standard, improving readability, reducing cognitive load, and streamlining code reviews. It automates style enforcement, eliminating manual formatting efforts and ensuring a unified codebase.

Core Features & Use Cases

  • Automated Formatting: Guides AI to apply consistent indentation, spacing, and line breaks according to project standards.
  • Linter Compliance: Ensures code passes all configured linter checks (e.g., go fmt, ESLint, Prettier).
  • Use Case: When modifying an existing file or generating new code, this skill ensures the AI automatically formats the code to match the project's go fmt and Prettier configurations, maintaining a clean and consistent style.

Quick Start

Use the Global Coding Style skill to reformat the main.go file in cmd/api/main.go to comply with the project's Go coding style guidelines.