coding-standards

Enforce universal coding standards and language-specific naming conventions across source files.

7|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/BaiGanio/aperio --skill coding-standards-baiganio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/BaiGanio/aperio/tree/main/skills/coding-standards
Command: npx skills add https://github.com/BaiGanio/aperio --skill coding-standards-baiganio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use this skill to apply universal coding principles across programming languages, ensuring consistency, readability, and maintainability of codebases.

Core Features & Use Cases

  • Universal principles apply to all languages, with language-specific naming conventions.
  • Detect language from context (file extension, user statement, existing code) and apply appropriate rules.
  • Includes annotated good/bad examples per language to guide reviews and refactoring.

Quick Start

Provide a code sample and ask the agent to apply coding standards to it.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce consistent naming conventions across multiple programming languages?

You can enforce consistent naming conventions across multiple programming languages by applying universal coding standards that detect the language from file extensions or existing code and apply appropriate language-specific rules to improve readability and maintainability.

How do I apply coding standards to an existing codebase without changing its behavior?

To apply coding standards without changing program behavior, use non-destructive suggestions that preserve original logic while providing annotated good and bad examples to guide reviews and refactoring safely.

What's the best way to review code for best practices and naming conventions?

The best way to review code for best practices and naming conventions is to use a multi-language code quality approach that applies universal principles alongside language-specific checks and annotated examples to guide the review process.

Does multi-language linting work with universal coding standards?

Multi-language linting works with universal coding standards by detecting the programming language from context such as file extensions or user prompts, then applying both universal principles and language-specific naming conventions to ensure code quality.

When do I need language-specific coding standards instead of universal principles?

You need language-specific coding standards when different programming languages require distinct naming conventions and syntax rules, though universal principles still apply across all languages to maintain baseline readability and code quality.