coding-convention

star 8

Enforce project coding conventions: reduce duplication, keep naming/file placement consistent, and minimize regression risk. Use when writing or reviewing code.

Antune-L By Antune-L schedule Updated 4/4/2026

name: coding-convention description: "Enforce project coding conventions: reduce duplication, keep naming/file placement consistent, and minimize regression risk. Use when writing or reviewing code."

Coding Conventions

Summary

  • Reduce duplication, complexity, API surface, and regression risk.
  • Code must stay consistent with the rest of the project — file placement, naming (files, variables, functions).
  • Use TODO(ali) prefix for TODOs in code.

Details

Checklist: See checklist.md for a consistency reference.

Install via CLI
npx skills add https://github.com/Antune-L/skillzer --skill coding-convention
Repository Details
star Stars 8
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator