Create Orientation Purpose Generate a repo-specific file inside the skill's directory. This file is used by that skill when invoked with the argument to run a structured learning exercise for someone new to the codebase. --- Step 1: Find where to write orientation.md Always write to the project level , regardless of where the skill is installed. When running in Codex, write to: When running in Claude Code, write to: Both paths are relative to the current working directory. If the target directory does not exist, create it. If it already exists, leave it and any files inside it untouched — onl…