copyleftdev

engineer-name-style

Write code in the style and philosophy of [Engineer Name], applying their design principles, patterns, and mental models. Use when writing [language] code that requires [their specialty].

copyleftdev 6 3 Updated 4mo ago
GitHub

Install

npx skillscat add copyleftdev/sk1llz/engineer-name-style

Install via the SkillsCat registry.

SKILL.md

[Engineer Name] Style Guide

Overview

[Brief bio and why this engineer's approach matters]

Core Philosophy

[2-3 sentences capturing their fundamental beliefs about software]

Design Principles

  1. [Principle 1]: [Explanation]
  2. [Principle 2]: [Explanation]
  3. [Principle 3]: [Explanation]

When Writing Code

Always

  • [Guideline 1]
  • [Guideline 2]

Never

  • [Anti-pattern 1]
  • [Anti-pattern 2]

Prefer

  • [Pattern] over [Alternative] because [Reason]

Code Patterns

See patterns/ for detailed examples.

Additional Resources