What problem does it solve? Developers often don't know which organizational coding and architectural standards apply to a given repository, or where to find the detailed conventions before starting work. This Skill detects the applicable standards for a repo and presents either an overview or the full standard documents. ## Core Features & Use Cases - Repo Overview Mode: Detects project type (.NET, Rails, Vue, IaC), determines brownfield vs greenfield status, and shows which standards apply to the current or specified repository. - Repo vs Standard Comparison: For brownfield repos, scans existing code (DI containers, testing frameworks, mapping libraries, state management) and compares current patterns against organizational standards. - Standard Detail Mode: Displays the full verbatim contents of global, dotnet, rails, iac, or vue standards, including .NET application profiles such as webapi-v10 and function-app. - Use Case: Before modifying a .NET Web API service, run the view command to see which standards apply and how the repo's current libraries (e.g., AutoMapper, xunit, Refit) compare to the organizational standard. ## Quick Start Ask the assistant to show which Trigent standards apply to the current repository using the standards view command.