What problem does it solve? When working with a large set of coding standards and application profiles, it is hard to know exactly which ones exist, who owns them, and what command loads each one. This Skill scans the standards reference directory and produces a complete command reference so you never have to guess. ## Core Features & Use Cases - Standards Discovery: Globs the technical-guidance directory for standard files, reads each file's frontmatter, and extracts owner and scope metadata. - Application Profile Discovery: Finds profile files following the {parent}-{profile-name}-profile.md naming convention and derives parent standard and profile argument names. - Command Reference Output: Renders Markdown tables mapping every standard and profile to its /standards:view and /standards:load commands, plus repo-level audit commands. - Use Case: You join a repository and want to know which Trigent standards apply. Run the list command to see every standard and profile with its scope, owner, and the exact command to load it. ## Quick Start Ask the assistant to list all available Trigent standards and application profiles with their view and load commands.