- Updated all 22 skill org files to use $OC_DATA_DIR/skills/ paths - Removed manually created .lisp file (tangling now targets XDG) - Files will now tangle to ~/.local/share/opencortex/skills/
- NEW: org-skill-repl skill enables: * repl-eval: evaluate code with result+output+error separation * repl-inspect: inspect variables and functions * repl-list-vars: list all bound symbols in package * repl-load-file: load files into image * repl-set-package: switch default package * repl-help: show available commands - Supports REPL-first workflow with literate reflection in org - Priority 200 (after diagnostics, before utils-lisp) - Follows same pattern as existing skills (in-package, defskill)