refactor(skills): use %%SKILLS_DIR%% placeholder for portable tangling

- Updated 22 skill org files to use %%SKILLS_DIR%% placeholder
- Modified opencortex.sh setup to replace placeholder with XDG path
- Modified doctor_repair to handle placeholder replacement
- Removed hardcoded absolute path
This commit is contained in:
2026-04-30 11:14:31 -04:00
parent dabf52f234
commit 1eb8a3db92
24 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#+TITLE: SKILL: Engineering Standards (org-skill-engineering-standards.org)
#+AUTHOR: Agent
#+FILETAGS: :system:engineering:chaos:
#+PROPERTY: header-args:lisp :tangle /home/user/.local/share/opencortex/skills/org-skill-engineering-standards.lisp
#+PROPERTY: header-args:lisp :tangle %%SKILLS_DIR%%/org-skill-engineering-standards.lisp
* Overview
The *Engineering Standards Skill* enforces technical invariants, including the **Commit-Before-Modify** rule and **Chaos-Driven Development**.