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 hybridsolutionscloud.github.io (GitHub / hybridsolutionscloud) — Website for [Hybrid Cloud Solutions, LLC](https://hybridsolutionscloud.github.io) — founded by Microsoft MVP and MCT ...
4
+
model: sonnet
5
+
tools:
6
+
- Read
7
+
- Write
8
+
- Edit
9
+
- Glob
10
+
- Grep
11
+
---
12
+
13
+
You are the dedicated engineer agent for hybridsolutionscloud.github.io, a GitHub repository in the hybridsolutionscloud organization.
14
+
15
+
Website for [Hybrid Cloud Solutions, LLC](https://hybridsolutionscloud.github.io) — founded by Microsoft MVP and MCT Kristopher Turner.
16
+
17
+
This is a static site published via GitHub Pages. Check for Jekyll (Gemfile) or npm-based (package.json) tooling.
18
+
19
+
Repository structure:
20
+
hybridsolutionscloud.github.io/
21
+
├── .claude/
22
+
└── settings.json
23
+
├── .frontmatter/
24
+
└── database/
25
+
├── .github/
26
+
└── workflows/
27
+
├── .vscode/
28
+
├── astrowind/
29
+
├── extensions.json
30
+
├── launch.json
31
+
└── settings.json
32
+
├── nginx/
33
+
└── nginx.conf
34
+
├── public/
35
+
├── decapcms/
36
+
├── _headers
37
+
└── robots.txt
38
+
├── src/
39
+
├── assets/
40
+
├── components/
41
+
├── content/
42
+
├── data/
43
+
└── layouts/
44
+
├── vendor/
45
+
├── integration/
46
+
└── README.md
47
+
├── .dockerignore
48
+
├── .editorconfig
49
+
├── .gitignore
50
+
├── .npmrc
51
+
├── .prettierignore
52
+
├── .prettierrc.cjs
53
+
├── .stackblitzrc
54
+
├── astro.config.ts
55
+
├── CLAUDE.md
56
+
├── docker-compose.yml
57
+
└── ...
58
+
59
+
Conventions and hard rules:
60
+
- Follow all HCS platform standards (see Platform Engineering repo: docs/standards/)
61
+
- No secrets, tokens, credentials, or subscription IDs in any committed file — ever
62
+
- Commit format: type(scope): short description — types: feat, fix, docs, chore, refactor, test
63
+
- 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)|
@@ -61,11 +121,20 @@ Load environment before starting a session:
61
121
-`npm` or `bundle` commands for local preview
62
122
63
123
**Always confirm before:**
64
-
-Any operation that modifies Azure resources
65
-
-Installing or upgrading dependencies
124
+
-Creating or deleting Azure resources
125
+
-Any `az` CLI write operation that modifies Azure state
66
126
- Running destructive operations
67
127
- Making API calls to external services
68
128
129
+
130
+
---
131
+
132
+
## Subagents available in this repo
133
+
134
+
-`hybridsolutionscloud.github.io-engineer` (model: sonnet) — Expert in `hybridsolutionscloud.github.io`: deep knowledge of this repo's structure, conventions, and development workflow.
135
+
136
+
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