view

Displays applicable Trigent coding standards for a repository or detailed standard contents.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill view-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: view
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/standards/skills/view
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill view-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about view

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check which coding standards apply to my repository?

Run the standards view command with no arguments to analyze the current working directory, or pass a repository path. The skill detects the project type and profile, then lists applicable standards with view and load commands.

How to view detailed .NET coding standards for a specific application profile?

Pass the standard name and profile as arguments, such as dotnet webapi-v10 or dotnet function-app. The skill reads the corresponding reference document and displays its full contents verbatim.

Does the standards view work for brownfield repositories with existing code?

Yes, brownfield repos get an additional comparison table. The skill scans for existing patterns like DI containers, testing frameworks, and mapping libraries, then compares them against what the organizational standard prescribes.

What standards and profiles are supported by the view command?

Supported standards are global, dotnet, rails, iac, and vue. The dotnet standard also supports six application profiles: framework-mvc, webapi, function-app, webapi-v10, function-v10, and mixed-solution.

Can I view multiple standards at once?

Yes, pass multiple standard names as arguments, such as global dotnet. Each requested standard document is displayed sequentially in full, separated by a divider.