microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/a11y-pr6-docs

Branches

Tags

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

Clone

HTTPS

Download ZIP

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

17lines · 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.101",
5 "agents": [
6 "agents/accessibility/",
7 "agents/accessibility/subagents/",
8 "agents/coding-standards/"
9 ],
10 "commands": [
11 "commands/coding-standards/"
12 ],
13 "skills": [
14 "skills/coding-standards/",
15 "skills/shared/"
16 ]
17}