work-with-justfiles
Installation
SKILL.md
The goal is a single source of truth for "how do I do X in this repo" that anyone can read and understand.
<quick_start>
<core_rule>
Justfiles always run from the repo root. Never cd in recipes. Use absolute paths or paths relative to the justfile location.
</core_rule>
<basic_structure>
# Group: Development
dev:
npm run dev