What problem does it solve? It locates the canonical orama-system skill repository without hardcoded paths, ensuring agents always load the authoritative SKILL.md instead of stale or duplicated copies. ## Core Features & Use Cases - Marker-Verified Resolution: Searches environment variables, the current git repository root, and sibling checkouts for bin/orama-system/SKILL.md before loading anything. - Read-Only Loading: Guarantees no fetching, pulling, installing, or modification happens as a side effect of skill activation. - Explicit Refresh Workflow: Provides a guarded git fetch/pull procedure for authorized maintenance that protects dirty worktrees and non-tracking branches. - Use Case: An agent in any workspace needs the orama-system 5-stage methodology; this wrapper finds the canonical checkout via ORAMA_SYSTEM_ROOT or a bounded sibling-directory search and loads it safely. ## Quick Start Ask the agent to apply the orama-system methodology to your task and it will resolve and load the canonical skill automatically.