Global Coding Style

Refactor code files to enforce consistent formatting, naming, and DRY principles.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/wmeints/symbiosis --skill global-coding-style-wmeints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Coding Style
Source: https://github.com/wmeints/symbiosis/tree/main/.claude/skills/global-coding-style
Command: npx skills add https://github.com/wmeints/symbiosis --skill global-coding-style-wmeints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you eliminate inconsistent code formatting, unclear naming, and duplicated logic that make code hard to read, debug, and maintain, by enforcing clean and consistent coding standards.

Core Features & Use Cases

  • Consistent Formatting & Naming: Apply established naming conventions and formatting standards across all code files.
  • DRY Principle & Focused Functions: Refactor code to remove duplication and extract common logic into small, focused functions.
  • Use Case: Refactor a Python function to improve readability by breaking it into smaller, single-responsibility functions and applying consistent snake_case naming.

Quick Start

Using the Global Coding Style skill, refactor the processData function in utils.js to use camelCase for variables and ensure consistent indentation.