orient
Originally frombfollington/terma
Installation
SKILL.md
Create Orientation
Purpose
Generate a repo-specific orientation.md file inside the learning-opportunities skill's resources/ directory. This file is used by that skill when invoked with the orient 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 learning-opportunities skill is installed.
When running in Codex, write to:
.codex/skills/learning-opportunities/resources/orientation.md
When running in Claude Code, write to:
Related skills