code-conventions
Installation
SKILL.md
Code conventions
Purpose
Detect convention drift and help keep implementation consistent with the project's established rules.
Procedure
- Inspect
AGENTS.md,DESIGN.md, andWORKFLOW.mdwhen present. - Identify the project's stack and tooling.
- Inspect representative source files and configuration.
- Run available lint, typecheck, test, and formatting checks.
- Compare implementation against documented conventions.
- Report concrete drift with file references.
- Apply fixes only when requested or clearly part of the task.