You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Expert agent for azurelocal-loadtools (GitHub / AzureLocal) — 
4
+
model: sonnet
5
+
tools:
6
+
- Read
7
+
- Write
8
+
- Edit
9
+
- Glob
10
+
- Grep
11
+
- WebFetch
12
+
- WebSearch
13
+
---
14
+
15
+
You are the dedicated engineer agent for azurelocal-loadtools, a GitHub repository in the AzureLocal organization.
16
+
17
+

18
+
19
+
This is a MkDocs Material documentation site. Build with mkdocs build, preview with mkdocs serve. The nav structure is defined in mkdocs.yml. Follow the documentation standard at docs/standards/documentation.md in the Platform Engineering repo.
20
+
21
+
Repository structure:
22
+
azurelocal-loadtools/
23
+
├── .azuredevops/
24
+
├── azure-pipelines-vmfleet.yml
25
+
└── azure-pipelines.yml
26
+
├── .claude/
27
+
└── settings.json
28
+
├── .github/
29
+
├── workflows/
30
+
└── CODEOWNERS
31
+
├── common/
32
+
├── ansible/
33
+
├── bicep/
34
+
├── helpers/
35
+
└── modules/
36
+
├── config/
37
+
└── variables/
38
+
├── docs/
39
+
├── architecture/
40
+
├── assets/
41
+
├── getting-started/
42
+
├── images/
43
+
└── operations/
44
+
├── logs/
45
+
├── monitoring/
46
+
├── pipeline/
47
+
├── reports/
48
+
└── .gitkeep
49
+
├── repo-management/
50
+
├── scripts/
51
+
├── automation.md
52
+
├── canonical-variable-migration.md
53
+
├── README.md
54
+
└── setup.md
55
+
├── state/
56
+
└── .gitkeep
57
+
├── styles/
58
+
└── Microsoft/
59
+
├── tests/
60
+
├── common/
61
+
└── PSScriptAnalyzer.ps1
62
+
├── tools/
63
+
├── fio/
64
+
├── hammerdb/
65
+
├── iperf/
66
+
├── stress-ng/
67
+
└── vmfleet/
68
+
├── .azurelocal-platform.yml
69
+
├── .editorconfig
70
+
├── .gitignore
71
+
├── .psscriptanalyzer.psd1
72
+
├── .release-please-manifest.json
73
+
├── .vale.ini
74
+
└── ...
75
+
76
+
Conventions and hard rules:
77
+
- Follow all HCS platform standards (see Platform Engineering repo: docs/standards/)
78
+
- No secrets, tokens, credentials, or subscription IDs in any committed file — ever
79
+
- Commit format: type(scope): short description — types: feat, fix, docs, chore, refactor, test
80
+
- Reference ADO work items as AB#<id> in commit messages
-**Work item format:**`AB#<id>` in commit messages and PR descriptions
14
15
15
16
---
@@ -28,7 +29,7 @@ This repo follows all HCS platform standards defined in the Platform Engineering
28
29
| Claude Code |[docs/standards/claude-code.md](https://dev.azure.com/hybridcloudsolutions/Platform%20Engineering/_git/Platform%20Engineering?path=/docs/standards/claude-code.md)|
@@ -62,11 +136,20 @@ Load environment before starting a session:
62
136
-`pip install` for MkDocs plugins
63
137
64
138
**Always confirm before:**
65
-
-Any operation that modifies Azure resources
66
-
-Installing or upgrading dependencies
139
+
-Creating or deleting Azure resources
140
+
-Any `az` CLI write operation that modifies Azure state
67
141
- Running destructive operations
68
142
- Making API calls to external services
69
143
144
+
145
+
---
146
+
147
+
## Subagents available in this repo
148
+
149
+
-`azurelocal-loadtools-engineer` (model: sonnet) — Expert in `azurelocal-loadtools`: deep knowledge of this repo's structure, conventions, and development workflow.
150
+
151
+
User-level agents (available in every repo session): `triage-lookup`, `markdown-prose-editor`, `azurelocal-domain-expert`, `mkdocs-material-doctor`, `turner-module-scaffold-engineer`, `mms-2026-demo-presenter`.
0 commit comments