What problem does it solve? Developers working across multiple repositories often forget which organisational coding and architectural standards apply, leading to inconsistent code. This Skill activates a standards-aware mode that detects the project type and loads the correct Trigent standards into context automatically. ## Core Features & Use Cases - Automatic Project Detection: Scans the repository for markers to identify .NET, Rails, IaC, or Vue projects, including specific .NET application profiles like webapi-v10 and function-app. - Direct Pre-Load Mode: Skip detection by passing explicit arguments such as dotnet webapi-v10 or rails to load exact standards files immediately. - Session-Long Behavior: Caches detection results, re-detects when work shifts to a different repository, and keeps standards applied for the rest of the session. - Use Case: A developer starting work on a .NET 10 Web API service runs the load command, and the skill detects the project type, loads global.md plus dotnet.md plus the webapi-v10 profile, and confirms what was loaded. ## Quick Start Ask the assistant to load the Trigent standards for this repository, optionally specifying a project type like dotnet or rails.