coding-standards

Installation
SKILL.md

Coding Standards

Inspect the repository before introducing patterns, libraries, or abstractions. Follow compatible local conventions; contain incompatible legacy patterns at the nearest boundary instead of spreading them into new code.

The examples use TypeScript syntax, but the principles apply across languages. Adapt them to the language and ecosystem already in use.

Priorities

  1. Correctness, safety, and debuggability.
  2. Explicit domain meaning and dependencies.
  3. Compatibility with sound project conventions.
  4. The narrowest change that fully solves the requested behavior.
  5. Documentation for surprising, durable trade-offs.

Parse at boundaries

Turn unknown or loosely shaped input into application and domain types as early as possible.

Installs
2
GitHub Stars
1
First Seen
13 days ago
coding-standards — iurysza/agent-skills