askill
code-layout-evaluation-principles

code-layout-evaluation-principlesSafety 95Repository

Evaluate code layout quality based on accuracy, consistency, readability, and maintainability rather than aesthetics. Use when establishing coding standards, reviewing code formatting, or making decisions about layout conventions.

17 stars
1.2k downloads
Updated 1/27/2026

Package Files

Loading files...
SKILL.md

Code Layout Evaluation Principles

Apply these principles when evaluating or establishing code layout standards.

Primary Priority

Clarify logical organization of code

Layout should first and foremost make the code's logical structure clear and understandable.

Evaluation Criteria (in order of importance)

  1. Accuracy - Layout correctly represents code structure
  2. Consistency - Layout follows established conventions throughout
  3. Readability - Layout enhances code comprehension
  4. Maintainability - Layout supports easy modification

Secondary Priority

Aesthetics

  • Aesthetics are a distant second priority
  • If the above criteria are met and underlying code is good, layout will naturally look good
  • Never sacrifice clarity for beauty

Importance of Conventions

  • Having a convention is more important than the specific details of the convention
  • Inconsistent layout conventions actually harm readability
  • Consistency across the codebase is more valuable than any particular style choice

Result

  • Layout quality is scored based on logical clarity, not visual appeal
  • Standards emphasize consistency and maintainability over aesthetics
  • Code is easier to understand and modify

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

57/100Analyzed 2/25/2026

Reference-style skill articulating code layout evaluation principles. Strong on clarity and structure with clear prioritization hierarchy (accuracy > consistency > readability > maintainability > aesthetics). Lacks actionable implementation steps, examples, or concrete techniques. The when-to-use guidance in the description is valuable but content remains at principle level without procedural depth. Low internal-only signal as it's broadly applicable.

95
80
65
45
40

Metadata

Licenseunknown
Version-
Updated1/27/2026
Publisherkitchen-engineer42

Tags

No tags yet.