What problem does it solve? Products often lack a configured set of metric sources, especially projects started before automated detection existed, leaving teams without a reliable way to know which analytics, payment, or deployment signals they can pull. ## Core Features & Use Cases - Signal Scanning: Inspects git remotes, package manifests, environment variables, and SDK installs to detect candidate metric sources automatically. - User-Guided Confirmation: Asks about deployment URLs, payment providers, app stores, and support channels that the repository cannot reveal, then confirms each source as yes, no, or later. - Adapter Generation: Creates per-source metric adapters when none exist and writes the confirmed source list to .Codex/jit-tooling/active-metrics.yml. - Use Case: A project predating v0.14 has no active-metrics configuration; run this skill to scan the repo, confirm Stripe and Plausible as sources, generate adapters, and prepare for the first metrics pull. ## Quick Start Run the metricas skill to detect which external metric sources apply to my product and configure the adapters for each confirmed source.