microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
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 | } |