What problem does it solve? Hardware-specific configuration for the ModelRegistry lives in a separate canonical repository, and this Skill provides a safe, read-only way to locate and load that canonical hardware/SKILL.md file without hardcoding workstation paths or accidentally modifying the source repo. ## Core Features & Use Cases - Marker-Based Repository Resolution: Searches environment variables (ORAMA_SYSTEM_ROOT, ORAMA_SYSTEM_PATH), the current git toplevel, and sibling checkouts at bounded depth to find the canonical hardware/SKILL.md file. - Read-Only Loading Guarantee: Explicitly forbids fetching, pulling, pruning, installing, or modifying anything while loading a skill, preventing accidental side effects. - Explicit Refresh Workflow: Provides a separate, user-authorized git fetch and fast-forward pull procedure for synchronizing the canonical repo, with drift reporting when the worktree is dirty. - Use Case: An agent on a new machine needs the hardware configuration that ModelRegistry reads; this Skill locates the canonical orama-system checkout and loads hardware/SKILL.md without guessing paths or touching the repo state. ## Quick Start Ask the agent to load the perpetua-hardware skill so it resolves the canonical repository root and reads the hardware configuration from hardware/SKILL.md.