microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/coding-standards.collection.yml
75lines · modecode
| 1 | id: coding-standards |
| 2 | name: Coding Standards |
| 3 | description: Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects |
| 4 | tags: |
| 5 | - coding-standards |
| 6 | - bash |
| 7 | - bicep |
| 8 | - csharp |
| 9 | - python |
| 10 | - terraform |
| 11 | - uv |
| 12 | items: |
| 13 | # RPI agents |
| 14 | - path: .github/agents/rpi-agent.agent.md |
| 15 | kind: agent |
| 16 | - path: .github/agents/task-researcher.agent.md |
| 17 | kind: agent |
| 18 | - path: .github/agents/task-planner.agent.md |
| 19 | kind: agent |
| 20 | - path: .github/agents/task-implementor.agent.md |
| 21 | kind: agent |
| 22 | - path: .github/agents/task-reviewer.agent.md |
| 23 | kind: agent |
| 24 | - path: .github/agents/memory.agent.md |
| 25 | kind: agent |
| 26 | # Prompt Engineering agents |
| 27 | - path: .github/agents/prompt-builder.agent.md |
| 28 | kind: agent |
| 29 | # RPI prompts |
| 30 | - path: .github/prompts/rpi.prompt.md |
| 31 | kind: prompt |
| 32 | - path: .github/prompts/task-research.prompt.md |
| 33 | kind: prompt |
| 34 | - path: .github/prompts/task-plan.prompt.md |
| 35 | kind: prompt |
| 36 | - path: .github/prompts/task-implement.prompt.md |
| 37 | kind: prompt |
| 38 | - path: .github/prompts/task-review.prompt.md |
| 39 | kind: prompt |
| 40 | - path: .github/prompts/checkpoint.prompt.md |
| 41 | kind: prompt |
| 42 | # Prompt Engineering prompts |
| 43 | - path: .github/prompts/prompt-analyze.prompt.md |
| 44 | kind: prompt |
| 45 | - path: .github/prompts/prompt-build.prompt.md |
| 46 | kind: prompt |
| 47 | - path: .github/prompts/prompt-refactor.prompt.md |
| 48 | kind: prompt |
| 49 | # Prompt Engineering instructions |
| 50 | - path: .github/instructions/prompt-builder.instructions.md |
| 51 | kind: instruction |
| 52 | # Bundle-specific instructions |
| 53 | - path: .github/instructions/bash/bash.instructions.md |
| 54 | kind: instruction |
| 55 | - path: .github/instructions/bicep/bicep.instructions.md |
| 56 | kind: instruction |
| 57 | - path: .github/instructions/csharp/csharp.instructions.md |
| 58 | kind: instruction |
| 59 | - path: .github/instructions/csharp/csharp-tests.instructions.md |
| 60 | kind: instruction |
| 61 | - path: .github/instructions/python-script.instructions.md |
| 62 | kind: instruction |
| 63 | - path: .github/instructions/terraform/terraform.instructions.md |
| 64 | kind: instruction |
| 65 | - path: .github/instructions/uv-projects.instructions.md |
| 66 | kind: instruction |
| 67 | # Common instructions |
| 68 | - path: .github/instructions/writing-style.instructions.md |
| 69 | kind: instruction |
| 70 | - path: .github/instructions/markdown.instructions.md |
| 71 | kind: instruction |
| 72 | - path: .github/instructions/commit-message.instructions.md |
| 73 | kind: instruction |
| 74 | display: |
| 75 | ordering: alpha |
| 76 | |