What problem does it solve? When you know a code repository or workspace but not the service PSM it maps to, this Skill finds the PSM by scanning well-known repository files instead of manually grepping through bootstrap scripts. ## Core Features & Use Cases - Repository-to-PSM Resolution: Searches common files in priority order—script/bootstrap.sh (PSM variable), script/settings.py (PRODUCT.SUBSYSTEM.MODULE), build.sh (RUN_NAME), and atum.yaml (PSM field)—to extract the service identifier. - Deterministic Output: Returns the exact PSM string (e.g., tiktok.devflow.api) or an empty string when no PSM can be located, signaling a fallback to manual inspection. - Use Case: You are given a workspace and need to run psm-info, metrics, or argos-query, but those tools require a PSM. Run this Skill first to resolve the repository into its PSM, then proceed with downstream queries. ## Quick Start Find the service PSM for the current repository workspace so I can query its metrics and logs.