load

Detects project type and loads Trigent coding standards for the current repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about load

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

FAQPage Schema
How do I load coding standards for my repository?

Run the load command with no arguments to auto-detect the project type, or pass an explicit type such as dotnet, rails, iac, or vue. The skill scans the repo for project markers and loads global.md plus the matching project-type standards file.

How do I load standards for a specific .NET application profile?

Pass the profile as a second argument, for example dotnet webapi-v10 or dotnet function-app. Valid profiles include framework-mvc, webapi, function-app, webapi-v10, function-v10, and mixed-solution, and each loads its dedicated profile file.

What project types does the standards detection support?

Detection supports .NET, Rails, IaC, and Vue projects. For .NET repositories it additionally runs application profile detection to identify the specific profile such as Web API or Function App before loading standards.

What happens if I pass an invalid project type argument?

The skill validates arguments against the allowed lists and responds with an error naming the invalid argument plus the valid project types. It does not load any standards until a valid type is provided.

Does detection re-run when I switch to a different repository?

Yes, when the work context shifts to a different repo the skill repeats detection for the new repository. Results are cached per session, so previously detected repos are reused without re-scanning.