Deploy skills via compass build –direct skills, not manually

Never create .claude/skills/<name>/SKILL.md manually. After writing the doc/llm/skills/<name>/SKILL.org source file, always deploy via ./compass.sh build --direct skills which runs Emacs to export all skill org files to the deployed bundle in .claude/skills/. --direct calls Emacs directly (no cmake/vcpkg), so it works in a light environment.

Why: Manually written SKILL.md files miss org-export artifacts (anchor IDs) and diverge from the tangled LICENSE.txt; the build also ensures all org-roam id: links resolve before export fails.

How to apply: Any time a skill SKILL.org is created or updated, run compass build --direct skills to regenerate the deployed bundle. Do NOT write to .claude/skills/ directly.

Emacs 29.1 (Org mode 9.6.6)