microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1a84554b682a27ab81f3bacac1f03a17a6c7656a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

plugins/coding-standards/.github/plugin/plugin.json

15lines · modecode

1{
2 "name": "coding-standards",
3 "description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
4 "version": "3.3.41",
5 "agents": [
6 "agents/coding-standards/"
7 ],
8 "commands": [
9 "commands/coding-standards/"
10 ],
11 "skills": [
12 "skills/coding-standards/",
13 "skills/shared/"
14 ]
15}