_conventions
Installation
SKILL.md
Conventions — Rule Base For This Skill Pack
This document is the single source of truth for every other skill in this pack. It defines:
- the structure every
SKILL.mdmust follow, - the vocabulary the agent must use when reasoning about the codebase,
- the non-negotiable axioms (OOP, typing, decoupling, business separation),
- the anti-patterns that must be rejected in any generated or reviewed code.
If a skill ever contradicts this document, this document wins.
1. Skill file structure
Every skill in this pack uses this exact skeleton: