setup-rules
Setup Rules
Materialize the Argo rule templates into the current project as house rules, adapted
to this repo's actual structure, and wire them so agents load them. The templates
ship inside this skill at rules/ (colocated next to this SKILL.md) — generic
versions carrying {{PLACEHOLDER}} tokens.
Golden rule: adapt, don't dump. A rule that references a path or tool the project doesn't have is bloat — it's an instruction the agent can't act on. Every path in the installed rules must resolve to something real in this repo. If a rule's whole subject doesn't exist here yet (no Tailwind, no components dir, no bundler), don't install that rule — note it as deferred.
1. Locate the templates
The templates live in this skill's own rules/ directory — resolve it relative to
this SKILL.md (e.g. <this-skill-dir>/rules/*.md), wherever the skill was installed.